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