#[repr(transparent)]pub struct IcDmaCr(pub u32);
Expand description
DMA Control Register The register is used to enable the DMA Controller interface operation. There is a separate bit for transmit and receive. This can be programmed regardless of the state of IC_ENABLE.
Tuple Fields§
§0: u32
Implementations§
source§impl IcDmaCr
impl IcDmaCr
sourcepub const fn rdmae(&self) -> bool
pub const fn rdmae(&self) -> bool
Receive DMA Enable. This bit enables/disables the receive FIFO DMA channel. Reset value: 0x0
sourcepub fn set_rdmae(&mut self, val: bool)
pub fn set_rdmae(&mut self, val: bool)
Receive DMA Enable. This bit enables/disables the receive FIFO DMA channel. Reset value: 0x0
Trait Implementations§
impl Copy for IcDmaCr
impl Eq for IcDmaCr
impl StructuralPartialEq for IcDmaCr
Auto Trait Implementations§
impl Freeze for IcDmaCr
impl RefUnwindSafe for IcDmaCr
impl Send for IcDmaCr
impl Sync for IcDmaCr
impl Unpin for IcDmaCr
impl UnwindSafe for IcDmaCr
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)