gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:ADC_IER (0.00 seconds)
mtkernel_3
device/adc/sysdepend/stm32l4/adc_stm32l4.c - 8.0KB - 257 lines
134:         out_w(ADC_ISR(unit), 0x000007FF);                      // Clear all interrupt flag.
135:         out_w(ADC_IER(unit), ADC_IER_ADRDYIE | ADC_IER_EOCIE); // Set Interrupt mask.
136:         if(unit != DEV_ADC_3) {