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