iLLD_TC27xC  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 36 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 80 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 130 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 168 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 206 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 487 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 499 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 511 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 523 of file IfxAsclin_Lin.c.

Referenced by IfxAsclin_Lin_sendResponse().