#[repr(u8)]
pub enum DRVSEL_A {
B,
A,
C,
D,
}
Expand description
Driver Strength Select Value for Initialization
Value on reset: 0
Variants
B
0: Driver Type B is Selected
A
1: Driver Type A is Selected
C
2: Driver Type C is Selected
D
3: Driver Type D is Selected
Trait Implementations
impl Copy for DRVSEL_A
impl StructuralPartialEq for DRVSEL_A
Auto Trait Implementations
impl RefUnwindSafe for DRVSEL_A
impl Send for DRVSEL_A
impl Sync for DRVSEL_A
impl Unpin for DRVSEL_A
impl UnwindSafe for DRVSEL_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