#[repr(u8)]pub enum TcdCsrBwc {
DISABLED = 0,
_RESERVED_1 = 1,
STALL4 = 2,
STALL8 = 3,
}Variants§
DISABLED = 0
No eDMA engine stalls
_RESERVED_1 = 1
STALL4 = 2
eDMA engine stalls for 4 cycles after each R/W
STALL8 = 3
eDMA engine stalls for 8 cycles after each R/W
Implementations§
Trait Implementations§
Source§impl Ord for TcdCsrBwc
impl Ord for TcdCsrBwc
Source§impl PartialOrd for TcdCsrBwc
impl PartialOrd for TcdCsrBwc
impl Copy for TcdCsrBwc
impl Eq for TcdCsrBwc
impl StructuralPartialEq for TcdCsrBwc
Auto Trait Implementations§
impl Freeze for TcdCsrBwc
impl RefUnwindSafe for TcdCsrBwc
impl Send for TcdCsrBwc
impl Sync for TcdCsrBwc
impl Unpin for TcdCsrBwc
impl UnwindSafe for TcdCsrBwc
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more