/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_ll_pwr.h | 76 #define LL_PWR_SR1_SBF PWR_SR1_SBF 889 return ((READ_BIT(PWR->SR1, PWR_SR1_SBF) == (PWR_SR1_SBF)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_SB()
|
D | stm32c0xx_hal_pwr.h | 141 #define PWR_FLAG_SB (0x00010000u | PWR_SR1_SBF) /*!< Standby flag */
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_pwr.h | 74 #define LL_PWR_SR1_SBF PWR_SR1_SBF 1287 return ((READ_BIT(PWR->SR1, PWR_SR1_SBF) == (PWR_SR1_SBF)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_SB()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_pwr.h | 76 #define LL_PWR_SR1_SBF PWR_SR1_SBF 1271 return ((READ_BIT(PWR->SR1, PWR_SR1_SBF) == (PWR_SR1_SBF)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_SB()
|
D | stm32g0xx_hal_pwr.h | 151 #define PWR_FLAG_SB (0x00010000u | PWR_SR1_SBF) /*!< Standby flag */
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_pwr.h | 76 #define LL_PWR_SR1_SBF PWR_SR1_SBF 1425 return ((READ_BIT(PWR->SR1, PWR_SR1_SBF) == (PWR_SR1_SBF)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_SB()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_pwr.h | 74 #define LL_PWR_SR1_SBF PWR_SR1_SBF 1367 return ((READ_BIT(PWR->SR1, PWR_SR1_SBF) == (PWR_SR1_SBF)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_SB()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_pwr.h | 73 #define LL_PWR_SR1_SBF PWR_SR1_SBF 1293 temp = READ_BIT(PWR->SR1, PWR_SR1_SBF); in LL_PWR_IsActiveFlag_SB() 1295 return ((temp == (PWR_SR1_SBF))?1U:0U); in LL_PWR_IsActiveFlag_SB()
|
/hal_stm32-latest/stm32cube/stm32c0xx/soc/ |
D | stm32c011xx.h | 3609 #define PWR_SR1_SBF PWR_SR1_SBF_Msk /*!< Standby Flag */ macro
|
D | stm32c031xx.h | 3616 #define PWR_SR1_SBF PWR_SR1_SBF_Msk /*!< Standby Flag */ macro
|
D | stm32c071xx.h | 3911 #define PWR_SR1_SBF PWR_SR1_SBF_Msk /*!< Standby Flag */ macro
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g030xx.h | 3637 #define PWR_SR1_SBF PWR_SR1_SBF_Msk /*!< Standby Flag */ macro
|
D | stm32g050xx.h | 3656 #define PWR_SR1_SBF PWR_SR1_SBF_Msk /*!< Standby Flag */ macro
|
D | stm32g070xx.h | 3674 #define PWR_SR1_SBF PWR_SR1_SBF_Msk /*!< Standby Flag */ macro
|
D | stm32g031xx.h | 3813 #define PWR_SR1_SBF PWR_SR1_SBF_Msk /*!< Standby Flag */ macro
|
D | stm32g041xx.h | 4049 #define PWR_SR1_SBF PWR_SR1_SBF_Msk /*!< Standby Flag */ macro
|
D | stm32g051xx.h | 4149 #define PWR_SR1_SBF PWR_SR1_SBF_Msk /*!< Standby Flag */ macro
|
D | stm32g061xx.h | 4385 #define PWR_SR1_SBF PWR_SR1_SBF_Msk /*!< Standby Flag */ macro
|
D | stm32g071xx.h | 4373 #define PWR_SR1_SBF PWR_SR1_SBF_Msk /*!< Standby Flag */ macro
|
D | stm32g081xx.h | 4609 #define PWR_SR1_SBF PWR_SR1_SBF_Msk /*!< Standby Flag */ macro
|
D | stm32g0b0xx.h | 4452 #define PWR_SR1_SBF PWR_SR1_SBF_Msk /*!< Standby Flag */ macro
|
/hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
D | stm32u031xx.h | 4483 #define PWR_SR1_SBF PWR_SR1_SBF_Msk /*!< Standby Flag */ macro
|
D | stm32u083xx.h | 5146 #define PWR_SR1_SBF PWR_SR1_SBF_Msk /*!< Standby Flag */ macro
|
D | stm32u073xx.h | 4888 #define PWR_SR1_SBF PWR_SR1_SBF_Msk /*!< Standby Flag */ macro
|
/hal_stm32-latest/stm32cube/stm32g4xx/soc/ |
D | stm32g411xb.h | 6417 #define PWR_SR1_SBF PWR_SR1_SBF_Msk /*!< Stand-By Flag */ macro
|