pub enum MBW {
NORMAL,
MIXED,
}
Expand description
Values that can be written to the field MB
Variants§
NORMAL
Fixed burst transfers (INCRx and SINGLE) for burst lengths of 16 and below
MIXED
If FB is low, start all bursts greater than 16 with INCR (undefined burst)
Auto Trait Implementations§
impl Freeze for MBW
impl RefUnwindSafe for MBW
impl Send for MBW
impl Sync for MBW
impl Unpin for MBW
impl UnwindSafe for MBW
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