Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_pwr.h719 SET_BIT(PWR->CR4, PWR_CR4_SMPSFSTEN); in LL_PWR_EnableSMPSFastStart()
729 CLEAR_BIT(PWR->CR4, PWR_CR4_SMPSFSTEN); in LL_PWR_DisableSMPSFastStart()
739 return ((READ_BIT(PWR->CR4, PWR_CR4_SMPSFSTEN) == (PWR_CR4_SMPSFSTEN)) ? 1UL : 0UL); in LL_PWR_IsEnabledSMPSFastStart()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pwr_ex.c1372 SET_BIT(PWR->CR4, PWR_CR4_SMPSFSTEN); in HAL_PWREx_SMPS_EnableFastStart()
1382 CLEAR_BIT(PWR->CR4, PWR_CR4_SMPSFSTEN); in HAL_PWREx_SMPS_DisableFastStart()
/hal_stm32-latest/stm32cube/stm32l5xx/soc/
Dstm32l552xx.h10173 #define PWR_CR4_SMPSFSTEN PWR_CR4_SMPSFSTEN_Msk /*!< SMPS fast soft … macro
Dstm32l562xx.h10876 #define PWR_CR4_SMPSFSTEN PWR_CR4_SMPSFSTEN_Msk /*!< SMPS fast soft … macro