Searched refs:ADC_CFGR_ADWEN (Results 1 – 3 of 3) sorted by relevance
239 (state) ? (adc->ADCFG |= ADC_CFGR_ADWEN) : (adc->ADCFG &= ~ADC_CFGR_ADWEN); in ADC_AnalogWatchdogCmd()
255 #define ADC_CFGR_ADWEN (0x01U << ADC_CFGR_ADWEN_Pos) ///< Enable ADC wind… macro
71 #define ADCFG_ADWEN ADC_CFGR_ADWEN
Completed in 24 milliseconds