Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/twl/mi/common/
DsharedWram.h98 #define MI_WRAM_ENABLE_MASK_B REG_MI_MBK_B0_E_MASK macro
/TwlSDK-5.1.0/build/libraries/mi/common.TWL/src/
Dmi_sharedWram.c233 *p = (u8)(*p & ~MI_WRAM_ENABLE_MASK_B | (enable? MI_WRAM_ENABLE_MASK_B: 0)); in MIi_SetWramBankEnable_B()
368 …return (*(REGType8v*)(REG_MBK_B0_ADDR + num) & MI_WRAM_ENABLE_MASK_B)? MI_WRAM_ENABLE: MI_WRAM_DIS… in MI_GetWramBankEnable_B()