This commit is contained in:
chemicstry
2022-03-16 19:41:34 +02:00
parent bf4a38ac06
commit 48fc48ea7d
2 changed files with 23 additions and 4 deletions

View File

@ -129,6 +129,7 @@ impl Word for u32 {
}
}
#[derive(Debug, PartialEq)]
pub enum Burst {
/// Single transfer
Single,
@ -140,6 +141,7 @@ pub enum Burst {
Incr16,
}
#[derive(Debug, PartialEq)]
pub enum FlowControl {
/// Flow control by DMA
Dma,