Enum Rdmae
pub enum Rdmae {
_0 = 0,
_1 = 1,
}Expand description
Receiver Full DMA Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Rdmae
impl Eq for Rdmae
impl StructuralPartialEq for Rdmae
Auto Trait Implementations§
impl Freeze for Rdmae
impl RefUnwindSafe for Rdmae
impl Send for Rdmae
impl Sync for Rdmae
impl Unpin for Rdmae
impl UnwindSafe for Rdmae
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