Bar Logo Dual Active Bridge Development Board (Part-No. )
 
Content
     
Loading...
Searching...
No Matches
UART_MSG_RX_OBJ Struct Reference

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.
 

Detailed Description

Definition at line 104 of file PBV_UART.c.

Field Documentation

◆ CRC

uint16_t CRC

Definition at line 110 of file PBV_UART.c.

◆ data

uint8_t data[PBV_RCV_DATABUFFER_SIZE]

Definition at line 112 of file PBV_UART.c.

◆ Length_in_Bytes

uint8_t Length_in_Bytes

Definition at line 107 of file PBV_UART.c.

◆ Offset

uint16_t Offset

Definition at line 109 of file PBV_UART.c.

◆ PBV_Header

uint8_t PBV_Header[PBV_HEADER_SIZE]

Definition at line 111 of file PBV_UART.c.

◆ Protocol_ID

uint16_t Protocol_ID

Definition at line 108 of file PBV_UART.c.

◆ UART_Frame_State

uint8_t UART_Frame_State

Definition at line 106 of file PBV_UART.c.


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