pub struct R(_);
Expand description
Register INTFLAG
reader
Implementations
sourceimpl R
impl R
sourcepub fn underrun0(&self) -> UNDERRUN0_R
pub fn underrun0(&self) -> UNDERRUN0_R
Bit 0 - Result 0 Underrun
sourcepub fn underrun1(&self) -> UNDERRUN1_R
pub fn underrun1(&self) -> UNDERRUN1_R
Bit 1 - Result 1 Underrun
sourcepub fn overrun0(&self) -> OVERRUN0_R
pub fn overrun0(&self) -> OVERRUN0_R
Bit 6 - Result 0 Overrun
sourcepub fn overrun1(&self) -> OVERRUN1_R
pub fn overrun1(&self) -> OVERRUN1_R
Bit 7 - Result 1 Overrun
Methods from Deref<Target = R<INTFLAG_SPEC>>
Trait Implementations
sourceimpl From<R<INTFLAG_SPEC>> for R
impl From<R<INTFLAG_SPEC>> for R
sourcefn from(reader: R<INTFLAG_SPEC>) -> Self
fn from(reader: R<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