mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
A few trivial changes from review of last PR.
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user