Update src/adc.rs

Co-authored-by: Robert Jördens <rj@quartiq.de>
master
Ryan Summers 2021-01-12 06:54:16 -08:00 committed by GitHub
parent 6b170c25ed
commit db3a42a7b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
///! Stabilizer ADC management interface
///!
///! The Stabilizer ADCs utilize three DMA channels: one to trigger sampling, one to collect
///! The Stabilizer ADCs utilize three DMA channels each: one to trigger sampling, one to collect
///! samples, and one to clear the EOT flag betwen samples. The SPI interfaces are configured
///! for receiver-only operation. A timer channel is
///! configured to generate a DMA write into the SPI CR1 register, which initiates a SPI transfer and