/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_pwr.h | 329 …_FLAG__) == PWR_WAKEUP_FLAG5) ? (READ_BIT(PWR->WUSR, PWR_WUSR_WUF5) == PWR_WUSR_WUF5)… 351 (READ_BIT(PWR->WUSR, PWR_WUSR_WUF5) == PWR_WUSR_WUF5))
|
D | stm32h5xx_ll_pwr.h | 108 #define LL_PWR_WAKEUP_FLAG5 PWR_WUSR_WUF5 /*!< Wakeup flag 5 */ 1711 return ((READ_BIT(PWR->WUSR, PWR_WUSR_WUF5) == (PWR_WUSR_WUF5)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_WU5()
|
/hal_stm32-3.7.0/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_pwr.h | 84 #define LL_PWR_WAKEUP_FLAG5 PWR_WUSR_WUF5 /*!< Wakeup flag 5 */ 1470 #if defined(PWR_WUSR_WUF5) 1478 return ((READ_BIT(PWR->WUSR, PWR_WUSR_WUF5) == (PWR_WUSR_WUF5)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_WU5()
|
D | stm32wbaxx_hal_pwr.h | 405 … ((__FLAG__) == PWR_WAKEUP_FLAG5) ?(READ_BIT(PWR->WUSR, PWR_WUSR_WUF5) == \ 406 PWR_WUSR_WUF5) : \ 434 … ((__FLAG__) == PWR_WAKEUP_FLAG5) ?(READ_BIT(PWR->WUSR, PWR_WUSR_WUF5) == \ 435 PWR_WUSR_WUF5) : \
|
/hal_stm32-3.7.0/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_pwr.h | 390 …_FLAG__) == PWR_WAKEUP_FLAG5) ? (READ_BIT(PWR->WUSR, PWR_WUSR_WUF5) == PWR_WUSR_WUF5) … 415 …(__FLAG__) == PWR_WAKEUP_FLAG5) ? (READ_BIT(PWR->WUSR, PWR_WUSR_WUF5) == PWR_WUSR_WUF5) …
|
D | stm32u5xx_ll_pwr.h | 95 #define LL_PWR_WAKEUP_FLAG5 PWR_WUSR_WUF5 /*!< Wakeup flag 5 */ 3078 return ((READ_BIT(PWR->WUSR, PWR_WUSR_WUF5) == (PWR_WUSR_WUF5)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_WU5()
|
/hal_stm32-3.7.0/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_pwr.c | 831 if ((wakeuppin & PWR_WUSR_WUF5) != 0U) in HAL_PWR_WKUP_IRQHandler()
|
/hal_stm32-3.7.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_pwr_ex.c | 913 if (READ_BIT(PWR->WUSR, PWR_WUSR_WUF5) != 0U) in HAL_PWREx_S3WU_IRQHandler()
|
/hal_stm32-3.7.0/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 8034 #define PWR_WUSR_WUF5 PWR_WUSR_WUF5_Msk macro
|
D | stm32h523xx.h | 11889 #define PWR_WUSR_WUF5 PWR_WUSR_WUF5_Msk macro
|
D | stm32h562xx.h | 12598 #define PWR_WUSR_WUF5 PWR_WUSR_WUF5_Msk macro
|
D | stm32h533xx.h | 12407 #define PWR_WUSR_WUF5 PWR_WUSR_WUF5_Msk macro
|
D | stm32h563xx.h | 14682 #define PWR_WUSR_WUF5 PWR_WUSR_WUF5_Msk macro
|
D | stm32h573xx.h | 15200 #define PWR_WUSR_WUF5 PWR_WUSR_WUF5_Msk macro
|
/hal_stm32-3.7.0/stm32cube/stm32wbaxx/soc/ |
D | stm32wba52xx.h | 9103 #define PWR_WUSR_WUF5 PWR_WUSR_WUF5_Msk /*!< Wakeup fla… macro
|
D | stm32wba54xx.h | 9373 #define PWR_WUSR_WUF5 PWR_WUSR_WUF5_Msk /*!< Wakeup fla… macro
|
D | stm32wba55xx.h | 9382 #define PWR_WUSR_WUF5 PWR_WUSR_WUF5_Msk /*!< Wakeup fla… macro
|
/hal_stm32-3.7.0/stm32cube/stm32u5xx/soc/ |
D | stm32u535xx.h | 12727 #define PWR_WUSR_WUF5 PWR_WUSR_WUF5_Msk /*!< Wakeup fla… macro
|
D | stm32u545xx.h | 13240 #define PWR_WUSR_WUF5 PWR_WUSR_WUF5_Msk /*!< Wakeup fla… macro
|
D | stm32u575xx.h | 13895 #define PWR_WUSR_WUF5 PWR_WUSR_WUF5_Msk /*!< Wakeup fla… macro
|
D | stm32u585xx.h | 14457 #define PWR_WUSR_WUF5 PWR_WUSR_WUF5_Msk /*!< Wakeup fla… macro
|
D | stm32u5f7xx.h | 16218 #define PWR_WUSR_WUF5 PWR_WUSR_WUF5_Msk /*!< Wakeup fla… macro
|
D | stm32u595xx.h | 14717 #define PWR_WUSR_WUF5 PWR_WUSR_WUF5_Msk /*!< Wakeup fla… macro
|
D | stm32u5a5xx.h | 15279 #define PWR_WUSR_WUF5 PWR_WUSR_WUF5_Msk /*!< Wakeup fla… macro
|
D | stm32u599xx.h | 18436 #define PWR_WUSR_WUF5 PWR_WUSR_WUF5_Msk /*!< Wakeup fla… macro
|