|
iLLD_TC27xD
1.0
|
|
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... | |
| IFX_EXTERN void IfxIom_Iom_deInitModule | ( | IfxIom_Iom * | iom) |
Reset the IOM module.
| iom | Specifies handle to IOM module. |
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.
| iom | Specifies handle to IOM module. |
| lamConfig | Specifies Logic Analyser Module configuration. |
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.
| lamConfig | Specifies Logic Analyser Module configuration. |
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.
| iom | Specifies handle to IOM module. |
| ecmConfig | Specifies the ECM block configuration structure |
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.
| ecmConfig | Specifies the ECM block configuration structure |
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.
| iom | Specifies handle to IOM module. |
| fpcConfig | Specifies Filter and Prescaler Cell configuration. |
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.
| fpcConfig | Specifies Filter and Prescaler Cell configuration. |
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.
| iom | Specifies handle to IOM module. |
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.
| iom | Specifies the IOM configuration structure |
| module | Specifies handle to IOM module. |
Usage example: see How to use the IOM Iom Interface driver?
Definition at line 238 of file IfxIom_Iom.c.