pub enum TXINV {
Standard = 0,
Inverted = 1,
}
Expand description
TX pin active level inversion
Value on reset: 0
Variants§
Standard = 0
0: TX pin signal works using the standard logic levels
Inverted = 1
1: TX pin signal values are inverted
Trait Implementations§
impl Copy for TXINV
impl Eq for TXINV
impl StructuralPartialEq for TXINV
Auto Trait Implementations§
impl Freeze for TXINV
impl RefUnwindSafe for TXINV
impl Send for TXINV
impl Sync for TXINV
impl Unpin for TXINV
impl UnwindSafe for TXINV
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