iLLD_TC27xD  1.0
IfxEmem.h File Reference

EMEM basic functionality. More...

#include "_Impl/IfxEmem_cfg.h"
#include "IfxEmem_reg.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...
 
enum  IfxEmem_TileNumber {
  IfxEmem_TileNumber_0 = 0,
  IfxEmem_TileNumber_1,
  IfxEmem_TileNumber_2,
  IfxEmem_TileNumber_3,
  IfxEmem_TileNumber_4,
  IfxEmem_TileNumber_5,
  IfxEmem_TileNumber_6,
  IfxEmem_TileNumber_7,
  IfxEmem_TileNumber_8,
  IfxEmem_TileNumber_9,
  IfxEmem_TileNumber_10,
  IfxEmem_TileNumber_11,
  IfxEmem_TileNumber_12,
  IfxEmem_TileNumber_13,
  IfxEmem_TileNumber_14,
  IfxEmem_TileNumber_15
}
 Tile Number. More...
 

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

EMEM basic functionality.

Version
iLLD_1_0_0_11_0
                            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.