A few trivial changes from review of last PR.

This commit is contained in:
Gregory Nutt
2018-11-23 17:44:46 -06:00
parent fc46135ebc
commit 6d9103b01a
2 changed files with 24 additions and 25 deletions
+2 -3
View File
@@ -76,12 +76,11 @@
* but also in the lower-half logic for special-case custom drivers * but also in the lower-half logic for special-case custom drivers
* (eg. power-control, custom sensors), * (eg. power-control, custom sensors),
* - ADC can be used in time-critical operations (eg. control loop for * - ADC can be used in time-critical operations (eg. control loop for
* converters or motor drivers) therfore it is necessary to support the high * converters or motor drivers) therefore it is necessary to support the high
* performence, zero latency ADC interrupts, * performance, zero latency ADC interrupts,
* - ADC triggering from different sources (EXTSEL and JEXTSEL), * - ADC triggering from different sources (EXTSEL and JEXTSEL),
* - regular sequence conversion (supported in upper-half ADC driver) * - regular sequence conversion (supported in upper-half ADC driver)
* - injected sequence conversion (not supported in upper-half ADC driver) * - injected sequence conversion (not supported in upper-half ADC driver)
*
*/ */
/* ADC "upper half" support must be enabled */ /* ADC "upper half" support must be enabled */