| /hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
| D | stm32wbaxx_hal_pwr.h | 415 … ((__FLAG__) == PWR_WAKEUP_FLAG4) ?(READ_BIT(PWR->WUSR, PWR_WUSR_WUF4) == \ 416 PWR_WUSR_WUF4) : \ 444 … ((__FLAG__) == PWR_WAKEUP_FLAG4) ?(READ_BIT(PWR->WUSR, PWR_WUSR_WUF4) == \ 445 PWR_WUSR_WUF4) : \ 472 … ((__FLAG__) == PWR_WAKEUP_FLAG4) ?(READ_BIT(PWR->WUSR, PWR_WUSR_WUF4) == \ 473 PWR_WUSR_WUF4) : \
|
| D | stm32wbaxx_ll_pwr.h | 83 #define LL_PWR_WAKEUP_FLAG4 PWR_WUSR_WUF4 /*!< Wakeup flag 4 */ 1467 return ((READ_BIT(PWR->WUSR, PWR_WUSR_WUF4) == (PWR_WUSR_WUF4)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_WU4()
|
| /hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
| D | stm32h5xx_hal_pwr.h | 328 …_FLAG__) == PWR_WAKEUP_FLAG4) ? (READ_BIT(PWR->WUSR, PWR_WUSR_WUF4) == PWR_WUSR_WUF4)… 350 …_FLAG__) == PWR_WAKEUP_FLAG4) ? (READ_BIT(PWR->WUSR, PWR_WUSR_WUF4) == PWR_WUSR_WUF4)…
|
| D | stm32h5xx_ll_pwr.h | 107 #define LL_PWR_WAKEUP_FLAG4 PWR_WUSR_WUF4 /*!< Wakeup flag 4 */ 1701 return ((READ_BIT(PWR->WUSR, PWR_WUSR_WUF4) == (PWR_WUSR_WUF4)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_WU4()
|
| /hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
| D | stm32u5xx_hal_pwr.h | 389 …_FLAG__) == PWR_WAKEUP_FLAG4) ? (READ_BIT(PWR->WUSR, PWR_WUSR_WUF4) == PWR_WUSR_WUF4) … 414 …(__FLAG__) == PWR_WAKEUP_FLAG4) ? (READ_BIT(PWR->WUSR, PWR_WUSR_WUF4) == PWR_WUSR_WUF4) …
|
| D | stm32u5xx_ll_pwr.h | 94 #define LL_PWR_WAKEUP_FLAG4 PWR_WUSR_WUF4 /*!< Wakeup flag 4 */ 3068 return ((READ_BIT(PWR->WUSR, PWR_WUSR_WUF4) == (PWR_WUSR_WUF4)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_WU4()
|
| /hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
| D | stm32wbaxx_hal_pwr.c | 825 if ((wakeuppin & PWR_WUSR_WUF4) != 0U) in HAL_PWR_WKUP_IRQHandler()
|
| /hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
| D | stm32u5xx_hal_pwr_ex.c | 900 if (READ_BIT(PWR->WUSR, PWR_WUSR_WUF4) != 0U) in HAL_PWREx_S3WU_IRQHandler()
|
| /hal_stm32-latest/stm32cube/stm32wbaxx/soc/ |
| D | stm32wba50xx.h | 5431 #define PWR_WUSR_WUF4 PWR_WUSR_WUF4_Msk /*!< Wakeup fla… macro
|
| D | stm32wba52xx.h | 9100 #define PWR_WUSR_WUF4 PWR_WUSR_WUF4_Msk /*!< Wakeup fla… macro
|
| D | stm32wba54xx.h | 9370 #define PWR_WUSR_WUF4 PWR_WUSR_WUF4_Msk /*!< Wakeup fla… macro
|
| D | stm32wba5mxx.h | 9379 #define PWR_WUSR_WUF4 PWR_WUSR_WUF4_Msk /*!< Wakeup fla… macro
|
| D | stm32wba55xx.h | 9379 #define PWR_WUSR_WUF4 PWR_WUSR_WUF4_Msk /*!< Wakeup fla… macro
|
| /hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
| D | stm32h503xx.h | 8029 #define PWR_WUSR_WUF4 PWR_WUSR_WUF4_Msk macro
|
| D | stm32h523xx.h | 11882 #define PWR_WUSR_WUF4 PWR_WUSR_WUF4_Msk macro
|
| D | stm32h562xx.h | 12611 #define PWR_WUSR_WUF4 PWR_WUSR_WUF4_Msk macro
|
| D | stm32h533xx.h | 12401 #define PWR_WUSR_WUF4 PWR_WUSR_WUF4_Msk macro
|
| D | stm32h573xx.h | 15214 #define PWR_WUSR_WUF4 PWR_WUSR_WUF4_Msk macro
|
| D | stm32h563xx.h | 14695 #define PWR_WUSR_WUF4 PWR_WUSR_WUF4_Msk macro
|
| /hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
| D | stm32u545xx.h | 13240 #define PWR_WUSR_WUF4 PWR_WUSR_WUF4_Msk /*!< Wakeup fla… macro
|
| D | stm32u535xx.h | 12727 #define PWR_WUSR_WUF4 PWR_WUSR_WUF4_Msk /*!< Wakeup fla… macro
|
| D | stm32u575xx.h | 13896 #define PWR_WUSR_WUF4 PWR_WUSR_WUF4_Msk /*!< Wakeup fla… macro
|
| D | stm32u585xx.h | 14458 #define PWR_WUSR_WUF4 PWR_WUSR_WUF4_Msk /*!< Wakeup fla… macro
|
| D | stm32u595xx.h | 14718 #define PWR_WUSR_WUF4 PWR_WUSR_WUF4_Msk /*!< Wakeup fla… macro
|
| D | stm32u5a5xx.h | 15280 #define PWR_WUSR_WUF4 PWR_WUSR_WUF4_Msk /*!< Wakeup fla… macro
|