pub enum DATAINV {
Positive = 0,
Negative = 1,
}
Expand description
Binary data inversion
Value on reset: 0
Variants§
Positive = 0
0: Logical data from the data register are send/received in positive/direct logic
Negative = 1
1: Logical data from the data register are send/received in negative/inverse logic
Trait Implementations§
impl Copy for DATAINV
impl Eq for DATAINV
impl StructuralPartialEq for DATAINV
Auto Trait Implementations§
impl Freeze for DATAINV
impl RefUnwindSafe for DATAINV
impl Send for DATAINV
impl Sync for DATAINV
impl Unpin for DATAINV
impl UnwindSafe for DATAINV
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