Home
last modified time | relevance | path

Searched refs:PWR_PMCR_SRAM2_16LSO (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_pwr_ex.h188 #elif defined (PWR_PMCR_SRAM2_16LSO)
189 #define PWR_RAM2_LOW_16_MEMORY_BLOCK PWR_PMCR_SRAM2_16LSO /*!< RAM2 low 16k byte shut-off contr…
431 #elif defined (PWR_PMCR_SRAM2_16LSO)
Dstm32h5xx_ll_pwr.h566 #if defined(PWR_PMCR_SRAM2_16LSO)
574 SET_BIT(PWR->PMCR, PWR_PMCR_SRAM2_16LSO); in LL_PWR_EnableAHBRAM2_Low_16K_ShutOff()
584 CLEAR_BIT(PWR->PMCR, PWR_PMCR_SRAM2_16LSO); in LL_PWR_DisableAHBRAM2_Low_16K_ShutOff()
594 return ((READ_BIT(PWR->PMCR, PWR_PMCR_SRAM2_16LSO) == (PWR_PMCR_SRAM2_16LSO)) ? 1UL : 0UL); in LL_PWR_IsEnabledAHBRAM2_Low_16K_ShutOff()
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h523xx.h11709 #define PWR_PMCR_SRAM2_16LSO PWR_PMCR_SRAM2_16LSO_Msk macro
Dstm32h533xx.h12228 #define PWR_PMCR_SRAM2_16LSO PWR_PMCR_SRAM2_16LSO_Msk macro