/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_hal_pwr.h | 279 …((__FLAG__) == PWR_FLAG_WUF5) ? (READ_BIT(PWR->SR1, PWR_SR1_WUF5) == PWR_SR1_WUF5) … 320 …((__FLAG__) == PWR_FLAG_WUF5) ? (READ_BIT(PWR->SR1, PWR_SR1_WUF5) == PWR_SR1_WUF5) … 434 … ((__FLAG__) == PWR_FLAG_WUF5) ? (SET_BIT(PWR->SR1, PWR_SR1_WUF5)) : \ 472 … ((__FLAG__) == PWR_FLAG_WUF5) ? (SET_BIT(PWR->SR1, PWR_SR1_WUF5)) : \
|
D | stm32wb0x_ll_pwr.h | 198 #define LL_PWR_SR1_WUF5 PWR_SR1_WUF5 1454 return ((READ_BIT(PWR->SR1, PWR_SR1_WUF5) == (PWR_SR1_WUF5)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_WU5() 1904 WRITE_REG(PWR->SR1, PWR_SR1_WUF5); in LL_PWR_ClearFlag_WU5()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_ll_pwr.h | 78 #if defined(PWR_SR1_WUF5) 79 #define LL_PWR_SR1_WUF5 PWR_SR1_WUF5 910 return ((READ_BIT(PWR->SR1, PWR_SR1_WUF5) == (PWR_SR1_WUF5)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_WU5()
|
D | stm32c0xx_hal_pwr.h | 137 #define PWR_FLAG_WUF5 (0x00010000u | PWR_SR1_WUF5) /*!< Wakeup event on …
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_pwr.h | 76 #define LL_PWR_SR1_WUF5 PWR_SR1_WUF5 1267 return ((READ_BIT(PWR->SR1, PWR_SR1_WUF5) == (PWR_SR1_WUF5)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_WU5()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_pwr.h | 78 #define LL_PWR_SR1_WUF5 PWR_SR1_WUF5 1292 return ((READ_BIT(PWR->SR1, PWR_SR1_WUF5) == (PWR_SR1_WUF5)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_WU5()
|
D | stm32g0xx_hal_pwr.h | 147 #define PWR_FLAG_WUF5 (0x00010000u | PWR_SR1_WUF5) /*!< Wakeup event on …
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_pwr.h | 77 #define LL_PWR_SR1_WUF5 PWR_SR1_WUF5 1435 return ((READ_BIT(PWR->SR1, PWR_SR1_WUF5) == (PWR_SR1_WUF5)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_WU5()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_pwr.h | 75 #define LL_PWR_SR1_WUF5 PWR_SR1_WUF5 1377 return ((READ_BIT(PWR->SR1, PWR_SR1_WUF5) == (PWR_SR1_WUF5)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_WU5()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_pwr.h | 74 #define LL_PWR_SR1_WUF5 PWR_SR1_WUF5 1307 temp = READ_BIT(PWR->SR1, PWR_SR1_WUF5); in LL_PWR_IsActiveFlag_WU5() 1309 return ((temp == (PWR_SR1_WUF5))?1U:0U); in LL_PWR_IsActiveFlag_WU5()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_pwr.h | 116 #define LL_PWR_SR1_WUF5 PWR_SR1_WUF5 1948 return ((READ_BIT(PWR->SR1, PWR_SR1_WUF5) == (PWR_SR1_WUF5)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_WU5()
|
/hal_stm32-latest/stm32cube/stm32c0xx/soc/ |
D | stm32c071xx.h | 3905 #define PWR_SR1_WUF5 PWR_SR1_WUF5_Msk /*!< Wakeup Flag 5 */ macro
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g070xx.h | 3668 #define PWR_SR1_WUF5 PWR_SR1_WUF5_Msk /*!< Wakeup Flag 5 */ macro
|
D | stm32g071xx.h | 4367 #define PWR_SR1_WUF5 PWR_SR1_WUF5_Msk /*!< Wakeup Flag 5 */ macro
|
D | stm32g081xx.h | 4603 #define PWR_SR1_WUF5 PWR_SR1_WUF5_Msk /*!< Wakeup Flag 5 */ macro
|
D | stm32g0b0xx.h | 4446 #define PWR_SR1_WUF5 PWR_SR1_WUF5_Msk /*!< Wakeup Flag 5 */ macro
|
/hal_stm32-latest/stm32cube/stm32wb0x/soc/ |
D | stm32wb05.h | 3286 #define PWR_SR1_WUF5 PWR_SR1_WUF5_Msk macro
|
D | stm32wb07.h | 3364 #define PWR_SR1_WUF5 PWR_SR1_WUF5_Msk macro
|
D | stm32wb09.h | 3314 #define PWR_SR1_WUF5 PWR_SR1_WUF5_Msk macro
|
D | stm32wb06.h | 3364 #define PWR_SR1_WUF5 PWR_SR1_WUF5_Msk macro
|
/hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
D | stm32u031xx.h | 4476 #define PWR_SR1_WUF5 PWR_SR1_WUF5_Msk /*!< Wakeup Flag 5 */ macro
|
D | stm32u083xx.h | 5139 #define PWR_SR1_WUF5 PWR_SR1_WUF5_Msk /*!< Wakeup Flag 5 */ macro
|
D | stm32u073xx.h | 4881 #define PWR_SR1_WUF5 PWR_SR1_WUF5_Msk /*!< Wakeup Flag 5 */ macro
|
/hal_stm32-latest/stm32cube/stm32g4xx/soc/ |
D | stm32g411xb.h | 6423 #define PWR_SR1_WUF5 PWR_SR1_WUF5_Msk /*!< Wake-up Flag 5 … macro
|
/hal_stm32-latest/stm32cube/stm32l4xx/soc/ |
D | stm32l422xx.h | 5125 #define PWR_SR1_WUF5 PWR_SR1_WUF5_Msk /*!< Wake-up Flag 5 … macro
|