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