iLLD_TC27xD  1.0
Module Functions
Collaboration diagram for Module Functions:

Functions

IFX_EXTERN void IfxHssl_Hssl_initHsctModule (IfxHssl_Hsct *hsct, const IfxHssl_Hsct_Config *config)
 Initialises the module. More...
 
IFX_EXTERN void IfxHssl_Hssl_initHsctModuleConfig (IfxHssl_Hsct_Config *config, Ifx_HSCT *hsct)
 Fills the config structure with default values. More...
 
IFX_EXTERN void IfxHssl_Hssl_initHsslModule (IfxHssl_Hssl *hssl, const IfxHssl_Hssl_Config *config)
 Initialises the Hssl module. More...
 
IFX_EXTERN void IfxHssl_Hssl_initHsslModuleConfig (IfxHssl_Hssl_Config *config, Ifx_HSSL *hssl)
 Fills the config structure with default values. More...
 

Detailed Description

Function Documentation

IFX_EXTERN void IfxHssl_Hssl_initHsctModule ( IfxHssl_Hsct hsct,
const IfxHssl_Hsct_Config config 
)

Initialises the module.

Parameters
hsctHSCT Handle
configconfiguration structure of the HSCT module
Returns
None

A coding example can be found in How to use the HSSL Interface driver?

Definition at line 138 of file IfxHssl_Hssl.c.

IFX_EXTERN void IfxHssl_Hssl_initHsctModuleConfig ( IfxHssl_Hsct_Config config,
Ifx_HSCT *  hsct 
)

Fills the config structure with default values.

Parameters
configconfiguration structure of the HSCT module
hsctpointer to HSCT register
Returns
None

A coding example can be found in How to use the HSSL Interface driver?

Definition at line 241 of file IfxHssl_Hssl.c.

IFX_EXTERN void IfxHssl_Hssl_initHsslModule ( IfxHssl_Hssl hssl,
const IfxHssl_Hssl_Config config 
)

Initialises the Hssl module.

Parameters
hsslHSSL handle
configconfiguration structure of the module
Returns
None

A coding example can be found in How to use the HSSL Interface driver?

Definition at line 253 of file IfxHssl_Hssl.c.

IFX_EXTERN void IfxHssl_Hssl_initHsslModuleConfig ( IfxHssl_Hssl_Config config,
Ifx_HSSL *  hssl 
)

Fills the config structure with default values.

Parameters
configconfiguration structure of the module
hsslpointer to HSSL registers
Returns
None

A coding example can be found in How to use the HSSL Interface driver?

Definition at line 285 of file IfxHssl_Hssl.c.