Bar Logo 4kW dsPIC33C PSFB DC-DC DA (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 109 of file app_PBV_UART.c.

Field Documentation

◆ CRC

uint16_t CRC

Definition at line 115 of file app_PBV_UART.c.

◆ data

uint8_t data[PBV_RCV_DATABUFFER_SIZE]

Definition at line 117 of file app_PBV_UART.c.

◆ Length_in_Bytes

uint8_t Length_in_Bytes

Definition at line 112 of file app_PBV_UART.c.

◆ offset

uint16_t offset

Definition at line 114 of file app_PBV_UART.c.

◆ PBV_Header

uint8_t PBV_Header[PBV_HEADER_SIZE]

Definition at line 116 of file app_PBV_UART.c.

◆ Protocol_ID

uint16_t Protocol_ID

Definition at line 113 of file app_PBV_UART.c.

◆ UART_Frame_State

uint8_t UART_Frame_State

Definition at line 111 of file app_PBV_UART.c.


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