Home
last modified time | relevance | path

Searched refs:PWR_SR2_VOSF (Results 1 – 25 of 77) sorted by relevance

1234

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_pwr_ex.c183 while ((HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_VOSF)) && (wait_loop_index != 0U)) in HAL_PWREx_ControlVoltageScaling()
187 if (HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_VOSF)) in HAL_PWREx_ControlVoltageScaling()
212 while ((HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_VOSF)) && (wait_loop_index != 0U)) in HAL_PWREx_ControlVoltageScaling()
216 if (HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_VOSF)) in HAL_PWREx_ControlVoltageScaling()
248 while ((HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_VOSF)) && (wait_loop_index != 0U)) in HAL_PWREx_ControlVoltageScaling()
252 if (HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_VOSF)) in HAL_PWREx_ControlVoltageScaling()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_pwr_ex.c172 while ((HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_VOSF)) && (wait_loop_index != 0U)) in HAL_PWREx_ControlVoltageScaling()
176 if (HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_VOSF)) in HAL_PWREx_ControlVoltageScaling()
201 while ((HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_VOSF)) && (wait_loop_index != 0U)) in HAL_PWREx_ControlVoltageScaling()
205 if (HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_VOSF)) in HAL_PWREx_ControlVoltageScaling()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_pwr.h85 #define LL_PWR_SR2_VOSF PWR_SR2_VOSF
1369 return ((READ_BIT(PWR->SR2, PWR_SR2_VOSF) == (PWR_SR2_VOSF)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_VOS()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_pwr.h88 #define LL_PWR_SR2_VOSF PWR_SR2_VOSF
1459 return ((READ_BIT(PWR->SR2, PWR_SR2_VOSF) == (PWR_SR2_VOSF)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_VOS()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_pwr.h95 #define LL_PWR_SR2_VOSF PWR_SR2_VOSF
1609 return ((READ_BIT(PWR->SR2, PWR_SR2_VOSF) == (PWR_SR2_VOSF)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_VOS()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_pwr.h85 #define LL_PWR_SR2_VOSF PWR_SR2_VOSF
1547 return ((READ_BIT(PWR->SR2, PWR_SR2_VOSF) == (PWR_SR2_VOSF)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_VOS()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_pwr.h92 #define LL_PWR_SR2_VOSF PWR_SR2_VOSF
1516 temp = READ_BIT(PWR->SR2, PWR_SR2_VOSF); in LL_PWR_IsActiveFlag_VOS()
1518 return ((temp == (PWR_SR2_VOSF))?1U:0U); in LL_PWR_IsActiveFlag_VOS()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_pwr.h91 #define LL_PWR_SR2_VOSF PWR_SR2_VOSF
1908 return ((READ_BIT(PWR->SR2, PWR_SR2_VOSF) == (PWR_SR2_VOSF)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_VOS()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_pwr_ex.c124 while ((HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_VOSF)) && (wait_loop_index != 0U)) in HAL_PWREx_ControlVoltageScaling()
128 if (HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_VOSF)) in HAL_PWREx_ControlVoltageScaling()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_pwr_ex.c206 while ((HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_VOSF)) && (wait_loop_index != 0U)) in HAL_PWREx_ControlVoltageScaling()
210 if (HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_VOSF)) in HAL_PWREx_ControlVoltageScaling()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_pwr.h132 #define LL_PWR_SR2_VOSF PWR_SR2_VOSF
2103 return ((READ_BIT(PWR->SR2, PWR_SR2_VOSF) == (PWR_SR2_VOSF)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_VOS()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_pwr_ex.c127 while ((HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_VOSF)) && (wait_loop_index != 0U)) in HAL_PWREx_ControlVoltageScaling()
131 if (HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_VOSF)) in HAL_PWREx_ControlVoltageScaling()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pwr_ex.c162 while ((HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_VOSF)) && (wait_loop_index != 0U)) in HAL_PWREx_ControlVoltageScaling()
167 if (HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_VOSF)) in HAL_PWREx_ControlVoltageScaling()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_pwr_ex.c778 while (HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_VOSF)) in HAL_PWREx_ControlVoltageScaling()
/hal_stm32-latest/stm32cube/stm32g0xx/soc/
Dstm32g030xx.h3654 #define PWR_SR2_VOSF PWR_SR2_VOSF_Msk /*!< Voltage Scaling… macro
Dstm32g050xx.h3673 #define PWR_SR2_VOSF PWR_SR2_VOSF_Msk /*!< Voltage Scaling… macro
Dstm32g070xx.h3691 #define PWR_SR2_VOSF PWR_SR2_VOSF_Msk /*!< Voltage Scaling… macro
Dstm32g031xx.h3830 #define PWR_SR2_VOSF PWR_SR2_VOSF_Msk /*!< Voltage Scaling… macro
Dstm32g041xx.h4066 #define PWR_SR2_VOSF PWR_SR2_VOSF_Msk /*!< Voltage Scaling… macro
Dstm32g051xx.h4166 #define PWR_SR2_VOSF PWR_SR2_VOSF_Msk /*!< Voltage Scaling… macro
Dstm32g061xx.h4402 #define PWR_SR2_VOSF PWR_SR2_VOSF_Msk /*!< Voltage Scaling… macro
Dstm32g071xx.h4390 #define PWR_SR2_VOSF PWR_SR2_VOSF_Msk /*!< Voltage Scaling… macro
Dstm32g081xx.h4626 #define PWR_SR2_VOSF PWR_SR2_VOSF_Msk /*!< Voltage Scaling… macro
/hal_stm32-latest/stm32cube/stm32wlxx/soc/
Dstm32wle4xx.h5477 #define PWR_SR2_VOSF PWR_SR2_VOSF_Msk /*!< Voltage scaling… macro
Dstm32wle5xx.h5477 #define PWR_SR2_VOSF PWR_SR2_VOSF_Msk /*!< Voltage scaling… macro

1234