hartmannathan commented on code in PR #16670:
URL: https://github.com/apache/nuttx/pull/16670#discussion_r2183587022


##########
arch/arm/src/stm32f0l0g0/Kconfig:
##########
@@ -3596,6 +3596,18 @@ config STM32F0L0G0_ADC1_RESOLUTION
        ---help---
                ADC1 resolution. 0 - 12 bit, 1 - 10 bit, 2 - 8 bit, 3 - 6 bit
 
+config STM32F0L0G0_ADC_MAX_SAMPLES
+       int "The maximum number of channels that can be sampled"

Review Comment:
   Just a little clarification: Is this the maximum number of **channels** that 
can be sampled, or the maximum number of **samples** that can be taken 
regardless of number of channels? (e.g., take multiple samples from one channel 
for purpose of decimation?)



-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to