Home
last modified time | relevance | path

Searched refs:PWR_WAKEUP_PIN6 (Results 1 – 11 of 11) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_pwr_ex.h83 #define PWR_WAKEUP_PIN6 ((uint32_t)PWR_CSR_EWUP6) macro
92 ((PIN) == PWR_WAKEUP_PIN6) || \
101 #define PWR_WAKEUP_PIN6 ((uint32_t)PWR_CSR_EWUP6) macro
108 ((PIN) == PWR_WAKEUP_PIN6) || \
115 #define PWR_WAKEUP_PIN6 ((uint32_t)PWR_CSR_EWUP6) macro
121 ((PIN) == PWR_WAKEUP_PIN6) || \
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_pwr.c362 if ((WakeUpPinPolarity & PWR_WAKEUP_PIN6) == PWR_WAKEUP_PIN6) in HAL_PWR_EnableWakeUpPin()
447 case PWR_WAKEUP_PIN6: in HAL_PWR_EnableWakeUpPinIT()
491 case PWR_WAKEUP_PIN6: in HAL_PWR_DisableWakeUpPinIT()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_pwr_ex.h72 #define PWR_WAKEUP_PIN6 PWR_MPUWKUPENR_WKUPEN_6 macro
99 #define PWR_WAKEUP_PIN6 PWR_MCUWKUPENR_WKUPEN6 macro
367 ((__PIN__) == PWR_WAKEUP_PIN6) || \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_pwr_ex.h103 #define PWR_WAKEUP_PIN6 PWR_WKUPEPR_WKUPEN6 macro
669 ((PIN) == PWR_WAKEUP_PIN6) ||\
686 ((PIN) == PWR_WAKEUP_PIN6) ||\
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_pwr.h274 #define PWR_WAKEUP_PIN6 (PWR_WUCR1_WUPEN6) /*!< PA12 : Wakeup pin 6 (high polarity) */ macro
752 ((PIN) == PWR_WAKEUP_PIN6) ||\
801 ((PIN) == PWR_WAKEUP_PIN6) ||\
846 ((PIN) == PWR_WAKEUP_PIN6) ||\
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_pwr_ex.h51 #define PWR_WAKEUP_PIN6 PWR_CSR2_EWUP6 macro
225 ((__PIN__) == PWR_WAKEUP_PIN6) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_pwr.h166 #define PWR_WAKEUP_PIN6 PWR_WUCR_WUPEN6 macro
549 ((PIN) == PWR_WAKEUP_PIN5) || ((PIN) == PWR_WAKEUP_PIN6) ||\
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_pwr.h255 #define PWR_WAKEUP_PIN6 (PWR_WUCR1_WUPEN6) /*!< PB5 : Wakeup pin 6 (high polarity) */ macro
685 ((PIN) == PWR_WAKEUP_PIN6) ||\
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_pwr.h63 #define PWR_WAKEUP_PIN6 PWR_CR3_EWUP6 /*!< Wakeup pin 6 (with high level detec… macro
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_pwr.h65 #define PWR_WAKEUP_PIN6 PWR_CR3_EWUP6 /*!< Wakeup pin 6 (with high level detec… macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pwr_ex.c924 if ((WakeUpPin & PWR_WAKEUP_PIN6) != 0U) in HAL_PWREx_S3WU_IRQHandler()
932 HAL_PWREx_S3WUCallback(PWR_WAKEUP_PIN6); in HAL_PWREx_S3WU_IRQHandler()