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