#[repr(u8)]pub enum Tcd9CsrBwc {
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 Tcd9CsrBwc
impl Tcd9CsrBwc
Trait Implementations§
Source§impl Clone for Tcd9CsrBwc
impl Clone for Tcd9CsrBwc
Source§fn clone(&self) -> Tcd9CsrBwc
fn clone(&self) -> Tcd9CsrBwc
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 Tcd9CsrBwc
impl Debug for Tcd9CsrBwc
Source§impl From<Tcd9CsrBwc> for u8
impl From<Tcd9CsrBwc> for u8
Source§fn from(val: Tcd9CsrBwc) -> u8
fn from(val: Tcd9CsrBwc) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Tcd9CsrBwc
impl From<u8> for Tcd9CsrBwc
Source§fn from(val: u8) -> Tcd9CsrBwc
fn from(val: u8) -> Tcd9CsrBwc
Converts to this type from the input type.
Source§impl Ord for Tcd9CsrBwc
impl Ord for Tcd9CsrBwc
Source§fn cmp(&self, other: &Tcd9CsrBwc) -> Ordering
fn cmp(&self, other: &Tcd9CsrBwc) -> 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 Tcd9CsrBwc
impl PartialEq for Tcd9CsrBwc
Source§impl PartialOrd for Tcd9CsrBwc
impl PartialOrd for Tcd9CsrBwc
impl Copy for Tcd9CsrBwc
impl Eq for Tcd9CsrBwc
impl StructuralPartialEq for Tcd9CsrBwc
Auto Trait Implementations§
impl Freeze for Tcd9CsrBwc
impl RefUnwindSafe for Tcd9CsrBwc
impl Send for Tcd9CsrBwc
impl Sync for Tcd9CsrBwc
impl Unpin for Tcd9CsrBwc
impl UnwindSafe for Tcd9CsrBwc
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