Home
last modified time | relevance | path

Searched refs:IS_ADC_CHANNEL_DC (Results 1 – 2 of 2) sorted by relevance

/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Include/
A Dlib_adc.h141 #define IS_ADC_CHANNEL_DC(__CHANNEL__) ((((__CHANNEL__) & ADC_CHANNEL_DC_Msk) != 0UL) &&\ macro
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/
A Dlib_adc.c200 assert_parameters(IS_ADC_CHANNEL_DC(ADC_InitStruct->Channel)); in ADC_Init()

Completed in 12 milliseconds