/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_hal_pwr_ex.h | 81 #define PWR_WAKEUP_PIN4 ((uint32_t)PWR_CSR_EWUP4) macro 90 ((PIN) == PWR_WAKEUP_PIN4) || \ 99 #define PWR_WAKEUP_PIN4 ((uint32_t)PWR_CSR_EWUP4) macro 106 ((PIN) == PWR_WAKEUP_PIN4) || \ 114 #define PWR_WAKEUP_PIN4 ((uint32_t)PWR_CSR_EWUP4) macro 120 ((PIN) == PWR_WAKEUP_PIN4) || \
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_pwr.c | 354 if ((WakeUpPinPolarity & PWR_WAKEUP_PIN4) == PWR_WAKEUP_PIN4) in HAL_PWR_EnableWakeUpPin() 439 case PWR_WAKEUP_PIN4: in HAL_PWR_EnableWakeUpPinIT() 483 case PWR_WAKEUP_PIN4: in HAL_PWR_DisableWakeUpPinIT()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_pwr_ex.h | 74 #define PWR_WAKEUP_PIN4 PWR_MPUWKUPENR_WKUPEN_4 macro 101 #define PWR_WAKEUP_PIN4 PWR_MCUWKUPENR_WKUPEN4 macro 365 ((__PIN__) == PWR_WAKEUP_PIN4) || \
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_pwr_ex.h | 107 #define PWR_WAKEUP_PIN4 PWR_WKUPEPR_WKUPEN4 macro 667 ((PIN) == PWR_WAKEUP_PIN4) ||\ 685 ((PIN) == PWR_WAKEUP_PIN4) ||\
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_pwr.h | 270 #define PWR_WAKEUP_PIN4 (PWR_WUCR1_WUPEN4) /*!< PA2 : Wakeup pin 4 (high polarity) */ macro 751 ((PIN) == PWR_WAKEUP_PIN4) ||\ 799 ((PIN) == PWR_WAKEUP_PIN4) ||\ 844 ((PIN) == PWR_WAKEUP_PIN4) ||\
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_pwr.h | 163 #define PWR_WAKEUP_PIN4 PWR_WUCR_WUPEN4 macro 548 ((PIN) == PWR_WAKEUP_PIN3) || ((PIN) == PWR_WAKEUP_PIN4) ||\ 563 ((PIN) == PWR_WAKEUP_PIN3) || ((PIN) == PWR_WAKEUP_PIN4) ||\
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_pwr_ex.h | 49 #define PWR_WAKEUP_PIN4 PWR_CSR2_EWUP4 macro 223 ((__PIN__) == PWR_WAKEUP_PIN4) || \
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_pwr.h | 70 #define PWR_WAKEUP_PIN4 PWR_WKUPEPR_WKUPEN4 /*!< Wakeup pin 4 (w… macro 558 ((PIN) == PWR_WAKEUP_PIN4) ||\
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_pwr_ex.h | 82 #define PWR_WAKEUP_PIN4 PWR_CR3_EWUP4 /*!< Wakeup pin 4 (with high level polarity)… macro 674 ((PIN) == PWR_WAKEUP_PIN4) || \
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_pwr.h | 117 #define PWR_WAKEUP_PIN4 PWR_WKUPEPR_WKUPEN4 /*!< Wakeup pin 1 (w… macro 550 ((__PIN__) == PWR_WAKEUP_PIN4) ||\
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_pwr_ex.h | 83 #define PWR_WAKEUP_PIN4 PWR_CR3_EWUP4 … macro 620 ((PIN) == PWR_WAKEUP_PIN4) || \
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_pwr_ex.h | 86 #define PWR_WAKEUP_PIN4 PWR_CR3_EWUP4 /*!< Wakeup pin 4 (with high level polarity)… macro 721 ((PIN) == PWR_WAKEUP_PIN4) || \
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_pwr_ex.h | 89 #define PWR_WAKEUP_PIN4 PWR_CR3_EWUP4 /*!< Wakeup pin 4 (with high level polarity)… macro 707 ((PIN) == PWR_WAKEUP_PIN4) || \
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_pwr.h | 253 #define PWR_WAKEUP_PIN4 (PWR_WUCR1_WUPEN4) /*!< PA2 : Wakeup pin 4 (high polarity) */ macro 683 ((PIN) == PWR_WAKEUP_PIN4) ||\
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_pwr.h | 59 #define PWR_WAKEUP_PIN4 PWR_CR3_EWUP4 /*!< Wakeup pin 4 (with high level detec… macro
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_pwr.h | 61 #define PWR_WAKEUP_PIN4 PWR_CR3_EWUP4 /*!< Wakeup pin 4 (with high level detec… macro
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_pwr_ex.c | 898 if ((WakeUpPin & PWR_WAKEUP_PIN4) != 0U) in HAL_PWREx_S3WU_IRQHandler() 906 HAL_PWREx_S3WUCallback(PWR_WAKEUP_PIN4); in HAL_PWREx_S3WU_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_pwr_ex.h | 134 #define PWR_WAKEUP_PIN4 PWR_CR3_EWUP4 /*!< Wakeup pin 4 (with high level polarity)… macro
|