Searched refs:arrayIdx (Results 1 – 1 of 1) sorted by relevance
687 static inline void SMC_SRAMEnableLowPowerMode(SMC_Type *base, uint32_t arrayIdx, bool enable) in SMC_SRAMEnableLowPowerMode() argument691 base->SRAMLPR |= (1U << arrayIdx); /* Set to be placed in RUN modes. */ in SMC_SRAMEnableLowPowerMode()695 base->SRAMLPR &= ~(1U << arrayIdx); /* Clear to be placed in low power retention mode. */ in SMC_SRAMEnableLowPowerMode()711 static inline void SMC_SRAMEnableDeepSleepMode(SMC_Type *base, uint32_t arrayIdx, bool enable) in SMC_SRAMEnableDeepSleepMode() argument715 base->SRAMDSR &= ~(1U << arrayIdx); /* Clear to be retained in STOP modes. */ in SMC_SRAMEnableDeepSleepMode()719 base->SRAMDSR |= (1U << arrayIdx); /* Set to be powered off in STOP modes. */ in SMC_SRAMEnableDeepSleepMode()