iLLD_TC27xD  1.0
Module Functions
Collaboration diagram for Module Functions:

Functions

IFX_INLINE void IfxEray_enableModule (Ifx_ERAY *eray)
 Enables the ERAY module. More...
 
IFX_INLINE void IfxEray_setSleepMode (Ifx_ERAY *eray, IfxEray_SleepMode mode)
 Sets the sensitivity of the module to sleep signal. More...
 
IFX_EXTERN void IfxEray_resetModule (Ifx_ERAY *eray)
 Resets the ERAY kernel. More...
 

Detailed Description

Function Documentation

IFX_INLINE void IfxEray_enableModule ( Ifx_ERAY *  eray)

Enables the ERAY module.

Parameters
eraypointer to ERAY module registers.
Returns
None

Definition at line 1151 of file IfxEray.h.

Referenced by IfxEray_Eray_initModule().

IFX_EXTERN void IfxEray_resetModule ( Ifx_ERAY *  eray)

Resets the ERAY kernel.

Parameters
eraypointer to ERAY module registers.
Returns
None

Definition at line 172 of file IfxEray.c.

Referenced by IfxEray_Eray_deInitModule().

IFX_INLINE void IfxEray_setSleepMode ( Ifx_ERAY *  eray,
IfxEray_SleepMode  mode 
)

Sets the sensitivity of the module to sleep signal.

Parameters
eraypointer to ERAY registers
modemode selection (enable/disable)
Returns
None

Definition at line 1617 of file IfxEray.h.