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