Searched refs:PWR_CR5_SMPSFBYP (Results 1 – 8 of 8) sorted by relevance
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
D | stm32wb0x_hal_pwr_ex.c | 449 MODIFY_REG(PWR->CR5, PWR_CR5_SMPSFBYP, PWR_NO_SMPS_PRECHARGE); in HAL_PWREx_SMPS_SetMode() 457 MODIFY_REG(PWR->CR5, PWR_CR5_SMPSFBYP, PWR_SMPS_PRECHARGE); in HAL_PWREx_SMPS_SetMode() 465 MODIFY_REG(PWR->CR5, PWR_CR5_SMPSFBYP, PWR_NO_SMPS_PRECHARGE); in HAL_PWREx_SMPS_SetMode()
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_ll_pwr.h | 342 #define LL_PWR_SMPS_PRECHARGE PWR_CR5_SMPSFBYP /*!< SMPS is disabled and bypassed i… 2362 MODIFY_REG(PWR->CR5, PWR_CR5_SMPSFBYP, mode); in LL_PWR_SetSMPSPrechargeMode() 2372 return ((READ_BIT(PWR->CR5, PWR_CR5_SMPSFBYP) == (PWR_CR5_SMPSFBYP)) ? 1UL : 0UL); in LL_PWR_IsEnabledSMPSPrechargeMode()
|
D | stm32wb0x_hal_pwr_ex.h | 308 #define PWR_SMPS_PRECHARGE PWR_CR5_SMPSFBYP /*!< SMPS is disabled and bypassed in pre…
|
/hal_stm32-latest/stm32cube/stm32wb0x/soc/ |
D | system_stm32wb0x.c | 253 MODIFY_REG(PWR->CR5, PWR_CR5_SMPSFBYP, (1<<PWR_CR5_SMPSFBYP_Pos)); // SMPS BYPASS Configuration in SystemInit()
|
D | stm32wb05.h | 3351 #define PWR_CR5_SMPSFBYP PWR_CR5_SMPSFBYP_Msk macro
|
D | stm32wb07.h | 3420 #define PWR_CR5_SMPSFBYP PWR_CR5_SMPSFBYP_Msk macro
|
D | stm32wb09.h | 3379 #define PWR_CR5_SMPSFBYP PWR_CR5_SMPSFBYP_Msk macro
|
D | stm32wb06.h | 3420 #define PWR_CR5_SMPSFBYP PWR_CR5_SMPSFBYP_Msk macro
|