Macros
Collaboration diagram for PWREx Wake Up Pins:

Macros

#define PWR_WAKEUP_PIN1   PWR_CSR2_EWUP1
 
#define PWR_WAKEUP_PIN1   PWR_WKUPEPR_WKUPEN1
 
#define PWR_WAKEUP_PIN1   PWR_WKUPEPR_WKUPEN1
 
#define PWR_WAKEUP_PIN1_HIGH   PWR_CSR2_EWUP1
 
#define PWR_WAKEUP_PIN1_HIGH   PWR_WKUPEPR_WKUPEN1
 
#define PWR_WAKEUP_PIN1_HIGH   PWR_WKUPEPR_WKUPEN1
 
#define PWR_WAKEUP_PIN1_LOW   (uint32_t)((PWR_CR2_WUPP1<<6) | PWR_CSR2_EWUP1)
 
#define PWR_WAKEUP_PIN1_LOW   (PWR_WKUPEPR_WKUPP1 | PWR_WKUPEPR_WKUPEN1)
 
#define PWR_WAKEUP_PIN1_LOW   (PWR_WKUPEPR_WKUPP1 | PWR_WKUPEPR_WKUPEN1)
 
#define PWR_WAKEUP_PIN2   PWR_CSR2_EWUP2
 
#define PWR_WAKEUP_PIN2   PWR_WKUPEPR_WKUPEN2
 
#define PWR_WAKEUP_PIN2   PWR_WKUPEPR_WKUPEN2
 
#define PWR_WAKEUP_PIN2_HIGH   PWR_CSR2_EWUP2
 
#define PWR_WAKEUP_PIN2_HIGH   PWR_WKUPEPR_WKUPEN2
 
#define PWR_WAKEUP_PIN2_HIGH   PWR_WKUPEPR_WKUPEN2
 
#define PWR_WAKEUP_PIN2_LOW   (uint32_t)((PWR_CR2_WUPP2<<6) | PWR_CSR2_EWUP2)
 
#define PWR_WAKEUP_PIN2_LOW   (PWR_WKUPEPR_WKUPP2 | PWR_WKUPEPR_WKUPEN2)
 
#define PWR_WAKEUP_PIN2_LOW   (PWR_WKUPEPR_WKUPP2 | PWR_WKUPEPR_WKUPEN2)
 
#define PWR_WAKEUP_PIN3   PWR_CSR2_EWUP3
 
#define PWR_WAKEUP_PIN3_HIGH   PWR_CSR2_EWUP3
 
#define PWR_WAKEUP_PIN3_LOW   (uint32_t)((PWR_CR2_WUPP3<<6) | PWR_CSR2_EWUP3)
 
#define PWR_WAKEUP_PIN4   PWR_CSR2_EWUP4
 
#define PWR_WAKEUP_PIN4   PWR_WKUPEPR_WKUPEN4
 
#define PWR_WAKEUP_PIN4   PWR_WKUPEPR_WKUPEN4
 
#define PWR_WAKEUP_PIN4_HIGH   PWR_CSR2_EWUP4
 
#define PWR_WAKEUP_PIN4_HIGH   PWR_WKUPEPR_WKUPEN4
 
#define PWR_WAKEUP_PIN4_HIGH   PWR_WKUPEPR_WKUPEN4
 
#define PWR_WAKEUP_PIN4_LOW   (uint32_t)((PWR_CR2_WUPP4<<6) | PWR_CSR2_EWUP4)
 
#define PWR_WAKEUP_PIN4_LOW   (PWR_WKUPEPR_WKUPP4 | PWR_WKUPEPR_WKUPEN4)
 
#define PWR_WAKEUP_PIN4_LOW   (PWR_WKUPEPR_WKUPP4 | PWR_WKUPEPR_WKUPEN4)
 
#define PWR_WAKEUP_PIN5   PWR_CSR2_EWUP5
 
#define PWR_WAKEUP_PIN5_HIGH   PWR_CSR2_EWUP5
 
#define PWR_WAKEUP_PIN5_LOW   (uint32_t)((PWR_CR2_WUPP5<<6) | PWR_CSR2_EWUP5)
 
#define PWR_WAKEUP_PIN6   PWR_CSR2_EWUP6
 
#define PWR_WAKEUP_PIN6   PWR_WKUPEPR_WKUPEN6
 
#define PWR_WAKEUP_PIN6   PWR_WKUPEPR_WKUPEN6
 
#define PWR_WAKEUP_PIN6_HIGH   PWR_CSR2_EWUP6
 
#define PWR_WAKEUP_PIN6_HIGH   PWR_WKUPEPR_WKUPEN6
 
#define PWR_WAKEUP_PIN6_HIGH   PWR_WKUPEPR_WKUPEN6
 
