pub struct W(/* private fields */);Expand description
Register ERR_CLR writer
Implementations§
Source§impl W
impl W
Sourcepub fn err_clr(&mut self) -> ERR_CLR_W<'_>
pub fn err_clr(&mut self) -> ERR_CLR_W<'_>
Bit 0 - Returns the status of dma_err, or sets the signal LOW. Read as:
0 = dma_err is LOW
1 = dma_err is HIGH.
Write as:
0 = No effect, status of dma_err is unchanged.
1 = Sets dma_err LOW.
For test purposes, use the err_set register to set dma_err HIGH.
Methods from Deref<Target = W<ERR_CLR_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