cueOS  2.4
cueOS - Universal Show Control OS for ARM
DMX512_driver_s Struct Reference

Defines a DMX512 driver instance. More...

#include <DMX512_driver.h>

Data Fields

UART_HandleTypeDef uart
 
uint8_t value_buffer [DMX512_FRAME_BYTESIZE - 1]
 
DMX512_driver_status_e status
 

Detailed Description

Defines a DMX512 driver instance.

DMX512 is a standard for digital communication widely used to control stage equipment. data is transmitted over differential pair using RS-485 standard. each DMX512 frame consists of a set of 512 ordered channel 8bit values.

Definition at line 66 of file DMX512_driver.h.

Field Documentation

◆ status

Definition at line 69 of file DMX512_driver.h.

◆ uart

UART_HandleTypeDef uart

Definition at line 67 of file DMX512_driver.h.

◆ value_buffer

uint8_t value_buffer[DMX512_FRAME_BYTESIZE - 1]

Definition at line 68 of file DMX512_driver.h.


The documentation for this struct was generated from the following file: