Enum Rdmo
pub enum Rdmo {
_0 = 0,
_1 = 1,
}Expand description
Receive Data Match Only
Value on reset: 0
Variants§
_0 = 0
0: Received data is stored in the receive FIFO as normal.
_1 = 1
1: Received data is discarded unless the DMF is set.
Trait Implementations§
impl Copy for Rdmo
impl Eq for Rdmo
impl StructuralPartialEq for Rdmo
Auto Trait Implementations§
impl Freeze for Rdmo
impl RefUnwindSafe for Rdmo
impl Send for Rdmo
impl Sync for Rdmo
impl Unpin for Rdmo
impl UnwindSafe for Rdmo
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