iLLD_TC27xD  1.0
Module Functions
Collaboration diagram for Module Functions:

Functions

IFX_EXTERN void IfxIom_Iom_deInitModule (IfxIom_Iom *iom)
 Reset the IOM module. More...
 
IFX_EXTERN boolean IfxIom_Iom_initAnalyser (IfxIom_Iom *iom, const IfxIom_Iom_LamConfig *lamConfig)
 Initializes the Logic Analyser Module for internal event generation. More...
 
IFX_EXTERN void IfxIom_Iom_initAnalyserConfig (IfxIom_Iom_LamConfig *lamConfig)
 Initializes the default Logic Analyser Module buffer. More...
 
IFX_EXTERN boolean IfxIom_Iom_initCombiner (IfxIom_Iom *iom, const IfxIom_Iom_EcmConfig *ecmConfig)
 Initializes the Event Combiner Module for Global event. More...
 
IFX_EXTERN void IfxIom_Iom_initCombinerConfig (IfxIom_Iom_EcmConfig *ecmConfig)
 Initializes the default Event Combiner Module buffer. More...
 
IFX_EXTERN boolean IfxIom_Iom_initFpcChannel (IfxIom_Iom *iom, const IfxIom_Iom_FpcConfig *fpcConfig)
 Initializes the Filter & Prescaler Cell for filtering the signals. More...
 
IFX_EXTERN void IfxIom_Iom_initFpcChannelConfig (IfxIom_Iom_FpcConfig *fpcConfig)
 Initializes the default Filter & Prescaler Cell buffer. More...
 
IFX_EXTERN boolean IfxIom_Iom_initModule (IfxIom_Iom *iom)
 Initialize the IOM module with supplied configuration. More...
 
IFX_EXTERN void IfxIom_Iom_initModuleConfig (IfxIom_Iom *iom, Ifx_IOM *module)
 Initializes the Module default configuration buffer. More...
 

Detailed Description

Function Documentation

IFX_EXTERN void IfxIom_Iom_deInitModule ( IfxIom_Iom iom)

Reset the IOM module.

Parameters
iomSpecifies handle to IOM module.
Returns
None

Definition at line 67 of file IfxIom_Iom.c.

IFX_EXTERN boolean IfxIom_Iom_initAnalyser ( IfxIom_Iom iom,
const IfxIom_Iom_LamConfig lamConfig 
)

Initializes the Logic Analyser Module for internal event generation.

Parameters
iomSpecifies handle to IOM module.
lamConfigSpecifies Logic Analyser Module configuration.
Returns
Return TRUE if valid initialization otherwise FALSE

Usage example: see How to use the IOM Iom Interface driver?

Definition at line 73 of file IfxIom_Iom.c.

IFX_EXTERN void IfxIom_Iom_initAnalyserConfig ( IfxIom_Iom_LamConfig lamConfig)

Initializes the default Logic Analyser Module buffer.

Parameters
lamConfigSpecifies Logic Analyser Module configuration.
Returns
None

Usage example: see How to use the IOM Iom Interface driver?

Definition at line 104 of file IfxIom_Iom.c.

IFX_EXTERN boolean IfxIom_Iom_initCombiner ( IfxIom_Iom iom,
const IfxIom_Iom_EcmConfig ecmConfig 
)

Initializes the Event Combiner Module for Global event.

Parameters
iomSpecifies handle to IOM module.
ecmConfigSpecifies the ECM block configuration structure
Returns
Return TRUE if valid initialization otherwise FALSE

Usage example: see How to use the IOM Iom Interface driver?

Definition at line 120 of file IfxIom_Iom.c.

IFX_EXTERN void IfxIom_Iom_initCombinerConfig ( IfxIom_Iom_EcmConfig ecmConfig)

Initializes the default Event Combiner Module buffer.

Parameters
ecmConfigSpecifies the ECM block configuration structure
Returns
None

Usage example: see How to use the IOM Iom Interface driver?

Definition at line 145 of file IfxIom_Iom.c.

IFX_EXTERN boolean IfxIom_Iom_initFpcChannel ( IfxIom_Iom iom,
const IfxIom_Iom_FpcConfig fpcConfig 
)

Initializes the Filter & Prescaler Cell for filtering the signals.

Parameters
iomSpecifies handle to IOM module.
fpcConfigSpecifies Filter and Prescaler Cell configuration.
Returns
Return TRUE if valid initialization otherwise FALSE

Usage example: see How to use the IOM Iom Interface driver?

Definition at line 158 of file IfxIom_Iom.c.

IFX_EXTERN void IfxIom_Iom_initFpcChannelConfig ( IfxIom_Iom_FpcConfig fpcConfig)

Initializes the default Filter & Prescaler Cell buffer.

Parameters
fpcConfigSpecifies Filter and Prescaler Cell configuration.
Returns
None

Usage example: see How to use the IOM Iom Interface driver?

Definition at line 199 of file IfxIom_Iom.c.

IFX_EXTERN boolean IfxIom_Iom_initModule ( IfxIom_Iom iom)

Initialize the IOM module with supplied configuration.

Parameters
iomSpecifies handle to IOM module.
Returns
Return TRUE if valid module initialization otherwise FALSE.

Usage example: see How to use the IOM Iom Interface driver?

Definition at line 217 of file IfxIom_Iom.c.

IFX_EXTERN void IfxIom_Iom_initModuleConfig ( IfxIom_Iom iom,
Ifx_IOM *  module 
)

Initializes the Module default configuration buffer.

Parameters
iomSpecifies the IOM configuration structure
moduleSpecifies handle to IOM module.
Returns
None

Usage example: see How to use the IOM Iom Interface driver?

Definition at line 238 of file IfxIom_Iom.c.