diff --git a/src/dac.rs b/src/dac.rs index ef4601a..ef65d19 100644 --- a/src/dac.rs +++ b/src/dac.rs @@ -70,6 +70,7 @@ macro_rules! dac_output { Self { _channel, spi } } + /// Start the SPI and begin operating in a DMA-driven transfer mode. pub fn start_dma(&mut self) { // Allow the SPI FIFOs to operate using only DMA data channels. self.spi.enable_dma_tx();