Searched refs:PWR_PMCR_SRAM2SO (Results 1 – 3 of 3) sorted by relevance
598 #if defined (PWR_PMCR_SRAM2SO)606 SET_BIT(PWR->PMCR, PWR_PMCR_SRAM2SO); in LL_PWR_EnableAHBRAM2ShutOff()616 CLEAR_BIT(PWR->PMCR, PWR_PMCR_SRAM2SO); in LL_PWR_DisableAHBRAM2ShutOff()626 return ((READ_BIT(PWR->PMCR, PWR_PMCR_SRAM2SO) == (PWR_PMCR_SRAM2SO)) ? 1UL : 0UL); in LL_PWR_IsEnabledAHBRAM2ShutOff()
193 #define PWR_RAM2_MEMORY_BLOCK PWR_PMCR_SRAM2SO /*!< RAM2 shut-off control in Stop mo…
7888 #define PWR_PMCR_SRAM2SO PWR_PMCR_SRAM2SO_Msk macro