Home
last modified time | relevance | path

Searched refs:PWR_CR5_NOSMPS (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_pwr_ex.c447 MODIFY_REG(PWR->CR5, PWR_CR5_NOSMPS, PWR_SMPS_ON); in HAL_PWREx_SMPS_SetMode()
455 MODIFY_REG(PWR->CR5, PWR_CR5_NOSMPS, PWR_SMPS_ON); in HAL_PWREx_SMPS_SetMode()
463 MODIFY_REG(PWR->CR5, PWR_CR5_NOSMPS, PWR_SMPS_OFF); in HAL_PWREx_SMPS_SetMode()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_pwr.h333 #define LL_PWR_NO_SMPS PWR_CR5_NOSMPS /*!< SMPS is disabled */
2337 MODIFY_REG(PWR->CR5, PWR_CR5_NOSMPS, mode); in LL_PWR_SetSMPSMode()
2349 return (uint32_t)(READ_BIT(PWR->CR5, PWR_CR5_NOSMPS)); in LL_PWR_GetSMPSMode()
Dstm32wb0x_hal_pwr_ex.h297 #define PWR_SMPS_OFF PWR_CR5_NOSMPS /*!< SMPS step down OFF */
/hal_stm32-latest/stm32cube/stm32wb0x/soc/
Dsystem_stm32wb0x.c249 …MODIFY_REG(PWR->CR5, PWR_CR5_NOSMPS, (CFG_HW_SMPS<<PWR_CR5_NOSMPS_Pos)); // SMPS ON/OFF Configurat… in SystemInit()
Dstm32wb05.h3348 #define PWR_CR5_NOSMPS PWR_CR5_NOSMPS_Msk macro
Dstm32wb07.h3417 #define PWR_CR5_NOSMPS PWR_CR5_NOSMPS_Msk macro
Dstm32wb09.h3376 #define PWR_CR5_NOSMPS PWR_CR5_NOSMPS_Msk macro
Dstm32wb06.h3417 #define PWR_CR5_NOSMPS PWR_CR5_NOSMPS_Msk macro