Bar Logo 4kW dsPIC33C PSFB DC-DC DA (Part-No. )
 
Content
     
Loading...
Searching...
No Matches
UART_MSG_TX_OBJ Struct Reference

UART msg Transmit object. More...

+ Collaboration diagram for UART_MSG_TX_OBJ:

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.
 

Detailed Description

Definition at line 124 of file app_PBV_UART.c.

Field Documentation

◆ CRC

uint16_t CRC

Definition at line 130 of file app_PBV_UART.c.

◆ data

uint8_t* data

Definition at line 132 of file app_PBV_UART.c.

◆ Length_in_Bytes

uint8_t Length_in_Bytes

Definition at line 127 of file app_PBV_UART.c.

◆ offset

uint16_t offset

Definition at line 129 of file app_PBV_UART.c.

◆ PBV_Header

uint8_t PBV_Header[PBV_HEADER_SIZE]

Definition at line 131 of file app_PBV_UART.c.

◆ Protocol_ID

uint16_t Protocol_ID

Definition at line 128 of file app_PBV_UART.c.

◆ UART_Frame_State

uint8_t UART_Frame_State

Definition at line 126 of file app_PBV_UART.c.


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