pub enum ED8SUP_A {
NO,
YES,
}
Expand description
8-bit Support for Embedded Device
Value on reset: 0
Variants
NO
0: 8-bit Bus Width not Supported
YES
1: 8-bit Bus Width Supported
Trait Implementations
impl Copy for ED8SUP_A
impl StructuralPartialEq for ED8SUP_A
Auto Trait Implementations
impl RefUnwindSafe for ED8SUP_A
impl Send for ED8SUP_A
impl Sync for ED8SUP_A
impl Unpin for ED8SUP_A
impl UnwindSafe for ED8SUP_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