UART msg Transmit object. More...
Data Fields | |
uint8_t | UART_Frame_State |
UART Transmit Frame states. | |
uint8_t | Length_in_Bytes |
UART Bytes to be Transmitted. | |
uint16_t | Protocol_ID |
Frame ID to be appended. | |
uint16_t | offset |
Offset needed for data transmission. | |
uint16_t | CRC |
calculated CRC | |
uint8_t | PBV_Header [PBV_HEADER_SIZE] |
sent Header. 5bytes ( SOF + ID + Length) | |
uint8_t * | data |
data buffer. linked by the calling application. STATIC(64) bytes for now. | |
Definition at line 124 of file app_PBV_UART.c.
uint16_t CRC |
Definition at line 130 of file app_PBV_UART.c.
uint8_t* data |
Definition at line 132 of file app_PBV_UART.c.
uint8_t Length_in_Bytes |
Definition at line 127 of file app_PBV_UART.c.
uint16_t offset |
Definition at line 129 of file app_PBV_UART.c.
uint8_t PBV_Header[PBV_HEADER_SIZE] |
Definition at line 131 of file app_PBV_UART.c.
uint16_t Protocol_ID |
Definition at line 128 of file app_PBV_UART.c.
uint8_t UART_Frame_State |
Definition at line 126 of file app_PBV_UART.c.