Home
last modified time | relevance | path

Searched refs:PWR_SR2_REGLPF (Results 1 – 25 of 83) sorted by relevance

1234

/hal_stm32-3.7.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_pwr.c329 if ((PWR->SR2 & PWR_SR2_REGLPF) == 0x00u) in HAL_PWR_EnterSLEEPMode()
337 if ((PWR->SR2 & PWR_SR2_REGLPF) != 0x00u) in HAL_PWR_EnterSLEEPMode()
Dstm32g0xx_hal_pwr_ex.c826 while (HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_REGLPF)) in HAL_PWREx_DisableLowPowerRunMode()
/hal_stm32-3.7.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_pwr.c451 if (HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_REGLPF)) in HAL_PWR_EnterSLEEPMode()
461 if (HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_REGLPF) == 0U) in HAL_PWR_EnterSLEEPMode()
Dstm32g4xx_hal_pwr_ex.c859 while ((HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_REGLPF)) && (wait_loop_index != 0U)) in HAL_PWREx_DisableLowPowerRunMode()
863 if (HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_REGLPF)) in HAL_PWREx_DisableLowPowerRunMode()
/hal_stm32-3.7.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_pwr.c454 if (HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_REGLPF)) in HAL_PWR_EnterSLEEPMode()
467 if (HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_REGLPF) == RESET) in HAL_PWR_EnterSLEEPMode()
Dstm32l4xx_hal_pwr_ex.c1153 while ((HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_REGLPF)) && (wait_loop_index != 0U)) in HAL_PWREx_DisableLowPowerRunMode()
1157 if (HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_REGLPF)) in HAL_PWREx_DisableLowPowerRunMode()
/hal_stm32-3.7.0/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_pwr.h89 #define LL_PWR_SR2_REGLPF PWR_SR2_REGLPF
1472 return ((READ_BIT(PWR->SR2, PWR_SR2_REGLPF) == (PWR_SR2_REGLPF)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_REGLPF()
Dstm32g0xx_hal_pwr.h155 #define PWR_FLAG_REGLPF (0x00020000u | PWR_SR2_REGLPF) /*!< Regulator Low Po…
/hal_stm32-3.7.0/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_pwr.h93 #define LL_PWR_SR2_REGLPF PWR_SR2_REGLPF
1529 temp = READ_BIT(PWR->SR2, PWR_SR2_REGLPF); in LL_PWR_IsActiveFlag_REGLPF()
1531 return ((temp == (PWR_SR2_REGLPF))?1U:0U); in LL_PWR_IsActiveFlag_REGLPF()
/hal_stm32-3.7.0/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_pwr.h86 #define LL_PWR_SR2_REGLPF PWR_SR2_REGLPF
1558 return ((READ_BIT(PWR->SR2, PWR_SR2_REGLPF) == (PWR_SR2_REGLPF)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_REGLPF()
/hal_stm32-3.7.0/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_pwr.h96 #define LL_PWR_SR2_REGLPF PWR_SR2_REGLPF
1620 return ((READ_BIT(PWR->SR2, PWR_SR2_REGLPF) == (PWR_SR2_REGLPF)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_REGLPF()
/hal_stm32-3.7.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pwr.c453 if (HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_REGLPF)) in HAL_PWR_EnterSLEEPMode()
466 if (HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_REGLPF) == RESET) in HAL_PWR_EnterSLEEPMode()
Dstm32l5xx_hal_pwr_ex.c851 while ((HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_REGLPF)) && (wait_loop_index != 0U)) in HAL_PWREx_DisableLowPowerRunMode()
855 if (HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_REGLPF)) in HAL_PWREx_DisableLowPowerRunMode()
/hal_stm32-3.7.0/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_pwr.c508 if (HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_REGLPF)) in HAL_PWR_EnterSLEEPMode()
521 if (HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_REGLPF) == RESET) in HAL_PWR_EnterSLEEPMode()
Dstm32wbxx_hal_pwr_ex.c1067 while ((HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_REGLPF)) && (wait_loop_index != 0U)) in HAL_PWREx_DisableLowPowerRunMode()
1071 if (HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_REGLPF)) in HAL_PWREx_DisableLowPowerRunMode()
/hal_stm32-3.7.0/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_pwr.c489 if (HAL_IS_BIT_SET(PWR->SR2, (PWR_SR2_REGLPF))) in HAL_PWR_EnterSLEEPMode()
502 if (HAL_IS_BIT_CLR(PWR->SR2, (PWR_SR2_REGLPF))) in HAL_PWR_EnterSLEEPMode()
Dstm32wlxx_hal_pwr_ex.c877 while ((HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_REGLPF)) && (wait_loop_index != 0U)) in HAL_PWREx_DisableLowPowerRunMode()
881 if (HAL_IS_BIT_SET(PWR->SR2, (PWR_SR2_REGLPF))) in HAL_PWREx_DisableLowPowerRunMode()
/hal_stm32-3.7.0/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_pwr.h92 #define LL_PWR_SR2_REGLPF PWR_SR2_REGLPF
1949 return ((READ_BIT(PWR->SR2, PWR_SR2_REGLPF) == (PWR_SR2_REGLPF)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_REGLPF()
/hal_stm32-3.7.0/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_pwr.h134 #define LL_PWR_SR2_REGLPF PWR_SR2_REGLPF
2115 return ((READ_BIT(PWR->SR2, PWR_SR2_REGLPF) == (PWR_SR2_REGLPF)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_REGLPF()
/hal_stm32-3.7.0/stm32cube/stm32c0xx/soc/
Dstm32c031xx.h3688 #define PWR_SR2_REGLPF PWR_SR2_REGLPF_Msk /*!< Regulator Low P… macro
Dstm32c011xx.h3684 #define PWR_SR2_REGLPF PWR_SR2_REGLPF_Msk /*!< Regulator Low P… macro
/hal_stm32-3.7.0/stm32cube/stm32g0xx/soc/
Dstm32g070xx.h3688 #define PWR_SR2_REGLPF PWR_SR2_REGLPF_Msk /*!< Regulator Low P… macro
Dstm32g030xx.h3651 #define PWR_SR2_REGLPF PWR_SR2_REGLPF_Msk /*!< Regulator Low P… macro
Dstm32g050xx.h3670 #define PWR_SR2_REGLPF PWR_SR2_REGLPF_Msk /*!< Regulator Low P… macro
Dstm32g031xx.h3827 #define PWR_SR2_REGLPF PWR_SR2_REGLPF_Msk /*!< Regulator Low P… macro

1234