iLLD_TC27xC  1.0
IfxEmem.h File Reference

EMEM basic functionality. More...

#include "_Impl/IfxEmem_cfg.h"
#include "_Reg/IfxEmem_reg.h"
#include "Cpu/Std/Ifx_Types.h"

Go to the source code of this file.

Enumerations

enum  IfxEmem_LockedState {
  IfxEmem_LockedState_locked = 0,
  IfxEmem_LockedState_unlocked = 1
}
 EMEM lock state defined in MODULE_EMEM.SBRCTR.B.STBLOCK. More...
 
enum  IfxEmem_State {
  IfxEmem_State_disabled = 0,
  IfxEmem_State_enabled = 1
}
 EMEM module clock enabled or disabled state defined in MODULE_EMEM.CLC.B.DISR. More...
 
enum  IfxEmem_TileConfigMode { IfxEmem_TileConfigMode_calibMode = 0 }
 EMEM tile configuration mode defined in MODULE_EMEM.TILECONFIG.B.Tx( x = 0,1,..). More...
 

Functions

IFX_INLINE boolean IfxEmem_isModuleEnabled (void)
 Returns the status of module enabled or disabled. 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...
 
IFX_EXTERN void IfxEmem_setTileConfigMode (const IfxEmem_TileConfigMode mode)
 Sets all EMEM tiles to calibration memory mode. More...
 
IFX_EXTERN void IfxEmem_setUnlockStandbyLockFlag (const uint8 flag)
 Sets Unlock standby lock flag. More...
 

Detailed Description

EMEM basic functionality.

Version
iLLD_0_1_0_10
                            IMPORTANT NOTICE

Infineon Technologies AG (Infineon) is supplying this file for use exclusively with Infineon's microcontroller products. This file can be freely distributed within development tools that are supporting such microcontroller products.

THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE. INFINEON SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.

Definition in file IfxEmem.h.