pub enum ThreeWire {
Dis = 0,
En = 1,
}Expand description
Three Wire mode. MOSI/MISO pin (s) shared. Only Mono mode suports Four-Wire.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for ThreeWire
impl Eq for ThreeWire
impl StructuralPartialEq for ThreeWire
Auto Trait Implementations§
impl Freeze for ThreeWire
impl RefUnwindSafe for ThreeWire
impl Send for ThreeWire
impl Sync for ThreeWire
impl Unpin for ThreeWire
impl UnwindSafe for ThreeWire
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more