Home
last modified time | relevance | path

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

/bsp/nv32f100x/lib/src/
A Dadc.c202 uint32_t u32temp; in ADC_SetChannel() local
203 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