iLLD_TC27xD  1.0
Error Handling
Collaboration diagram for Error Handling:

Functions

IFX_EXTERN void IfxHssl_Hssl_checkErrors (IfxHssl_Hssl *hssl)
 stores the status of errors in the respective members of the error flags structure More...
 
IFX_EXTERN void IfxHssl_Hssl_clearErrorFlags (IfxHssl_Hssl *hssl)
 clears the status of members in the error flags structure More...
 
IFX_EXTERN void IfxHssl_Hssl_delay (IfxHssl_Hsct *hsct)
 a simple software delay More...
 

Detailed Description

Function Documentation

IFX_EXTERN void IfxHssl_Hssl_checkErrors ( IfxHssl_Hssl hssl)

stores the status of errors in the respective members of the error flags structure

Parameters
hsslHSSL Handle
Returns
None

Definition at line 36 of file IfxHssl_Hssl.c.

IFX_EXTERN void IfxHssl_Hssl_clearErrorFlags ( IfxHssl_Hssl hssl)

clears the status of members in the error flags structure

Parameters
hsslHSSL Handle
Returns
None

Definition at line 88 of file IfxHssl_Hssl.c.

IFX_EXTERN void IfxHssl_Hssl_delay ( IfxHssl_Hsct hsct)

a simple software delay

Parameters
hsctHSCT Handle
Returns
None

Definition at line 102 of file IfxHssl_Hssl.c.

Referenced by IfxHssl_Hssl_sendControlCommand().