iLLD_TC27xD  1.0
Module Initialisation functions
Collaboration diagram for Module Initialisation functions:

Functions

IFX_EXTERN void IfxPsi5_Psi5_deInitModule (IfxPsi5_Psi5 *psi5)
 Resets the PSI5 module. More...
 
IFX_EXTERN boolean IfxPsi5_Psi5_initModule (IfxPsi5_Psi5 *psi5, const IfxPsi5_Psi5_Config *config)
 Initialise the PSI5 with the supplied configureation. More...
 
IFX_EXTERN void IfxPsi5_Psi5_initModuleConfig (IfxPsi5_Psi5_Config *config, Ifx_PSI5 *psi5)
 Initialise buffer with default PSI5 configuration. More...
 

Detailed Description

Function Documentation

IFX_EXTERN void IfxPsi5_Psi5_deInitModule ( IfxPsi5_Psi5 psi5)

Resets the PSI5 module.

Parameters
psi5pointer to the PSI5 module
Returns
None

Definition at line 78 of file IfxPsi5_Psi5.c.

IFX_EXTERN boolean IfxPsi5_Psi5_initModule ( IfxPsi5_Psi5 psi5,
const IfxPsi5_Psi5_Config config 
)

Initialise the PSI5 with the supplied configureation.

Parameters
psi5pointer to the PSI5 module
configpointer to the PSI5 configuration
Returns
return TRUE on success & FALSE if configuration not valid

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

Definition at line 354 of file IfxPsi5_Psi5.c.

IFX_EXTERN void IfxPsi5_Psi5_initModuleConfig ( IfxPsi5_Psi5_Config config,
Ifx_PSI5 *  psi5 
)

Initialise buffer with default PSI5 configuration.

Parameters
configpointer to the PSI5 module configuration
psi5base address of the PSI5 register space
Returns
None

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

Definition at line 407 of file IfxPsi5_Psi5.c.