Home
last modified time | relevance | path

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

/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_pwr.h540 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()
Dstm32h5xx_hal_pwr_ex.h190 #define PWR_RAM2_MEMORY_BLOCK PWR_PMCR_SRAM2SO /*!< RAM2 48k byte shut-off control in Stop…
/hal_stm32-3.4.0/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h8280 #define PWR_PMCR_SRAM2SO PWR_PMCR_SRAM2SO_Msk macro