Enum Txdir
pub enum Txdir {
_0 = 0,
_1 = 1,
}Expand description
TXD Pin Direction in Single-Wire Mode
Value on reset: 0
Variants§
_0 = 0
0: TXD pin is an input in single-wire mode.
_1 = 1
1: TXD pin is an output in single-wire mode.
Trait Implementations§
impl Copy for Txdir
impl Eq for Txdir
impl StructuralPartialEq for Txdir
Auto Trait Implementations§
impl Freeze for Txdir
impl RefUnwindSafe for Txdir
impl Send for Txdir
impl Sync for Txdir
impl Unpin for Txdir
impl UnwindSafe for Txdir
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