/hal_stm32-3.7.0/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_pwr.c | 329 if ((PWR->SR2 & PWR_SR2_REGLPF) == 0x00u) in HAL_PWR_EnterSLEEPMode() 337 if ((PWR->SR2 & PWR_SR2_REGLPF) != 0x00u) in HAL_PWR_EnterSLEEPMode()
|
D | stm32g0xx_hal_pwr_ex.c | 826 while (HAL_IS_BIT_SET(PWR->SR2, PWR_SR2_REGLPF)) in HAL_PWREx_DisableLowPowerRunMode()
|
/hal_stm32-3.7.0/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_pwr.c | 451 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()
|
D | stm32g4xx_hal_pwr_ex.c | 859 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/ |
D | stm32l4xx_hal_pwr.c | 454 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()
|
D | stm32l4xx_hal_pwr_ex.c | 1153 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/ |
D | stm32g0xx_ll_pwr.h | 89 #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()
|
D | stm32g0xx_hal_pwr.h | 155 #define PWR_FLAG_REGLPF (0x00020000u | PWR_SR2_REGLPF) /*!< Regulator Low Po…
|
/hal_stm32-3.7.0/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_pwr.h | 93 #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/ |
D | stm32l5xx_ll_pwr.h | 86 #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/ |
D | stm32l4xx_ll_pwr.h | 96 #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/ |
D | stm32l5xx_hal_pwr.c | 453 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()
|
D | stm32l5xx_hal_pwr_ex.c | 851 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/ |
D | stm32wbxx_hal_pwr.c | 508 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()
|
D | stm32wbxx_hal_pwr_ex.c | 1067 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/ |
D | stm32wlxx_hal_pwr.c | 489 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()
|
D | stm32wlxx_hal_pwr_ex.c | 877 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/ |
D | stm32wlxx_ll_pwr.h | 92 #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/ |
D | stm32wbxx_ll_pwr.h | 134 #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/ |
D | stm32c031xx.h | 3688 #define PWR_SR2_REGLPF PWR_SR2_REGLPF_Msk /*!< Regulator Low P… macro
|
D | stm32c011xx.h | 3684 #define PWR_SR2_REGLPF PWR_SR2_REGLPF_Msk /*!< Regulator Low P… macro
|
/hal_stm32-3.7.0/stm32cube/stm32g0xx/soc/ |
D | stm32g070xx.h | 3688 #define PWR_SR2_REGLPF PWR_SR2_REGLPF_Msk /*!< Regulator Low P… macro
|
D | stm32g030xx.h | 3651 #define PWR_SR2_REGLPF PWR_SR2_REGLPF_Msk /*!< Regulator Low P… macro
|
D | stm32g050xx.h | 3670 #define PWR_SR2_REGLPF PWR_SR2_REGLPF_Msk /*!< Regulator Low P… macro
|
D | stm32g031xx.h | 3827 #define PWR_SR2_REGLPF PWR_SR2_REGLPF_Msk /*!< Regulator Low P… macro
|