Searched refs:PWR_CR5_NOSMPS (Results 1 – 8 of 8) sorted by relevance
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
D | stm32wb0x_hal_pwr_ex.c | 447 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/ |
D | stm32wb0x_ll_pwr.h | 333 #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()
|
D | stm32wb0x_hal_pwr_ex.h | 297 #define PWR_SMPS_OFF PWR_CR5_NOSMPS /*!< SMPS step down OFF */
|
/hal_stm32-latest/stm32cube/stm32wb0x/soc/ |
D | system_stm32wb0x.c | 249 …MODIFY_REG(PWR->CR5, PWR_CR5_NOSMPS, (CFG_HW_SMPS<<PWR_CR5_NOSMPS_Pos)); // SMPS ON/OFF Configurat… in SystemInit()
|
D | stm32wb05.h | 3348 #define PWR_CR5_NOSMPS PWR_CR5_NOSMPS_Msk macro
|
D | stm32wb07.h | 3417 #define PWR_CR5_NOSMPS PWR_CR5_NOSMPS_Msk macro
|
D | stm32wb09.h | 3376 #define PWR_CR5_NOSMPS PWR_CR5_NOSMPS_Msk macro
|
D | stm32wb06.h | 3417 #define PWR_CR5_NOSMPS PWR_CR5_NOSMPS_Msk macro
|