/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_hal_pwr.h | 292 …((__FLAG__) == PWR_FLAG_REGLPS) ? (READ_BIT(PWR->SR2, PWR_SR2_REGLPS) == PWR_SR2_REGLPS) … 334 …((__FLAG__) == PWR_FLAG_REGLPS) ? (READ_BIT(PWR->SR2, PWR_SR2_REGLPS) == PWR_SR2_REGLPS) …
|
D | stm32wb0x_ll_pwr.h | 2291 return ((READ_BIT(PWR->SR2, PWR_SR2_REGLPS) == (PWR_SR2_REGLPS)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_REGLPS()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_pwr.h | 87 #define LL_PWR_SR2_REGLPS PWR_SR2_REGLPS 1346 return ((READ_BIT(PWR->SR2, PWR_SR2_REGLPS) == (PWR_SR2_REGLPS)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_REGLPS()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_pwr.h | 90 #define LL_PWR_SR2_REGLPS PWR_SR2_REGLPS 1482 return ((READ_BIT(PWR->SR2, PWR_SR2_REGLPS) == (PWR_SR2_REGLPS)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_REGLPS()
|
D | stm32g0xx_hal_pwr.h | 154 #define PWR_FLAG_REGLPS (0x00020000u | PWR_SR2_REGLPS) /*!< Regulator Low Po…
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_pwr.h | 97 #define LL_PWR_SR2_REGLPS PWR_SR2_REGLPS 1630 return ((READ_BIT(PWR->SR2, PWR_SR2_REGLPS) == (PWR_SR2_REGLPS)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_REGLPS()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_pwr.h | 87 #define LL_PWR_SR2_REGLPS PWR_SR2_REGLPS 1568 return ((READ_BIT(PWR->SR2, PWR_SR2_REGLPS) == (PWR_SR2_REGLPS)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_REGLPS()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_pwr.h | 94 #define LL_PWR_SR2_REGLPS PWR_SR2_REGLPS 1545 temp = READ_BIT(PWR->SR2, PWR_SR2_REGLPS); in LL_PWR_IsActiveFlag_REGLPS() 1547 return ((temp == (PWR_SR2_REGLPS))?1U:0U); in LL_PWR_IsActiveFlag_REGLPS()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_pwr.h | 93 #define LL_PWR_SR2_REGLPS PWR_SR2_REGLPS 1964 return ((READ_BIT(PWR->SR2, PWR_SR2_REGLPS) == (PWR_SR2_REGLPS)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_REGLPS()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_pwr.h | 135 #define LL_PWR_SR2_REGLPS PWR_SR2_REGLPS 2125 return ((READ_BIT(PWR->SR2, PWR_SR2_REGLPS) == (PWR_SR2_REGLPS)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_REGLPS()
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g030xx.h | 3648 #define PWR_SR2_REGLPS PWR_SR2_REGLPS_Msk /*!< Regulator Low P… macro
|
D | stm32g050xx.h | 3667 #define PWR_SR2_REGLPS PWR_SR2_REGLPS_Msk /*!< Regulator Low P… macro
|
D | stm32g070xx.h | 3685 #define PWR_SR2_REGLPS PWR_SR2_REGLPS_Msk /*!< Regulator Low P… macro
|
D | stm32g031xx.h | 3824 #define PWR_SR2_REGLPS PWR_SR2_REGLPS_Msk /*!< Regulator Low P… macro
|
D | stm32g041xx.h | 4060 #define PWR_SR2_REGLPS PWR_SR2_REGLPS_Msk /*!< Regulator Low P… macro
|
D | stm32g051xx.h | 4160 #define PWR_SR2_REGLPS PWR_SR2_REGLPS_Msk /*!< Regulator Low P… macro
|
D | stm32g061xx.h | 4396 #define PWR_SR2_REGLPS PWR_SR2_REGLPS_Msk /*!< Regulator Low P… macro
|
D | stm32g071xx.h | 4384 #define PWR_SR2_REGLPS PWR_SR2_REGLPS_Msk /*!< Regulator Low P… macro
|
D | stm32g081xx.h | 4620 #define PWR_SR2_REGLPS PWR_SR2_REGLPS_Msk /*!< Regulator Low P… macro
|
D | stm32g0b0xx.h | 4463 #define PWR_SR2_REGLPS PWR_SR2_REGLPS_Msk /*!< Regulator Low P… macro
|
/hal_stm32-latest/stm32cube/stm32wlxx/soc/ |
D | stm32wle4xx.h | 5470 #define PWR_SR2_REGLPS PWR_SR2_REGLPS_Msk /*!< Low-power regul… macro
|
D | stm32wle5xx.h | 5470 #define PWR_SR2_REGLPS PWR_SR2_REGLPS_Msk /*!< Low-power regul… macro
|
/hal_stm32-latest/stm32cube/stm32wb0x/soc/ |
D | stm32wb05.h | 3316 #define PWR_SR2_REGLPS PWR_SR2_REGLPS_Msk macro
|
D | stm32wb07.h | 3397 #define PWR_SR2_REGLPS PWR_SR2_REGLPS_Msk macro
|
D | stm32wb09.h | 3344 #define PWR_SR2_REGLPS PWR_SR2_REGLPS_Msk macro
|