sammytranGeo commented on PR #19013:
URL: https://github.com/apache/nuttx/pull/19013#issuecomment-4596372999

   @linguini1 This particular driver does not have single channel conversion 
supported. `adc_set_ch` is never called externally, 
   It's only called internally via adc_setup with ch=0, which sets rnchannels = 
cchannels (all channels).
   
   Conversion of all channels are triggered by the ioctl, and samples are read 
from the file. Depending on when the file is read (between ISRs or after all 
the channels are converted), it can be one or more samples.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to