CARME-M4 BSP
V1.5
Main Page
Related Pages
Modules
Data Structures
Files
Examples
Macros
PWR_Flag
STM32F4xx_StdPeriph_Driver
»
PWR
»
PWR_Exported_Constants
Collaboration diagram for PWR_Flag:
Macros
#define
PWR_FLAG_WU
PWR_CSR_WUF
#define
PWR_FLAG_SB
PWR_CSR_SBF
#define
PWR_FLAG_PVDO
PWR_CSR_PVDO
#define
PWR_FLAG_BRR
PWR_CSR_BRR
#define
PWR_FLAG_VOSRDY
PWR_CSR_VOSRDY
#define
PWR_FLAG_ODRDY
PWR_CSR_ODRDY
#define
PWR_FLAG_ODSWRDY
PWR_CSR_ODSWRDY
#define
PWR_FLAG_UDRDY
PWR_CSR_UDSWRDY
#define
PWR_FLAG_REGRDY
PWR_FLAG_VOSRDY
#define
IS_PWR_GET_FLAG
(FLAG)
#define
IS_PWR_CLEAR_FLAG
(FLAG)
Detailed Description
Macro Definition Documentation
#define IS_PWR_CLEAR_FLAG
(
FLAG
)
Value:
(((FLAG) == PWR_FLAG_WU) || ((FLAG) == PWR_FLAG_SB) || \
((FLAG) == PWR_FLAG_UDRDY))
Definition at line
150
of file
stm32f4xx_pwr.h
.
#define IS_PWR_GET_FLAG
(
FLAG
)
Value:
(((FLAG) == PWR_FLAG_WU) || ((FLAG) == PWR_FLAG_SB) || \
((FLAG) == PWR_FLAG_PVDO) || ((FLAG) == PWR_FLAG_BRR) || \
((FLAG) == PWR_FLAG_VOSRDY) || ((FLAG) == PWR_FLAG_ODRDY) || \
((FLAG) == PWR_FLAG_ODSWRDY) || ((FLAG) == PWR_FLAG_UDRDY))
Definition at line
144
of file
stm32f4xx_pwr.h
.
Generated on Fri Aug 12 2016 17:42:39 for CARME-M4 BSP by
1.8.10