Searched refs:arrayIdx (Results 1 – 1 of 1) sorted by relevance
654 static inline void SMC_SRAMEnableLowPowerMode(SMC_Type *base, uint32_t arrayIdx, bool enable) in SMC_SRAMEnableLowPowerMode() argument658 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() argument682 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()