Checkpoint DMAMUX channel setup.

This commit is contained in:
Bob McWhirter
2021-07-02 09:54:31 -04:00
parent 91521a86a0
commit 043f0ea508
4 changed files with 190 additions and 5 deletions

View File

@ -30,6 +30,8 @@ pub mod clock;
pub mod dac;
#[cfg(any(dma, dmamux))]
pub mod dma;
#[cfg(dmamux)]
pub mod dmamux;
#[cfg(all(eth, feature = "net"))]
pub mod eth;
#[cfg(exti)]