discoverpixy
Main Page
Related Pages
Modules
Classes
Files
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))
Generated on Sun May 10 2015 15:15:19 for discoverpixy by
1.8.9.1