Macros
Collaboration diagram for PWR Flag:

Macros

#define PWR_FLAG_ACTVOS   (0x0EU)
 
#define PWR_FLAG_ACTVOS   (0x0EU)
 
#define PWR_FLAG_ACTVOSRDY   (0x0DU)
 
#define PWR_FLAG_ACTVOSRDY   (0x0DU)
 
#define PWR_FLAG_AVDO   (0x0CU)
 
#define PWR_FLAG_AVDO   (0x0CU)
 
#define PWR_FLAG_BRR   PWR_CSR_BRR
 
#define PWR_FLAG_BRR   PWR_CSR_BRR
 
#define PWR_FLAG_BRR   PWR_CSR_BRR
 
#define PWR_FLAG_BRR   PWR_CSR1_BRR
 
#define PWR_FLAG_BRR   (0x0FU)
 
#define PWR_FLAG_BRR   (0x0FU)
 
#define PWR_FLAG_PVDO   PWR_CSR_PVDO
 
#define PWR_FLAG_PVDO   PWR_CSR_PVDO
 
#define PWR_FLAG_PVDO   PWR_CSR_PVDO
 
#define PWR_FLAG_PVDO   PWR_CSR1_PVDO
 
#define PWR_FLAG_PVDO   (0x0BU)
 
#define PWR_FLAG_PVDO   (0x0BU)
 
#define PWR_FLAG_SB   PWR_CSR_SBF
 
#define PWR_FLAG_SB   PWR_CSR_SBF
 
#define PWR_FLAG_SB   PWR_CSR_SBF
 
#define PWR_FLAG_SB   PWR_CSR1_SBF
 
#define PWR_FLAG_SB   (0x04U)
 
#define PWR_FLAG_SB   (0x04U)
 
#define PWR_FLAG_SCUEN   (0x11U)
 
#define PWR_FLAG_SCUEN   (0x11U)
 
#define PWR_FLAG_STOP   (0x01U)
 
#define PWR_FLAG_STOP   (0x01U)
 
#define PWR_FLAG_TEMPH   (0x14U)
 
#define PWR_FLAG_TEMPH   (0x14U)
 
#define PWR_FLAG_TEMPL   (0x15U)
 
#define PWR_FLAG_TEMPL   (0x15U)
 
#define PWR_FLAG_USB33RDY   (0x13U)
 
#define PWR_FLAG_USB33RDY   (0x13U)
 
#define PWR_FLAG_VBATH   (0x16U)
 
#define PWR_FLAG_VBATH   (0x16U)
 
#define PWR_FLAG_VBATL   (0x17U)
 
#define PWR_FLAG_VBATL   (0x17U)
 
#define PWR_FLAG_VOSRDY   PWR_CSR_VOSRDY
 
#define PWR_FLAG_VOSRDY   PWR_CSR_VOSRDY
 
#define PWR_FLAG_VOSRDY   PWR_CSR_VOSRDY
 
#define PWR_FLAG_VOSRDY   PWR_CSR1_VOSRDY
 
#define PWR_FLAG_VOSRDY   (0x10U)
 
#define PWR_FLAG_VOSRDY   (0x10U)
 
#define PWR_FLAG_WKUP1   PWR_WKUPCR_WKUPC1
 
#define PWR_FLAG_WKUP1   PWR_WKUPCR_WKUPC1
 
#define PWR_FLAG_WKUP2   PWR_WKUPCR_WKUPC2
 
#define PWR_FLAG_WKUP2   PWR_WKUPCR_WKUPC2
 
#define PWR_FLAG_WKUP3   PWR_WKUPCR_WKUPC3
 
#define PWR_FLAG_WKUP3   PWR_WKUPCR_WKUPC3
 
#define PWR_FLAG_WKUP4   PWR_WKUPCR_WKUPC4
 
#define PWR_FLAG_WKUP4   PWR_WKUPCR_WKUPC4
 
#define PWR_FLAG_WKUP5   PWR_WKUPCR_WKUPC5
 
#define PWR_FLAG_WKUP5   PWR_WKUPCR_WKUPC5
 
#define PWR_FLAG_WKUP6   PWR_WKUPCR_WKUPC6
 