#define PWR_WAKEUP_PIN6_LOW   (uint32_t)((PWR_CR2_WUPP6<<6) | PWR_CSR2_EWUP6)
 
#define PWR_WAKEUP_PIN6_LOW   (PWR_WKUPEPR_WKUPP6 | PWR_WKUPEPR_WKUPEN6)
 
#define PWR_WAKEUP_PIN6_LOW   (PWR_WKUPEPR_WKUPP6 | PWR_WKUPEPR_WKUPEN6)
 

Detailed Description

Macro Definition Documentation

◆ PWR_WAKEUP_PIN1 [1/3]

#define PWR_WAKEUP_PIN1   PWR_CSR2_EWUP1

Definition at line 47 of file stm32f7xx_hal_pwr_ex.h.

◆ PWR_WAKEUP_PIN1 [2/3]

#define PWR_WAKEUP_PIN1   PWR_WKUPEPR_WKUPEN1

◆ PWR_WAKEUP_PIN1 [3/3]

#define PWR_WAKEUP_PIN1   PWR_WKUPEPR_WKUPEN1

◆ PWR_WAKEUP_PIN1_HIGH [1/3]

#define PWR_WAKEUP_PIN1_HIGH   PWR_CSR2_EWUP1

Definition at line 53 of file stm32f7xx_hal_pwr_ex.h.

◆ PWR_WAKEUP_PIN1_HIGH [2/3]

#define PWR_WAKEUP_PIN1_HIGH   PWR_WKUPEPR_WKUPEN1

◆ PWR_WAKEUP_PIN1_HIGH [3/3]

#define PWR_WAKEUP_PIN1_HIGH   PWR_WKUPEPR_WKUPEN1

◆ PWR_WAKEUP_PIN1_LOW [1/3]

#define PWR_WAKEUP_PIN1_LOW   (uint32_t)((PWR_CR2_WUPP1<<6) | PWR_CSR2_EWUP1)

Definition at line 59 of file stm32f7xx_hal_pwr_ex.h.

◆ PWR_WAKEUP_PIN1_LOW [2/3]

#define PWR_WAKEUP_PIN1_LOW   (PWR_WKUPEPR_WKUPP1 | PWR_WKUPEPR_WKUPEN1)

◆ PWR_WAKEUP_PIN1_LOW [3/3]

#define PWR_WAKEUP_PIN1_LOW   (PWR_WKUPEPR_WKUPP1 | PWR_WKUPEPR_WKUPEN1)

◆ PWR_WAKEUP_PIN2 [1/3]

#define PWR_WAKEUP_PIN2   PWR_CSR2_EWUP2

Definition at line 48 of file stm32f7xx_hal_pwr_ex.h.

◆ PWR_WAKEUP_PIN2 [2/3]

#define PWR_WAKEUP_PIN2   PWR_WKUPEPR_WKUPEN2

◆ PWR_WAKEUP_PIN2 [3/3]

#define PWR_WAKEUP_PIN2   PWR_WKUPEPR_WKUPEN2

◆ PWR_WAKEUP_PIN2_HIGH [1/3]

#define PWR_WAKEUP_PIN2_HIGH   PWR_CSR2_EWUP2

Definition at line 54 of file stm32f7xx_hal_pwr_ex.h.

◆ PWR_WAKEUP_PIN2_HIGH [2/3]

#define PWR_WAKEUP_PIN2_HIGH   PWR_WKUPEPR_WKUPEN2

◆ PWR_WAKEUP_PIN2_HIGH [3/3]

#define PWR_WAKEUP_PIN2_HIGH   PWR_WKUPEPR_WKUPEN2

◆ PWR_WAKEUP_PIN2_LOW [1/3]

#define PWR_WAKEUP_PIN2_LOW   (uint32_t)((PWR_CR2_WUPP2<<6) | PWR_CSR2_EWUP2)

Definition at line 60 of file stm32f7xx_hal_pwr_ex.h.

◆ PWR_WAKEUP_PIN2_LOW [2/3]

#define PWR_WAKEUP_PIN2_LOW   (PWR_WKUPEPR_WKUPP2 | PWR_WKUPEPR_WKUPEN2)

◆ PWR_WAKEUP_PIN2_LOW [3/3]

#define PWR_WAKEUP_PIN2_LOW   (PWR_WKUPEPR_WKUPP2 | PWR_WKUPEPR_WKUPEN2)

◆ PWR_WAKEUP_PIN3

#define PWR_WAKEUP_PIN3   PWR_CSR2_EWUP3

Definition at line 49 of file stm32f7xx_hal_pwr_ex.h.

◆ PWR_WAKEUP_PIN3_HIGH

#define PWR_WAKEUP_PIN3_HIGH   PWR_CSR2_EWUP3

Definition at line 55 of file stm32f7xx_hal_pwr_ex.h.

◆ PWR_WAKEUP_PIN3_LOW

