pub struct R(/* private fields */);
Expand description
Register INTENSET
reader
Implementations§
Source§impl R
impl R
Sourcepub fn disabled(&self) -> DISABLED_R
pub fn disabled(&self) -> DISABLED_R
Bit 4 - Write ‘1’ to enable interrupt for DISABLED event
Sourcepub fn devmatch(&self) -> DEVMATCH_R
pub fn devmatch(&self) -> DEVMATCH_R
Bit 5 - Write ‘1’ to enable interrupt for DEVMATCH event
Sourcepub fn crcerror(&self) -> CRCERROR_R
pub fn crcerror(&self) -> CRCERROR_R
Bit 13 - Write ‘1’ to enable interrupt for CRCERROR event
Sourcepub fn framestart(&self) -> FRAMESTART_R
pub fn framestart(&self) -> FRAMESTART_R
Bit 14 - Write ‘1’ to enable interrupt for FRAMESTART event
Sourcepub fn edstopped(&self) -> EDSTOPPED_R
pub fn edstopped(&self) -> EDSTOPPED_R
Bit 16 - Write ‘1’ to enable interrupt for EDSTOPPED event
Sourcepub fn ccastopped(&self) -> CCASTOPPED_R
pub fn ccastopped(&self) -> CCASTOPPED_R
Bit 19 - Write ‘1’ to enable interrupt for CCASTOPPED event
Sourcepub fn rateboost(&self) -> RATEBOOST_R
pub fn rateboost(&self) -> RATEBOOST_R
Bit 20 - Write ‘1’ to enable interrupt for RATEBOOST event
Sourcepub fn mhrmatch(&self) -> MHRMATCH_R
pub fn mhrmatch(&self) -> MHRMATCH_R
Bit 23 - Write ‘1’ to enable interrupt for MHRMATCH event
Methods from Deref<Target = R<INTENSET_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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