iLLD_TC27xC  1.0
Error Handling
Collaboration diagram for Error Handling:

Functions

IFX_EXTERN void IfxHssl_Hssl_checkErrors (IfxHssl_Hssl *hssl, IfxHssl_Hssl_Channel *channel)
 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...
 

Detailed Description

Function Documentation

IFX_EXTERN void IfxHssl_Hssl_checkErrors ( IfxHssl_Hssl hssl,
IfxHssl_Hssl_Channel channel 
)

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

Parameters
hsslHSSL handle
channelchannel handle
Returns
None

Definition at line 70 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 122 of file IfxHssl_Hssl.c.