iLLD_TC27xD  1.0
Module Functions
Collaboration diagram for Module Functions:

Functions

IFX_INLINE boolean IfxEmem_isModuleEnabled (void)
 Returns the status of module enabled or disabled. More...
 
IFX_INLINE void IfxEmem_setTileConfigMode (const IfxEmem_TileConfigMode mode, IfxEmem_TileNumber tile)
 Sets all EMEM tiles to calibration memory mode. More...
 
IFX_INLINE void IfxEmem_setUnlockStandbyLockFlag (const uint8 flag)
 Sets Unlock standby lock flag. More...
 
IFX_EXTERN IfxEmem_LockedState IfxEmem_getLockedState (void)
 Gets the EMEM stand RAM lock state. More...
 
IFX_EXTERN void IfxEmem_setClockEnableState (const IfxEmem_State state)
 Enable or disable state of the EMEM module clock. More...
 

Detailed Description

Function Documentation

IFX_EXTERN IfxEmem_LockedState IfxEmem_getLockedState ( void  )

Gets the EMEM stand RAM lock state.

Returns
EMEM stand RAM lock state.

Definition at line 36 of file IfxEmem.c.

IFX_INLINE boolean IfxEmem_isModuleEnabled ( void  )

Returns the status of module enabled or disabled.

Returns
Status (TRUE / FALSE)

Definition at line 139 of file IfxEmem.h.

IFX_EXTERN void IfxEmem_setClockEnableState ( const IfxEmem_State  state)

Enable or disable state of the EMEM module clock.

Parameters
stateEMEM module clock enabled or disabled state.
Returns
None

Definition at line 42 of file IfxEmem.c.

IFX_INLINE void IfxEmem_setTileConfigMode ( const IfxEmem_TileConfigMode  mode,
IfxEmem_TileNumber  tile 
)

Sets all EMEM tiles to calibration memory mode.

Parameters
modeEMEM tile configuration mode.
tiletile number
Returns
None

Definition at line 145 of file IfxEmem.h.

IFX_INLINE void IfxEmem_setUnlockStandbyLockFlag ( const uint8  flag)

Sets Unlock standby lock flag.

Parameters
flagUnlock standby lock flag value.
Returns
None

Definition at line 151 of file IfxEmem.h.