Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_pwr.h598 #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()
Dstm32h5xx_hal_pwr_ex.h193 #define PWR_RAM2_MEMORY_BLOCK PWR_PMCR_SRAM2SO /*!< RAM2 shut-off control in Stop mo…
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h7888 #define PWR_PMCR_SRAM2SO PWR_PMCR_SRAM2SO_Msk macro