Home
last modified time | relevance | path

Searched refs:PWR_CR2_FPWM (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_pwr.h161 #define LL_PWR_SMPS_PWM_MODE PWR_CR2_FPWM /*!< SMPS PWM mode enabled (harmonic reduction) */
644 #if defined(PWR_CR2_FPWM)
652 SET_BIT(PWR->CR2, PWR_CR2_FPWM); in LL_PWR_EnableSMPSPWMMode()
662 CLEAR_BIT(PWR->CR2, PWR_CR2_FPWM); in LL_PWR_DisableSMPSPWMMode()
672 return ((READ_BIT(PWR->CR2, PWR_CR2_FPWM) == (PWR_CR2_FPWM)) ? 1UL : 0UL); in LL_PWR_IsEnabledSMPSPWMMode()
Dstm32wbaxx_hal_pwr_ex.h288 #if defined(PWR_CR2_FPWM)
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_pwr_ex.c335 #if defined(PWR_CR2_FPWM)
344 SET_BIT(PWR->CR2, PWR_CR2_FPWM); in HAL_PWREx_EnableSMPSPWM()
353 CLEAR_BIT(PWR->CR2, PWR_CR2_FPWM); in HAL_PWREx_DisableSMPSPWM()
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/
Dstm32wba5mxx.h9171 #define PWR_CR2_FPWM PWR_CR2_FPWM_Msk /*!< SMPS PWM m… macro
Dstm32wba55xx.h9171 #define PWR_CR2_FPWM PWR_CR2_FPWM_Msk /*!< SMPS PWM m… macro