iLLD_TC27xC
1.0
|
![]() |
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... | |
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
hssl | HSSL handle |
channel | channel handle |
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
hssl | HSSL handle |
Definition at line 122 of file IfxHssl_Hssl.c.