#define PWR_FLAG_WKUP6   PWR_WKUPCR_WKUPC6
 
#define PWR_FLAG_WU   PWR_CSR_WUF
 
#define PWR_FLAG_WU   PWR_CSR_WUF
 
#define PWR_FLAG_WU   PWR_CSR_WUF
 
#define PWR_FLAG_WU   PWR_CSR1_WUIF
 

Detailed Description

Macro Definition Documentation

◆ PWR_FLAG_ACTVOS [1/2]

#define PWR_FLAG_ACTVOS   (0x0EU)

◆ PWR_FLAG_ACTVOS [2/2]

#define PWR_FLAG_ACTVOS   (0x0EU)

◆ PWR_FLAG_ACTVOSRDY [1/2]

#define PWR_FLAG_ACTVOSRDY   (0x0DU)

◆ PWR_FLAG_ACTVOSRDY [2/2]

#define PWR_FLAG_ACTVOSRDY   (0x0DU)

◆ PWR_FLAG_AVDO [1/2]

#define PWR_FLAG_AVDO   (0x0CU)

◆ PWR_FLAG_AVDO [2/2]

#define PWR_FLAG_AVDO   (0x0CU)

◆ PWR_FLAG_BRR [1/6]

#define PWR_FLAG_BRR   PWR_CSR_BRR

◆ PWR_FLAG_BRR [2/6]

#define PWR_FLAG_BRR   PWR_CSR_BRR

◆ PWR_FLAG_BRR [3/6]

#define PWR_FLAG_BRR   PWR_CSR_BRR

◆ PWR_FLAG_BRR [4/6]

#define PWR_FLAG_BRR   PWR_CSR1_BRR

Definition at line 139 of file stm32f7xx_hal_pwr.h.

◆ PWR_FLAG_BRR [5/6]

#define PWR_FLAG_BRR   (0x0FU)

◆ PWR_FLAG_BRR [6/6]

#define PWR_FLAG_BRR   (0x0FU)

◆ PWR_FLAG_PVDO [1/6]

#define PWR_FLAG_PVDO   PWR_CSR_PVDO

◆ PWR_FLAG_PVDO [2/6]

#define PWR_FLAG_PVDO   PWR_CSR_PVDO

◆ PWR_FLAG_PVDO [3/6]

#define PWR_FLAG_PVDO   PWR_CSR_PVDO

◆ PWR_FLAG_PVDO [4/6]

#define PWR_FLAG_PVDO   PWR_CSR1_PVDO

Definition at line 138 of file stm32f7xx_hal_pwr.h.

◆ PWR_FLAG_PVDO [5/6]

#define PWR_FLAG_PVDO   (0x0BU)

◆ PWR_FLAG_PVDO [6/6]

#define PWR_FLAG_PVDO   (0x0BU)

◆ PWR_FLAG_SB [1/6]

#define PWR_FLAG_SB   PWR_CSR_SBF

◆ PWR_FLAG_SB [2/6]

#define PWR_FLAG_SB   PWR_CSR_SBF

◆ PWR_FLAG_SB [3/6]

#define PWR_FLAG_SB   PWR_CSR_SBF

◆ PWR_FLAG_SB [4/6]

#define PWR_FLAG_SB   PWR_CSR1_SBF

Definition at line 137 of file stm32f7xx_hal_pwr.h.

◆ PWR_FLAG_SB [5/6]

#define PWR_FLAG_SB   (0x04U)

◆ PWR_FLAG_SB [6/6]

#define PWR_FLAG_SB   (0x04U)

◆ PWR_FLAG_SCUEN [1/2]

#define PWR_FLAG_SCUEN   (0x11U)

◆ PWR_FLAG_SCUEN [2/2]

#define PWR_FLAG_SCUEN   (0x11U)

◆ PWR_FLAG_STOP [1/2]

#define PWR_FLAG_STOP   (0x01U)

◆ PWR_FLAG_STOP [2/2]

#define PWR_FLAG_STOP   (0x01U)

◆ PWR_FLAG_TEMPH [1/2]

#define PWR_FLAG_TEMPH   (0x14U)

◆ PWR_FLAG_TEMPH [2/2]

#define PWR_FLAG_TEMPH   (0x14U)

