pub enum PVALEN_A {
HOST,
AUTO,
}
Expand description
Preset Value Enable
Value on reset: 0
Variants
HOST
0: SDCLK and Driver Strength are controlled by Host Controller
AUTO
1: Automatic Selection by Preset Value is Enabled
Trait Implementations
impl Copy for PVALEN_A
impl StructuralPartialEq for PVALEN_A
Auto Trait Implementations
impl RefUnwindSafe for PVALEN_A
impl Send for PVALEN_A
impl Sync for PVALEN_A
impl Unpin for PVALEN_A
impl UnwindSafe for PVALEN_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