STM32F10x Standard Peripherals Library
3.5.0
|
Defines | |
#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) |
#define IS_NVIC_LP | ( | LP | ) |
(((LP) == NVIC_LP_SEVONPEND) || \ ((LP) == NVIC_LP_SLEEPDEEP) || \ ((LP) == NVIC_LP_SLEEPONEXIT))