| /hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
| D | stm32wb0x_hal_pwr.h | 277 …((__FLAG__) == PWR_FLAG_WUF3) ? (READ_BIT(PWR->SR1, PWR_SR1_WUF3) == PWR_SR1_WUF3) … 318 …((__FLAG__) == PWR_FLAG_WUF3) ? (READ_BIT(PWR->SR1, PWR_SR1_WUF3) == PWR_SR1_WUF3) … 432 … ((__FLAG__) == PWR_FLAG_WUF3) ? (SET_BIT(PWR->SR1, PWR_SR1_WUF3)) : \ 470 … ((__FLAG__) == PWR_FLAG_WUF3) ? (SET_BIT(PWR->SR1, PWR_SR1_WUF3)) : \
|
| D | stm32wb0x_ll_pwr.h | 196 #define LL_PWR_SR1_WUF3 PWR_SR1_WUF3 1434 return ((READ_BIT(PWR->SR1, PWR_SR1_WUF3) == (PWR_SR1_WUF3)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_WU3() 1884 WRITE_REG(PWR->SR1, PWR_SR1_WUF3); in LL_PWR_ClearFlag_WU3()
|
| /hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
| D | stm32c0xx_ll_pwr.h | 82 #define LL_PWR_SR1_WUF3 PWR_SR1_WUF3 931 return ((READ_BIT(PWR->SR1, PWR_SR1_WUF3) == (PWR_SR1_WUF3)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_WU3()
|
| D | stm32c0xx_hal_pwr.h | 134 #define PWR_FLAG_WUF3 (0x00010000u | PWR_SR1_WUF3) /*!< Wakeup event on …
|
| /hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
| D | stm32u0xx_ll_pwr.h | 78 #define LL_PWR_SR1_WUF3 PWR_SR1_WUF3 1247 return ((READ_BIT(PWR->SR1, PWR_SR1_WUF3) == (PWR_SR1_WUF3)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_WU3()
|
| /hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
| D | stm32g0xx_ll_pwr.h | 81 #define LL_PWR_SR1_WUF3 PWR_SR1_WUF3 1314 return ((READ_BIT(PWR->SR1, PWR_SR1_WUF3) == (PWR_SR1_WUF3)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_WU3()
|
| D | stm32g0xx_hal_pwr.h | 143 #define PWR_FLAG_WUF3 (0x00010000u | PWR_SR1_WUF3) /*!< Wakeup event on …
|
| /hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
| D | stm32l4xx_ll_pwr.h | 79 #define LL_PWR_SR1_WUF3 PWR_SR1_WUF3 1455 return ((READ_BIT(PWR->SR1, PWR_SR1_WUF3) == (PWR_SR1_WUF3)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_WU3()
|
| /hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
| D | stm32l5xx_ll_pwr.h | 77 #define LL_PWR_SR1_WUF3 PWR_SR1_WUF3 1397 return ((READ_BIT(PWR->SR1, PWR_SR1_WUF3) == (PWR_SR1_WUF3)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_WU3()
|
| /hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
| D | stm32g4xx_ll_pwr.h | 76 #define LL_PWR_SR1_WUF3 PWR_SR1_WUF3 1333 temp = READ_BIT(PWR->SR1, PWR_SR1_WUF3); in LL_PWR_IsActiveFlag_WU3() 1335 return ((temp == (PWR_SR1_WUF3))?1U:0U); in LL_PWR_IsActiveFlag_WU3()
|
| /hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
| D | stm32wlxx_ll_pwr.h | 82 #define LL_PWR_SR1_WUF3 PWR_SR1_WUF3 1806 return ((READ_BIT(PWR->SR1, PWR_SR1_WUF3) == (PWR_SR1_WUF3)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_WU3()
|
| /hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
| D | stm32wbxx_ll_pwr.h | 120 #define LL_PWR_SR1_WUF3 PWR_SR1_WUF3 1970 return ((READ_BIT(PWR->SR1, PWR_SR1_WUF3) == (PWR_SR1_WUF3)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_WU3()
|
| /hal_stm32-latest/stm32cube/stm32c0xx/soc/ |
| D | stm32c011xx.h | 3600 #define PWR_SR1_WUF3 PWR_SR1_WUF3_Msk /*!< Wakeup Flag 3 */ macro
|
| D | stm32c031xx.h | 3607 #define PWR_SR1_WUF3 PWR_SR1_WUF3_Msk /*!< Wakeup Flag 3 */ macro
|
| D | stm32c071xx.h | 3899 #define PWR_SR1_WUF3 PWR_SR1_WUF3_Msk /*!< Wakeup Flag 3 */ macro
|
| /hal_stm32-latest/stm32cube/stm32wlxx/soc/ |
| D | stm32wle4xx.h | 5426 #define PWR_SR1_WUF3 PWR_SR1_WUF3_Msk /*!< Wakeup Pin 3 [F… macro
|
| D | stm32wle5xx.h | 5426 #define PWR_SR1_WUF3 PWR_SR1_WUF3_Msk /*!< Wakeup Pin 3 [F… macro
|
| D | stm32wl5mxx.h | 6202 #define PWR_SR1_WUF3 PWR_SR1_WUF3_Msk /*!< Wakeup Pin 3 [F… macro
|
| /hal_stm32-latest/stm32cube/stm32wb0x/soc/ |
| D | stm32wb05.h | 3292 #define PWR_SR1_WUF3 PWR_SR1_WUF3_Msk macro
|
| D | stm32wb07.h | 3370 #define PWR_SR1_WUF3 PWR_SR1_WUF3_Msk macro
|
| D | stm32wb09.h | 3320 #define PWR_SR1_WUF3 PWR_SR1_WUF3_Msk macro
|
| D | stm32wb06.h | 3370 #define PWR_SR1_WUF3 PWR_SR1_WUF3_Msk macro
|
| /hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
| D | stm32g0b0xx.h | 4440 #define PWR_SR1_WUF3 PWR_SR1_WUF3_Msk /*!< Wakeup Flag 3 */ macro
|
| /hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
| D | stm32u031xx.h | 4470 #define PWR_SR1_WUF3 PWR_SR1_WUF3_Msk /*!< Wakeup Flag 3 */ macro
|
| D | stm32u083xx.h | 5133 #define PWR_SR1_WUF3 PWR_SR1_WUF3_Msk /*!< Wakeup Flag 3 */ macro
|