pub enum RXINVW {
STANDARD,
INVERTED,
}
Expand description
Values that can be written to the field RXINV
Variants§
STANDARD
RX pin signal works using the standard logic levels
INVERTED
RX pin signal values are inverted
Auto Trait Implementations§
impl Freeze for RXINVW
impl RefUnwindSafe for RXINVW
impl Send for RXINVW
impl Sync for RXINVW
impl Unpin for RXINVW
impl UnwindSafe for RXINVW
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