CARME-M4 BSP
V1.5
Main Page
Related Pages
Modules
Data Structures
Files
Examples
Macros
MISC_System_Low_Power
STM32F4xx_StdPeriph_Driver
»
MISC
»
MISC_Exported_Constants
Collaboration diagram for MISC_System_Low_Power:
Macros
#define
NVIC_LP_SEVONPEND
((uint8_t)0x10)
#define
NVIC_LP_SLEEPDEEP
((uint8_t)0x04)
#define
NVIC_LP_SLEEPONEXIT
((uint8_t)0x02)
#define
IS_NVIC_LP
(LP)
Detailed Description
Macro Definition Documentation
#define IS_NVIC_LP
(
LP
)
Value:
(((LP) == NVIC_LP_SEVONPEND) || \
((LP) == NVIC_LP_SLEEPDEEP) || \
((LP) == NVIC_LP_SLEEPONEXIT))
Definition at line
101
of file
misc.h
.
Generated on Fri Aug 12 2016 17:42:39 for CARME-M4 BSP by
1.8.10