Searched refs:IS_NVIC_LP (Results 1 – 6 of 6) sorted by relevance
101 #define IS_NVIC_LP(LP) (((LP) == NVIC_LP_SEVONPEND) || \ macro
129 #define IS_NVIC_LP(LP) (((LP) == NVIC_LP_SEVONPEND) || \ macro
176 assert_param(IS_NVIC_LP(LowPowerMode)); in NVIC_SystemLPConfig()
202 assert_param(IS_NVIC_LP(LowPowerMode)); in NVIC_SystemLPConfig()
Completed in 6 milliseconds