Home
last modified time | relevance | path

Searched refs:MI_WRAM_ENABLE_MASK_A (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.1.0/include/twl/mi/common/
DsharedWram.h97 #define MI_WRAM_ENABLE_MASK_A REG_MI_MBK_A0_E_MASK macro
/TwlSDK-5.1.0/build/libraries/mi/common.TWL/src/
Dmi_sharedWram.c225 *p = (u8)(*p & ~MI_WRAM_ENABLE_MASK_A | (enable? MI_WRAM_ENABLE_MASK_A: 0)); in MIi_SetWramBankEnable_A()
363 …return (*(REGType8v*)(REG_MBK_A0_ADDR + num) & MI_WRAM_ENABLE_MASK_A)? MI_WRAM_ENABLE: MI_WRAM_DIS… in MI_GetWramBankEnable_A()