#[repr(u8)]pub enum Tcd31CsrBwc {
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§
Source§impl Tcd31CsrBwc
impl Tcd31CsrBwc
Trait Implementations§
Source§impl Clone for Tcd31CsrBwc
impl Clone for Tcd31CsrBwc
Source§fn clone(&self) -> Tcd31CsrBwc
fn clone(&self) -> Tcd31CsrBwc
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Tcd31CsrBwc
impl Debug for Tcd31CsrBwc
Source§impl From<Tcd31CsrBwc> for u8
impl From<Tcd31CsrBwc> for u8
Source§fn from(val: Tcd31CsrBwc) -> u8
fn from(val: Tcd31CsrBwc) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Tcd31CsrBwc
impl From<u8> for Tcd31CsrBwc
Source§fn from(val: u8) -> Tcd31CsrBwc
fn from(val: u8) -> Tcd31CsrBwc
Converts to this type from the input type.
Source§impl Ord for Tcd31CsrBwc
impl Ord for Tcd31CsrBwc
Source§fn cmp(&self, other: &Tcd31CsrBwc) -> Ordering
fn cmp(&self, other: &Tcd31CsrBwc) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Tcd31CsrBwc
impl PartialEq for Tcd31CsrBwc
Source§impl PartialOrd for Tcd31CsrBwc
impl PartialOrd for Tcd31CsrBwc
impl Copy for Tcd31CsrBwc
impl Eq for Tcd31CsrBwc
impl StructuralPartialEq for Tcd31CsrBwc
Auto Trait Implementations§
impl Freeze for Tcd31CsrBwc
impl RefUnwindSafe for Tcd31CsrBwc
impl Send for Tcd31CsrBwc
impl Sync for Tcd31CsrBwc
impl Unpin for Tcd31CsrBwc
impl UnwindSafe for Tcd31CsrBwc
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