◆ PWR_FLAG_TEMPL [1/2]

#define PWR_FLAG_TEMPL   (0x15U)

◆ PWR_FLAG_TEMPL [2/2]

#define PWR_FLAG_TEMPL   (0x15U)

◆ PWR_FLAG_USB33RDY [1/2]

#define PWR_FLAG_USB33RDY   (0x13U)

◆ PWR_FLAG_USB33RDY [2/2]

#define PWR_FLAG_USB33RDY   (0x13U)

◆ PWR_FLAG_VBATH [1/2]

#define PWR_FLAG_VBATH   (0x16U)

◆ PWR_FLAG_VBATH [2/2]

#define PWR_FLAG_VBATH   (0x16U)

◆ PWR_FLAG_VBATL [1/2]

#define PWR_FLAG_VBATL   (0x17U)

◆ PWR_FLAG_VBATL [2/2]

#define PWR_FLAG_VBATL   (0x17U)

◆ PWR_FLAG_VOSRDY [1/6]

#define PWR_FLAG_VOSRDY   PWR_CSR_VOSRDY

◆ PWR_FLAG_VOSRDY [2/6]

#define PWR_FLAG_VOSRDY   PWR_CSR_VOSRDY

◆ PWR_FLAG_VOSRDY [3/6]

#define PWR_FLAG_VOSRDY   PWR_CSR_VOSRDY

◆ PWR_FLAG_VOSRDY [4/6]

#define PWR_FLAG_VOSRDY   PWR_CSR1_VOSRDY

Definition at line 140 of file stm32f7xx_hal_pwr.h.

◆ PWR_FLAG_VOSRDY [5/6]

#define PWR_FLAG_VOSRDY   (0x10U)

◆ PWR_FLAG_VOSRDY [6/6]

#define PWR_FLAG_VOSRDY   (0x10U)

◆ PWR_FLAG_WKUP1 [1/2]

#define PWR_FLAG_WKUP1   PWR_WKUPCR_WKUPC1

◆ PWR_FLAG_WKUP1 [2/2]

#define PWR_FLAG_WKUP1   PWR_WKUPCR_WKUPC1

◆ PWR_FLAG_WKUP2 [1/2]

#define PWR_FLAG_WKUP2   PWR_WKUPCR_WKUPC2

◆ PWR_FLAG_WKUP2 [2/2]

#define PWR_FLAG_WKUP2   PWR_WKUPCR_WKUPC2

◆ PWR_FLAG_WKUP3 [1/2]

#define PWR_FLAG_WKUP3   PWR_WKUPCR_WKUPC3

◆ PWR_FLAG_WKUP3 [2/2]

#define PWR_FLAG_WKUP3   PWR_WKUPCR_WKUPC3

◆ PWR_FLAG_WKUP4 [1/2]

#define PWR_FLAG_WKUP4   PWR_WKUPCR_WKUPC4

◆ PWR_FLAG_WKUP4 [2/2]

#define PWR_FLAG_WKUP4   PWR_WKUPCR_WKUPC4

◆ PWR_FLAG_WKUP5 [1/2]

#define PWR_FLAG_WKUP5   PWR_WKUPCR_WKUPC5

◆ PWR_FLAG_WKUP5 [2/2]

#define PWR_FLAG_WKUP5   PWR_WKUPCR_WKUPC5

◆ PWR_FLAG_WKUP6 [1/2]

#define PWR_FLAG_WKUP6   PWR_WKUPCR_WKUPC6

◆ PWR_FLAG_WKUP6 [2/2]

#define PWR_FLAG_WKUP6   PWR_WKUPCR_WKUPC6

◆ PWR_FLAG_WU [1/4]

#define PWR_FLAG_WU   PWR_CSR_WUF

◆ PWR_FLAG_WU [2/4]

#define PWR_FLAG_WU   PWR_CSR_WUF

◆ PWR_FLAG_WU [3/4]

#define PWR_FLAG_WU   PWR_CSR_WUF

◆ PWR_FLAG_WU [4/4]

#define PWR_FLAG_WU   PWR_CSR1_WUIF

Definition at line 136 of file stm32f7xx_hal_pwr.h.



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