Home
last modified time | relevance | path

Searched refs:IS_ADC_TRIGSOURCE (Results 1 – 4 of 4) sorted by relevance

/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Include/
A Dlib_adc.h55 #define IS_ADC_TRIGSOURCE(__TRIGSOURCE__) (((__TRIGSOURCE__) == ADC_TRIGSOURCE_OFF) ||\ macro
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Include/
A Dlib_adc.h93 #define IS_ADC_TRIGSOURCE(__TRIGSOURCE__) (((__TRIGSOURCE__) == ADC_TRIGSOURCE_OFF) ||\ macro
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/
A Dlib_adc.c162 assert_parameters(IS_ADC_TRIGSOURCE(ADC_InitStruct->TriggerSource)); in ADC_Init()
/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Source/
A Dlib_adc.c705 assert_parameters(IS_ADC_TRIGSOURCE(TrigSource)); in ADC_TrigSourceConfig()

Completed in 13 milliseconds