pub enum V33VSUP_A {
NO,
YES,
}
Expand description
Voltage Support 3.3V
Value on reset: 1
Variants
NO
0: 3.3V Not Supported
YES
1: 3.3V Supported
Trait Implementations
impl Copy for V33VSUP_A
impl StructuralPartialEq for V33VSUP_A
Auto Trait Implementations
impl RefUnwindSafe for V33VSUP_A
impl Send for V33VSUP_A
impl Sync for V33VSUP_A
impl Unpin for V33VSUP_A
impl UnwindSafe for V33VSUP_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