Searched refs:IS_ADC_CONFIG_IT (Results 1 – 4 of 4) sorted by relevance
320 #define IS_ADC_CONFIG_IT(IT) (((IT) != (uint32_t)RESET) && (((IT) & 0xFFFFFF60) == (uint32_t)RESET)) macro
1067 assert_param(IS_ADC_CONFIG_IT(ADC_IT)); in ADC_ITConfig()
450 #define IS_ADC_CONFIG_IT(IT) (((IT) != (uint32_t)RESET) && (((IT) & 0xFFFFFF60) == (uint32_t)RESET)) macro
773 assert_param(IS_ADC_CONFIG_IT(ADC_IT)); in ADC_ITConfig()
Completed in 12 milliseconds