TimJTi commented on code in PR #7595:
URL: https://github.com/apache/incubator-nuttx/pull/7595#discussion_r1024315117


##########
arch/arm/src/sama5/Kconfig:
##########
@@ -3615,6 +3615,16 @@ config SAMA5_ADC_SWTRIG
        ---help---
                A-to-D Conversion is initiated only by software via an ioctl()
 
+config SAMA5_ADC_PERIODIC_TRIG
+       bool "Periodic trigger"
+       ---help---
+               A-to-D Conversion is triggered periodically
+
+config SAMA5_ADC_CONTINUOUS_TRIG

Review Comment:
   No - the modes are different. 
   
   Periodic means the ADC is triggered regularly at a rate set in the Trigger 
register, using the value (now) set in Kconfig via SAMA5_ADC_TRIGGER_PERIOD.
   
   Continuous means it will start a new conversion sequence as soon as the 
current one finishes. 



-- 
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