Home
last modified time | relevance | path

Searched refs:PWR_WAKEUP_PIN8 (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_pwr.h276 #define PWR_WAKEUP_PIN8 (PWR_WUCR1_WUPEN8) /*!< reserved */ macro
754 ((PIN) == PWR_WAKEUP_PIN8))
803 ((PIN) == PWR_WAKEUP_PIN8))
848 ((PIN) == PWR_WAKEUP_PIN8))
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_pwr_ex.h85 #define PWR_WAKEUP_PIN8 ((uint32_t)PWR_CSR_EWUP8) macro
94 ((PIN) == PWR_WAKEUP_PIN8))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_pwr.h168 #define PWR_WAKEUP_PIN8 PWR_WUCR_WUPEN8 macro
550 ((PIN) == PWR_WAKEUP_PIN7) || ((PIN) == PWR_WAKEUP_PIN8) ||\
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_pwr.h257 #define PWR_WAKEUP_PIN8 (PWR_WUCR1_WUPEN8) /*!< PF2 : Wakeup pin 8 (high polarity) */ macro
687 ((PIN) == PWR_WAKEUP_PIN8))
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pwr_ex.c950 if ((WakeUpPin & PWR_WAKEUP_PIN8) != 0U) in HAL_PWREx_S3WU_IRQHandler()
958 HAL_PWREx_S3WUCallback(PWR_WAKEUP_PIN8); in HAL_PWREx_S3WU_IRQHandler()