Searched refs:ADC_CFGR_REG_DISCONTINUOUS (Results 1 – 2 of 2) sorted by relevance
527 #define ADC_CFGR_REG_DISCONTINUOUS(__REG_DISCONTINUOUS_MODE__) ((__REG_DISCONTINUOUS_MODE__) << ADC… macro
598 ADC_CFGR_REG_DISCONTINUOUS((uint32_t)hadc->Init.DiscontinuousConvMode) ); in HAL_ADC_Init()