#[repr(u8)]
pub enum DOPO_A {
PAD0,
PAD2,
}
Expand description
Data Out Pinout
Value on reset: 0
Variants
PAD0
0: DO on PAD[0], SCK on PAD[1] and SS on PAD[2]
PAD2
2: DO on PAD[3], SCK on PAD[1] and SS on PAD[2]
Trait Implementations
impl Copy for DOPO_A
impl StructuralPartialEq for DOPO_A
Auto Trait Implementations
impl RefUnwindSafe for DOPO_A
impl Send for DOPO_A
impl Sync for DOPO_A
impl Unpin for DOPO_A
impl UnwindSafe for DOPO_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