AN2103 Freescale Semiconductor / Motorola, AN2103 Datasheet - Page 16

no-image

AN2103

Manufacturer Part Number
AN2103
Description
Local Interconnect Network (LIN) Demonstration
Manufacturer
Freescale Semiconductor / Motorola
Datasheet
16
Application Note
4.1.2.2
LIN_GetMsg:
4.1.2.3
LIN_PutMsg:
4.1.2.4
LIN_RequestMsg:
Syntax:
Applicable:
Parameters: MsgId – Message identifier
Return:
Syntax:
Applicable:
Parameters: MsgId – Message identifier
Return:
Syntax:
Applicable:
Parameters: MsgId – Message identifier
Return:
The LIN_GetMsg service retrieves the current content of the specified
message buffer to an application defined buffer
The LIN_PutMsg service transmits current contents of specified
message buffer to an application specified message buffer.
The LIN_RequestMsg service transmits the message identifiers header
frame
Freescale Semiconductor, Inc.
For More Information On This Product,
Go to: www.freescale.com
unsigned char LIN_GetMsg (unsigned char MsgId,
unsigned char * Data);
Master, Slave
Data – Pointer to memory buffer where received data is to
be stored.
LIN_OK, LIN_NO_ID, LIN_INVALID_ID and
LIN_MSG_NODATA
unsigned char LIN_PutMsg (unsigned char MsgId,
unsigned char * Data);
Master, Slave
Data – Pointer to memory buffer where data is to be
transmitted.
LIN_OK, LIN_NO_ID and LIN_INVALID_ID
unsigned char LIN_RequestMsg (unsigned char MsgId);
Master
LIN_OK, LIN_REQ_PENDING and LIN_MSG_SLEEP
MOTOROLA
AN2103

Related parts for AN2103