#define PWR_WAKEUP_PIN3_LOW   (uint32_t)((PWR_CR2_WUPP3<<6) | PWR_CSR2_EWUP3)

Definition at line 61 of file stm32f7xx_hal_pwr_ex.h.

◆ PWR_WAKEUP_PIN4 [1/3]

#define PWR_WAKEUP_PIN4   PWR_CSR2_EWUP4

Definition at line 50 of file stm32f7xx_hal_pwr_ex.h.

◆ PWR_WAKEUP_PIN4 [2/3]

#define PWR_WAKEUP_PIN4   PWR_WKUPEPR_WKUPEN4

◆ PWR_WAKEUP_PIN4 [3/3]

#define PWR_WAKEUP_PIN4   PWR_WKUPEPR_WKUPEN4

◆ PWR_WAKEUP_PIN4_HIGH [1/3]

#define PWR_WAKEUP_PIN4_HIGH   PWR_CSR2_EWUP4

Definition at line 56 of file stm32f7xx_hal_pwr_ex.h.

◆ PWR_WAKEUP_PIN4_HIGH [2/3]

#define PWR_WAKEUP_PIN4_HIGH   PWR_WKUPEPR_WKUPEN4

◆ PWR_WAKEUP_PIN4_HIGH [3/3]

#define PWR_WAKEUP_PIN4_HIGH   PWR_WKUPEPR_WKUPEN4

◆ PWR_WAKEUP_PIN4_LOW [1/3]

#define PWR_WAKEUP_PIN4_LOW   (uint32_t)((PWR_CR2_WUPP4<<6) | PWR_CSR2_EWUP4)

Definition at line 62 of file stm32f7xx_hal_pwr_ex.h.

◆ PWR_WAKEUP_PIN4_LOW [2/3]

#define PWR_WAKEUP_PIN4_LOW   (PWR_WKUPEPR_WKUPP4 | PWR_WKUPEPR_WKUPEN4)

◆ PWR_WAKEUP_PIN4_LOW [3/3]

#define PWR_WAKEUP_PIN4_LOW   (PWR_WKUPEPR_WKUPP4 | PWR_WKUPEPR_WKUPEN4)

◆ PWR_WAKEUP_PIN5

#define PWR_WAKEUP_PIN5   PWR_CSR2_EWUP5

Definition at line 51 of file stm32f7xx_hal_pwr_ex.h.

◆ PWR_WAKEUP_PIN5_HIGH

#define PWR_WAKEUP_PIN5_HIGH   PWR_CSR2_EWUP5

Definition at line 57 of file stm32f7xx_hal_pwr_ex.h.

◆ PWR_WAKEUP_PIN5_LOW

#define PWR_WAKEUP_PIN5_LOW   (uint32_t)((PWR_CR2_WUPP5<<6) | PWR_CSR2_EWUP5)

Definition at line 63 of file stm32f7xx_hal_pwr_ex.h.

◆ PWR_WAKEUP_PIN6 [1/3]

#define PWR_WAKEUP_PIN6   PWR_CSR2_EWUP6

Definition at line 52 of file stm32f7xx_hal_pwr_ex.h.

◆ PWR_WAKEUP_PIN6 [2/3]

#define PWR_WAKEUP_PIN6   PWR_WKUPEPR_WKUPEN6

◆ PWR_WAKEUP_PIN6 [3/3]

#define PWR_WAKEUP_PIN6   PWR_WKUPEPR_WKUPEN6

◆ PWR_WAKEUP_PIN6_HIGH [1/3]

#define PWR_WAKEUP_PIN6_HIGH   PWR_CSR2_EWUP6

Definition at line 58 of file stm32f7xx_hal_pwr_ex.h.

◆ PWR_WAKEUP_PIN6_HIGH [2/3]

#define PWR_WAKEUP_PIN6_HIGH   PWR_WKUPEPR_WKUPEN6

◆ PWR_WAKEUP_PIN6_HIGH [3/3]

#define PWR_WAKEUP_PIN6_HIGH   PWR_WKUPEPR_WKUPEN6

◆ PWR_WAKEUP_PIN6_LOW [1/3]

#define PWR_WAKEUP_PIN6_LOW   (uint32_t)((PWR_CR2_WUPP6<<6) | PWR_CSR2_EWUP6)

Definition at line 64 of file stm32f7xx_hal_pwr_ex.h.

◆ PWR_WAKEUP_PIN6_LOW [2/3]

#define PWR_WAKEUP_PIN6_LOW   (PWR_WKUPEPR_WKUPP6 | PWR_WKUPEPR_WKUPEN6)

◆ PWR_WAKEUP_PIN6_LOW [3/3]

#define PWR_WAKEUP_PIN6_LOW   (PWR_WKUPEPR_WKUPP6 | PWR_WKUPEPR_WKUPEN6)


picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:15:08