iLLD_TC27xD  1.0
Module Initialise Functions
Collaboration diagram for Module Initialise Functions:

Functions

IFX_EXTERN void IfxPsi5s_Psi5s_deInitModule (IfxPsi5s_Psi5s *psi5s)
 De-initialise the PSI5S module. More...
 
IFX_EXTERN boolean IfxPsi5s_Psi5s_initModule (IfxPsi5s_Psi5s *psi5s, const IfxPsi5s_Psi5s_Config *config)
 Initialise the PSI5S with the supplied configureation. More...
 
IFX_EXTERN void IfxPsi5s_Psi5s_initModuleConfig (IfxPsi5s_Psi5s_Config *config, Ifx_PSI5S *psi5s)
 Initialise buffer with default PSI5S configuration. More...
 

Detailed Description

Function Documentation

IFX_EXTERN void IfxPsi5s_Psi5s_deInitModule ( IfxPsi5s_Psi5s psi5s)

De-initialise the PSI5S module.

Parameters
psi5spointer to the PSI5S module
Returns
None

Definition at line 77 of file IfxPsi5s_Psi5s.c.

IFX_EXTERN boolean IfxPsi5s_Psi5s_initModule ( IfxPsi5s_Psi5s psi5s,
const IfxPsi5s_Psi5s_Config config 
)

Initialise the PSI5S with the supplied configureation.

Parameters
psi5spointer to the PSI5S module
configpointer to the PSI5S configuration
Returns
TRUE if valid otherwise FALSE

Usage Example: How to use the PSI5S PSI5S Interface driver?

Definition at line 264 of file IfxPsi5s_Psi5s.c.

IFX_EXTERN void IfxPsi5s_Psi5s_initModuleConfig ( IfxPsi5s_Psi5s_Config config,
Ifx_PSI5S *  psi5s 
)

Initialise buffer with default PSI5S configuration.

Parameters
configpointer to the PSI5S module configuration buffer
psi5spointer to the PSI5S register space
Returns
None

Usage Example: How to use the PSI5S PSI5S Interface driver?

Definition at line 382 of file IfxPsi5s_Psi5s.c.