iLLD_TC27xD  1.0
Elementary Transactions
Collaboration diagram for Elementary Transactions:

Functions

IFX_EXTERN void IfxAsclin_Lin_ignoreHeader (IfxAsclin_Lin *asclin)
 Ignores the latest header. More...
 
IFX_EXTERN void IfxAsclin_Lin_receiveHeader (IfxAsclin_Lin *asclin, uint8 *id)
 Receives the header. More...
 
IFX_EXTERN void IfxAsclin_Lin_receiveResponse (IfxAsclin_Lin *asclin, uint8 *data, uint32 length)
 Receives the response. More...
 
IFX_EXTERN void IfxAsclin_Lin_sendHeader (IfxAsclin_Lin *asclin, uint8 *id)
 Sends the header. More...
 
IFX_EXTERN void IfxAsclin_Lin_sendResponse (IfxAsclin_Lin *asclin, uint8 *data, uint32 length)
 sends the response More...
 

Detailed Description

Function Documentation

IFX_EXTERN void IfxAsclin_Lin_ignoreHeader ( IfxAsclin_Lin asclin)

Ignores the latest header.

Parameters
asclinmodule handle
Returns
None

A coding example can be found in How to use the ASCLIN LIN Interface driver?

Definition at line 237 of file IfxAsclin_Lin.c.

IFX_EXTERN void IfxAsclin_Lin_receiveHeader ( IfxAsclin_Lin asclin,
uint8 id 
)

Receives the header.

Parameters
asclinmodule handle
idthe id byte which should be received
Returns
None

A coding example can be found in How to use the ASCLIN LIN Interface driver?

Definition at line 411 of file IfxAsclin_Lin.c.

IFX_EXTERN void IfxAsclin_Lin_receiveResponse ( IfxAsclin_Lin asclin,
uint8 data,
uint32  length 
)

Receives the response.

Parameters
asclinmodule handle
dataPointer to the start of data which should be received
lengthcount of data (in bytes).
Returns
None

A coding example can be found in How to use the ASCLIN LIN Interface driver?

Definition at line 423 of file IfxAsclin_Lin.c.

IFX_EXTERN void IfxAsclin_Lin_sendHeader ( IfxAsclin_Lin asclin,
uint8 id 
)

Sends the header.

Parameters
asclinmodule handle
idthe id byte which should be sent
Returns
None

A coding example can be found in How to use the ASCLIN LIN Interface driver?

Definition at line 436 of file IfxAsclin_Lin.c.

IFX_EXTERN void IfxAsclin_Lin_sendResponse ( IfxAsclin_Lin asclin,
uint8 data,
uint32  length 
)

sends the response

Parameters
asclinmodule handle
dataPointer to the start of data which should be sent
lengthcount of data (in bytes).
Returns
None

A coding example can be found in How to use the ASCLIN LIN Interface driver?

Definition at line 459 of file IfxAsclin_Lin.c.