pub enum WIDBUS_A {
BusWidth1,
BusWidth4,
BusWidth8,
}
Expand description
Wide bus mode enable bit
Value on reset: 0
Variants
BusWidth1
0: 1 lane wide bus
BusWidth4
1: 4 lane wide bus
BusWidth8
2: 8 lane wide bus
Trait Implementations
impl Copy for WIDBUS_A
impl StructuralPartialEq for WIDBUS_A
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more