pub enum RDMAE_A {
DISABLED = 0,
ENABLED = 1,
}
Expand description
Receive DMA Enable. This bit enables/disables the receive FIFO DMA channel. Reset value: 0x0
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for RDMAE_A
impl Eq for RDMAE_A
impl StructuralPartialEq for RDMAE_A
Auto Trait Implementations§
impl Freeze for RDMAE_A
impl RefUnwindSafe for RDMAE_A
impl Send for RDMAE_A
impl Sync for RDMAE_A
impl Unpin for RDMAE_A
impl UnwindSafe for RDMAE_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