Home
last modified time | relevance | path

Searched refs:PWR_WAKEUP_PIN7 (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_pwr_ex.h84 #define PWR_WAKEUP_PIN7 ((uint32_t)PWR_CSR_EWUP7) macro
93 ((PIN) == PWR_WAKEUP_PIN7) || \
102 #define PWR_WAKEUP_PIN7 ((uint32_t)PWR_CSR_EWUP7) macro
109 ((PIN) == PWR_WAKEUP_PIN7))
116 #define PWR_WAKEUP_PIN7 ((uint32_t)PWR_CSR_EWUP7) macro
122 ((PIN) == PWR_WAKEUP_PIN7))
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_pwr.h275 #define PWR_WAKEUP_PIN7 (PWR_WUCR1_WUPEN7) /*!< PB14 : Wakeup pin 7 (high polarity) */ macro
753 ((PIN) == PWR_WAKEUP_PIN7) ||\
802 ((PIN) == PWR_WAKEUP_PIN7) ||\
847 ((PIN) == PWR_WAKEUP_PIN7) ||\
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_pwr_ex.h85 #define PWR_WAKEUP_PIN7 PWR_CR3_EWUP7 … macro
622 ((PIN) == PWR_WAKEUP_PIN7) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_pwr.h167 #define PWR_WAKEUP_PIN7 PWR_WUCR_WUPEN7 macro
550 ((PIN) == PWR_WAKEUP_PIN7) || ((PIN) == PWR_WAKEUP_PIN8) ||\
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_pwr.h256 #define PWR_WAKEUP_PIN7 (PWR_WUCR1_WUPEN7) /*!< PB15 : Wakeup pin 7 (high polarity) */ macro
686 ((PIN) == PWR_WAKEUP_PIN7) ||\
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pwr_ex.c937 if ((WakeUpPin & PWR_WAKEUP_PIN7) != 0U) in HAL_PWREx_S3WU_IRQHandler()
945 HAL_PWREx_S3WUCallback(PWR_WAKEUP_PIN7); in HAL_PWREx_S3WU_IRQHandler()