STM32L443xx HAL User Manual
|
Defines | |
#define | PWR_WAKEUP_PIN1 PWR_CR3_EWUP1 |
#define | PWR_WAKEUP_PIN2 PWR_CR3_EWUP2 |
#define | PWR_WAKEUP_PIN3 PWR_CR3_EWUP3 |
#define | PWR_WAKEUP_PIN4 PWR_CR3_EWUP4 |
#define | PWR_WAKEUP_PIN5 PWR_CR3_EWUP5 |
#define | PWR_WAKEUP_PIN1_HIGH PWR_CR3_EWUP1 |
#define | PWR_WAKEUP_PIN2_HIGH PWR_CR3_EWUP2 |
#define | PWR_WAKEUP_PIN3_HIGH PWR_CR3_EWUP3 |
#define | PWR_WAKEUP_PIN4_HIGH PWR_CR3_EWUP4 |
#define | PWR_WAKEUP_PIN5_HIGH PWR_CR3_EWUP5 |
#define | PWR_WAKEUP_PIN1_LOW (uint32_t)((PWR_CR4_WP1<<PWR_WUP_POLARITY_SHIFT) | PWR_CR3_EWUP1) |
#define | PWR_WAKEUP_PIN2_LOW (uint32_t)((PWR_CR4_WP2<<PWR_WUP_POLARITY_SHIFT) | PWR_CR3_EWUP2) |
#define | PWR_WAKEUP_PIN3_LOW (uint32_t)((PWR_CR4_WP3<<PWR_WUP_POLARITY_SHIFT) | PWR_CR3_EWUP3) |
#define | PWR_WAKEUP_PIN4_LOW (uint32_t)((PWR_CR4_WP4<<PWR_WUP_POLARITY_SHIFT) | PWR_CR3_EWUP4) |
#define | PWR_WAKEUP_PIN5_LOW (uint32_t)((PWR_CR4_WP5<<PWR_WUP_POLARITY_SHIFT) | PWR_CR3_EWUP5) |
#define PWR_WAKEUP_PIN1 PWR_CR3_EWUP1 |
Wakeup pin 1 (with high level polarity)
Definition at line 86 of file stm32l4xx_hal_pwr_ex.h.
#define PWR_WAKEUP_PIN1_HIGH PWR_CR3_EWUP1 |
Wakeup pin 1 (with high level polarity)
Definition at line 91 of file stm32l4xx_hal_pwr_ex.h.
#define PWR_WAKEUP_PIN1_LOW (uint32_t)((PWR_CR4_WP1<<PWR_WUP_POLARITY_SHIFT) | PWR_CR3_EWUP1) |
Wakeup pin 1 (with low level polarity)
Definition at line 96 of file stm32l4xx_hal_pwr_ex.h.
#define PWR_WAKEUP_PIN2 PWR_CR3_EWUP2 |
Wakeup pin 2 (with high level polarity)
Definition at line 87 of file stm32l4xx_hal_pwr_ex.h.
#define PWR_WAKEUP_PIN2_HIGH PWR_CR3_EWUP2 |
Wakeup pin 2 (with high level polarity)
Definition at line 92 of file stm32l4xx_hal_pwr_ex.h.
#define PWR_WAKEUP_PIN2_LOW (uint32_t)((PWR_CR4_WP2<<PWR_WUP_POLARITY_SHIFT) | PWR_CR3_EWUP2) |
Wakeup pin 2 (with low level polarity)
Definition at line 97 of file stm32l4xx_hal_pwr_ex.h.
#define PWR_WAKEUP_PIN3 PWR_CR3_EWUP3 |
Wakeup pin 3 (with high level polarity)
Definition at line 88 of file stm32l4xx_hal_pwr_ex.h.
#define PWR_WAKEUP_PIN3_HIGH PWR_CR3_EWUP3 |
Wakeup pin 3 (with high level polarity)
Definition at line 93 of file stm32l4xx_hal_pwr_ex.h.
#define PWR_WAKEUP_PIN3_LOW (uint32_t)((PWR_CR4_WP3<<PWR_WUP_POLARITY_SHIFT) | PWR_CR3_EWUP3) |
Wakeup pin 3 (with low level polarity)
Definition at line 98 of file stm32l4xx_hal_pwr_ex.h.
#define PWR_WAKEUP_PIN4 PWR_CR3_EWUP4 |
Wakeup pin 4 (with high level polarity)
Definition at line 89 of file stm32l4xx_hal_pwr_ex.h.
#define PWR_WAKEUP_PIN4_HIGH PWR_CR3_EWUP4 |
Wakeup pin 4 (with high level polarity)
Definition at line 94 of file stm32l4xx_hal_pwr_ex.h.
#define PWR_WAKEUP_PIN4_LOW (uint32_t)((PWR_CR4_WP4<<PWR_WUP_POLARITY_SHIFT) | PWR_CR3_EWUP4) |
Wakeup pin 4 (with low level polarity)
Definition at line 99 of file stm32l4xx_hal_pwr_ex.h.
#define PWR_WAKEUP_PIN5 PWR_CR3_EWUP5 |
Wakeup pin 5 (with high level polarity)
Definition at line 90 of file stm32l4xx_hal_pwr_ex.h.
#define PWR_WAKEUP_PIN5_HIGH PWR_CR3_EWUP5 |
Wakeup pin 5 (with high level polarity)
Definition at line 95 of file stm32l4xx_hal_pwr_ex.h.
#define PWR_WAKEUP_PIN5_LOW (uint32_t)((PWR_CR4_WP5<<PWR_WUP_POLARITY_SHIFT) | PWR_CR3_EWUP5) |
Wakeup pin 5 (with low level polarity)
Definition at line 100 of file stm32l4xx_hal_pwr_ex.h.