UART msg receive object. More...
Collaboration diagram for UART_MSG_RX_OBJ:Data Fields | |
| uint8_t | UART_Frame_State |
| UART Receive Frame states. | |
| uint8_t | Length_in_Bytes |
| UART bytes Received | |
| uint16_t | Protocol_ID |
| Received Frame ID. | |
| uint16_t | Offset |
| Offset needed to store data in data | |
| uint16_t | CRC |
| received CRC | |
| uint8_t | PBV_Header [PBV_HEADER_SIZE] |
| recived Header. 5bytes ( SOF + ID + Length) | |
| uint8_t | data [PBV_RCV_DATABUFFER_SIZE] |
| data buffer. linked by the calling application. STATIC(64) bytes for now. | |
Definition at line 104 of file PBV_UART.c.
| uint16_t CRC |
Definition at line 110 of file PBV_UART.c.
| uint8_t data[PBV_RCV_DATABUFFER_SIZE] |
Definition at line 112 of file PBV_UART.c.
| uint8_t Length_in_Bytes |
Definition at line 107 of file PBV_UART.c.
| uint16_t Offset |
Definition at line 109 of file PBV_UART.c.
| uint8_t PBV_Header[PBV_HEADER_SIZE] |
Definition at line 111 of file PBV_UART.c.
| uint16_t Protocol_ID |
Definition at line 108 of file PBV_UART.c.
| uint8_t UART_Frame_State |
Definition at line 106 of file PBV_UART.c.