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