iLLD_TC27xD  1.0
Error Handling Functions
Collaboration diagram for Error Handling Functions:

Functions

IFX_EXTERN void IfxAsclin_Lin_checkForReceivedHeaderFlags (IfxAsclin_Lin *asclin)
 checks for acknowledgement and error flags for received header More...
 
IFX_EXTERN void IfxAsclin_Lin_checkForReceivedResponseFlags (IfxAsclin_Lin *asclin)
 checks for acknowledgement and error flags for received response More...
 
IFX_EXTERN void IfxAsclin_Lin_checkForTransmittedHeaderFlags (IfxAsclin_Lin *asclin)
 checks for acknowledgement and error flags for transmitted header More...
 
IFX_EXTERN void IfxAsclin_Lin_checkForTransmittedResponseFlags (IfxAsclin_Lin *asclin)
 checks for acknowledgement and error flags for transmitted response More...
 
IFX_EXTERN void IfxAsclin_Lin_clearFlagsStatus (IfxAsclin_Lin *asclin)
 clears the flags status structures More...
 
IFX_EXTERN void IfxAsclin_Lin_waitForReceivedHeader (IfxAsclin_Lin *asclin)
 waits until receive header end acknowledgemnet has been detected More...
 
IFX_EXTERN void IfxAsclin_Lin_waitForReceivedResponse (IfxAsclin_Lin *asclin)
 waits until receive response end acknowledgemnet has been detected More...
 
IFX_EXTERN void IfxAsclin_Lin_waitForTransmittedHeader (IfxAsclin_Lin *asclin)
 waits until transmit header end acknowledgemnet has been detected More...
 
IFX_EXTERN void IfxAsclin_Lin_waitForTransmittedResponse (IfxAsclin_Lin *asclin)
 waits until transmit response end acknowledgemnet has been detected More...
 

Detailed Description

Function Documentation

IFX_EXTERN void IfxAsclin_Lin_checkForReceivedHeaderFlags ( IfxAsclin_Lin asclin)

checks for acknowledgement and error flags for received header

Parameters
asclinmodule handle
Returns
None

Definition at line 35 of file IfxAsclin_Lin.c.

Referenced by IfxAsclin_Lin_waitForReceivedHeader().

IFX_EXTERN void IfxAsclin_Lin_checkForReceivedResponseFlags ( IfxAsclin_Lin asclin)

checks for acknowledgement and error flags for received response

Parameters
asclinmodule handle
Returns
None

Definition at line 79 of file IfxAsclin_Lin.c.

Referenced by IfxAsclin_Lin_waitForReceivedResponse().

IFX_EXTERN void IfxAsclin_Lin_checkForTransmittedHeaderFlags ( IfxAsclin_Lin asclin)

checks for acknowledgement and error flags for transmitted header

Parameters
asclinmodule handle
Returns
None

Definition at line 129 of file IfxAsclin_Lin.c.

Referenced by IfxAsclin_Lin_waitForTransmittedHeader().

IFX_EXTERN void IfxAsclin_Lin_checkForTransmittedResponseFlags ( IfxAsclin_Lin asclin)

checks for acknowledgement and error flags for transmitted response

Parameters
asclinmodule handle
Returns
None

Definition at line 167 of file IfxAsclin_Lin.c.

Referenced by IfxAsclin_Lin_waitForTransmittedResponse().

IFX_EXTERN void IfxAsclin_Lin_clearFlagsStatus ( IfxAsclin_Lin asclin)

clears the flags status structures

Parameters
asclinmodule handle
Returns
None

Definition at line 205 of file IfxAsclin_Lin.c.

Referenced by IfxAsclin_Lin_waitForReceivedHeader(), IfxAsclin_Lin_waitForReceivedResponse(), IfxAsclin_Lin_waitForTransmittedHeader(), and IfxAsclin_Lin_waitForTransmittedResponse().

IFX_EXTERN void IfxAsclin_Lin_waitForReceivedHeader ( IfxAsclin_Lin asclin)

waits until receive header end acknowledgemnet has been detected

Parameters
asclinmodule handle
Returns
None

Definition at line 473 of file IfxAsclin_Lin.c.

Referenced by IfxAsclin_Lin_receiveHeader().

IFX_EXTERN void IfxAsclin_Lin_waitForReceivedResponse ( IfxAsclin_Lin asclin)

waits until receive response end acknowledgemnet has been detected

Parameters
asclinmodule handle
Returns
None

Definition at line 485 of file IfxAsclin_Lin.c.

Referenced by IfxAsclin_Lin_receiveResponse().

IFX_EXTERN void IfxAsclin_Lin_waitForTransmittedHeader ( IfxAsclin_Lin asclin)

waits until transmit header end acknowledgemnet has been detected

Parameters
asclinmodule handle
Returns
None

Definition at line 497 of file IfxAsclin_Lin.c.

Referenced by IfxAsclin_Lin_sendHeader().

IFX_EXTERN void IfxAsclin_Lin_waitForTransmittedResponse ( IfxAsclin_Lin asclin)

waits until transmit response end acknowledgemnet has been detected

Parameters
asclinmodule handle
Returns
None

Definition at line 509 of file IfxAsclin_Lin.c.

Referenced by IfxAsclin_Lin_sendResponse().