Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_msmc.h654 static inline void SMC_SRAMEnableLowPowerMode(SMC_Type *base, uint32_t arrayIdx, bool enable) in SMC_SRAMEnableLowPowerMode() argument
658 base->SRAMLPR |= (1U << arrayIdx); /* Set to be placed in RUN modes. */ in SMC_SRAMEnableLowPowerMode()
662 base->SRAMLPR &= ~(1U << arrayIdx); /* Clear to be placed in low power retention mode. */ in SMC_SRAMEnableLowPowerMode()
678 static inline void SMC_SRAMEnableDeepSleepMode(SMC_Type *base, uint32_t arrayIdx, bool enable) in SMC_SRAMEnableDeepSleepMode() argument
682 base->SRAMDSR &= ~(1U << arrayIdx); /* Clear to be retained in STOP modes. */ in SMC_SRAMEnableDeepSleepMode()
686 base->SRAMDSR |= (1U << arrayIdx); /* Set to be powered off in STOP modes. */ in SMC_SRAMEnableDeepSleepMode()