Searched refs:u32temp (Results 1 – 1 of 1) sorted by relevance
202 uint32_t u32temp; in ADC_SetChannel() local203 u32temp = pADC->SC1; in ADC_SetChannel()204 u32temp &= ~ADC_SC1_ADCH_MASK; in ADC_SetChannel()205 pADC->SC1 = u32temp|ADC_SC1_ADCH(u8Channel); in ADC_SetChannel()
Completed in 16 milliseconds