Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_pwr_ex.c449 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/
Dstm32wb0x_ll_pwr.h342 #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()
Dstm32wb0x_hal_pwr_ex.h308 #define PWR_SMPS_PRECHARGE PWR_CR5_SMPSFBYP /*!< SMPS is disabled and bypassed in pre…
/hal_stm32-latest/stm32cube/stm32wb0x/soc/
Dsystem_stm32wb0x.c253 MODIFY_REG(PWR->CR5, PWR_CR5_SMPSFBYP, (1<<PWR_CR5_SMPSFBYP_Pos)); // SMPS BYPASS Configuration in SystemInit()
Dstm32wb05.h3351 #define PWR_CR5_SMPSFBYP PWR_CR5_SMPSFBYP_Msk macro
Dstm32wb07.h3420 #define PWR_CR5_SMPSFBYP PWR_CR5_SMPSFBYP_Msk macro
Dstm32wb09.h3379 #define PWR_CR5_SMPSFBYP PWR_CR5_SMPSFBYP_Msk macro
Dstm32wb06.h3420 #define PWR_CR5_SMPSFBYP PWR_CR5_SMPSFBYP_Msk macro