pub enum RXDM_A {
RECEIVED = 1,
}
Expand description
Receive data - line status
Value on reset: 0
Variants§
RECEIVED = 1
1: received data minus upstream port data line
Trait Implementations§
impl Copy for RXDM_A
impl StructuralPartialEq for RXDM_A
Auto Trait Implementations§
impl Freeze for RXDM_A
impl RefUnwindSafe for RXDM_A
impl Send for RXDM_A
impl Sync for RXDM_A
impl Unpin for RXDM_A
impl UnwindSafe for RXDM_A
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