Mix dmamux into bdma_v1.
This commit is contained in:
parent
6ec7253095
commit
f01ddd5f5c
11 changed files with 245 additions and 256 deletions
embassy-stm32/src/usart
|
@ -73,11 +73,8 @@ pub enum Error {
|
|||
pub(crate) mod sealed {
|
||||
use super::*;
|
||||
|
||||
#[cfg(any(dma, dmamux))]
|
||||
use crate::dma::WriteDma;
|
||||
|
||||
#[cfg(bdma)]
|
||||
use crate::bdma::WriteDma;
|
||||
#[cfg(any(dma, bdma, dmamux))]
|
||||
use crate::dma_traits::WriteDma;
|
||||
|
||||
pub trait Instance {
|
||||
fn regs(&self) -> crate::pac::usart::Usart;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue