#[repr(u8)]pub enum WIDBUS_A {
BusWidth1 = 0,
BusWidth4 = 1,
BusWidth8 = 2,
}
Expand description
Wide bus mode enable bit
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for WIDBUS_A
impl StructuralPartialEq for WIDBUS_A
Auto Trait Implementations§
impl Freeze for WIDBUS_A
impl RefUnwindSafe for WIDBUS_A
impl Send for WIDBUS_A
impl Sync for WIDBUS_A
impl Unpin for WIDBUS_A
impl UnwindSafe for WIDBUS_A
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