Enum Bwc
#[repr(u8)]pub enum Bwc {
_0 = 0,
_10 = 2,
_11 = 3,
}Expand description
Bandwidth Control
Value on reset: 0
Variants§
_0 = 0
0: No eDMA engine stalls.
_10 = 2
2: eDMA engine stalls for 4 cycles after each R/W.
_11 = 3
3: eDMA engine stalls for 8 cycles after each R/W.
Trait Implementations§
impl Copy for Bwc
impl Eq for Bwc
impl IsEnum for Bwc
impl StructuralPartialEq for Bwc
Auto Trait Implementations§
impl Freeze for Bwc
impl RefUnwindSafe for Bwc
impl Send for Bwc
impl Sync for Bwc
impl Unpin for Bwc
impl UnwindSafe for Bwc
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