gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:ADC_SQR1 (0.00 seconds)
mtkernel_3
device/adc/sysdepend/stm32l4/adc_stm32l4.c - 8.0KB - 257 lines
91: 
92:         out_w(ADC_SQR1(unit), size-1);         // Set channel sequence length.
93:         
94:         /* Set channel sequence */
95:         sqr = (UW*)ADC_SQR1(unit);
96:         sqsz = size; sqch = ch; sqpos = 6;