Searched refs:PWR_PMCR_SRAM2SO (Results 1 – 3 of 3) sorted by relevance
540 SET_BIT(PWR->PMCR, PWR_PMCR_SRAM2SO); in LL_PWR_EnableAHBRAM2ShutOff()550 CLEAR_BIT(PWR->PMCR, PWR_PMCR_SRAM2SO); in LL_PWR_DisableAHBRAM2ShutOff()560 return ((READ_BIT(PWR->PMCR, PWR_PMCR_SRAM2SO) == (PWR_PMCR_SRAM2SO)) ? 1UL : 0UL); in LL_PWR_IsEnabledAHBRAM2ShutOff()
190 #define PWR_RAM2_MEMORY_BLOCK PWR_PMCR_SRAM2SO /*!< RAM2 48k byte shut-off control in Stop…
8280 #define PWR_PMCR_SRAM2SO PWR_PMCR_SRAM2SO_Msk macro