dauntown

Results 1 issues of dauntown

```lang=rust pub trait DmaMode { /// Error type returned by ADC methods type Error; fn dma_enable(&mut self, enable: bool); fn dma_circualr_mode(&mut self, enable: bool); //