Searched refs:SeqChannels (Results 1 – 2 of 2) sorted by relevance
269 … ADCx->CHANY0 = (ADCx->CHANY0 & ~(0xF << (4u * offset))) | (conf->SeqChannels[i] << (4u * offset)); in ADC_EnableAnySeq()274 … ADCx->CHANY1 = (ADCx->CHANY1 & ~(0xF << (4u * offset))) | (conf->SeqChannels[i] << (4u * offset)); in ADC_EnableAnySeq()
275 uint32_t * SeqChannels; /*!< Select the channel, channel can be disorder. */ member
Completed in 14 milliseconds