pub struct W(_);
Expand description
Register INTFLAG
writer
Implementations
sourceimpl W
impl W
sourcepub fn underrun0(&mut self) -> UNDERRUN0_W<'_>
pub fn underrun0(&mut self) -> UNDERRUN0_W<'_>
Bit 0 - Result 0 Underrun
sourcepub fn underrun1(&mut self) -> UNDERRUN1_W<'_>
pub fn underrun1(&mut self) -> UNDERRUN1_W<'_>
Bit 1 - Result 1 Underrun
sourcepub fn overrun0(&mut self) -> OVERRUN0_W<'_>
pub fn overrun0(&mut self) -> OVERRUN0_W<'_>
Bit 6 - Result 0 Overrun
sourcepub fn overrun1(&mut self) -> OVERRUN1_W<'_>
pub fn overrun1(&mut self) -> OVERRUN1_W<'_>
Bit 7 - Result 1 Overrun
Methods from Deref<Target = W<INTFLAG_SPEC>>
Trait Implementations
sourceimpl From<W<INTFLAG_SPEC>> for W
impl From<W<INTFLAG_SPEC>> for W
sourcefn from(writer: W<INTFLAG_SPEC>) -> Self
fn from(writer: W<INTFLAG_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more