#[repr(transparent)]pub struct Der(pub u32);Expand description
DMA Enable
Tuple Fields§
§0: u32Implementations§
Source§impl Der
impl Der
Sourcepub const fn empty_dmaen(&self) -> bool
pub const fn empty_dmaen(&self) -> bool
FIFO Empty DMA Enable
Sourcepub const fn set_empty_dmaen(&mut self, val: bool)
pub const fn set_empty_dmaen(&mut self, val: bool)
FIFO Empty DMA Enable
Sourcepub const fn set_wm_dmaen(&mut self, val: bool)
pub const fn set_wm_dmaen(&mut self, val: bool)
FIFO Watermark DMA Enable
Trait Implementations§
impl Copy for Der
impl Eq for Der
impl StructuralPartialEq for Der
Auto Trait Implementations§
impl Freeze for Der
impl RefUnwindSafe for Der
impl Send for Der
impl Sync for Der
impl Unpin for Der
impl UnwindSafe for Der
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