AM263Px MCU+ SDK  10.02.00

Detailed Description

LIN Frame Structure.

Data Fields

uint8_t id
 
uint8_t frameLen
 
void * dataBuf
 
LIN_HLD_Txn_Type txnType
 
uint32_t timeout
 
LIN_HLD_Txn_Status status
 
void * args
 

Field Documentation

◆ id

uint8_t LIN_SCI_Frame::id

Frame ID LIN Mode: ID is Used to write data to the Bus or read data from slave. SCI Mode: ID is ignored.

◆ frameLen

uint8_t LIN_SCI_Frame::frameLen

Frame Length, Length of the Frame to write/read

◆ dataBuf

void* LIN_SCI_Frame::dataBuf

Pointer to Data Buffer

◆ txnType

LIN_HLD_Txn_Type LIN_SCI_Frame::txnType

Frame Transfer Type Write/Read

◆ timeout

uint32_t LIN_SCI_Frame::timeout

Timeout(Micro Seconds) of Transaction in Polling mode

◆ status

LIN_HLD_Txn_Status LIN_SCI_Frame::status

Transaction Status

◆ args

void* LIN_SCI_Frame::args

Argument to be passed to the callback function in callback Mode