pub struct W(/* private fields */);
Expand description
Register rxdma_ie
writer
Implementations§
source§impl W
impl W
sourcepub fn limit_done(&mut self) -> LIMIT_DONE_W<'_, 0>
pub fn limit_done(&mut self) -> LIMIT_DONE_W<'_, 0>
Bit 0
sourcepub fn blk_done(&mut self) -> BLK_DONE_W<'_, 1>
pub fn blk_done(&mut self) -> BLK_DONE_W<'_, 1>
Bit 1
sourcepub fn timeout_done(&mut self) -> TIMEOUT_DONE_W<'_, 2>
pub fn timeout_done(&mut self) -> TIMEOUT_DONE_W<'_, 2>
Bit 2
sourcepub fn buffer_overrun(&mut self) -> BUFFER_OVERRUN_W<'_, 3>
pub fn buffer_overrun(&mut self) -> BUFFER_OVERRUN_W<'_, 3>
Bit 3
Methods from Deref<Target = W<RXDMA_IE_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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