pub struct R(/* private fields */);
Expand description
Register INTENCLR
reader
Implementations§
Source§impl R
impl R
Sourcepub fn fielddetected(&self) -> FIELDDETECTED_R
pub fn fielddetected(&self) -> FIELDDETECTED_R
Bit 1 - Write ‘1’ to disable interrupt for FIELDDETECTED event
Sourcepub fn fieldlost(&self) -> FIELDLOST_R
pub fn fieldlost(&self) -> FIELDLOST_R
Bit 2 - Write ‘1’ to disable interrupt for FIELDLOST event
Sourcepub fn txframestart(&self) -> TXFRAMESTART_R
pub fn txframestart(&self) -> TXFRAMESTART_R
Bit 3 - Write ‘1’ to disable interrupt for TXFRAMESTART event
Sourcepub fn txframeend(&self) -> TXFRAMEEND_R
pub fn txframeend(&self) -> TXFRAMEEND_R
Bit 4 - Write ‘1’ to disable interrupt for TXFRAMEEND event
Sourcepub fn rxframestart(&self) -> RXFRAMESTART_R
pub fn rxframestart(&self) -> RXFRAMESTART_R
Bit 5 - Write ‘1’ to disable interrupt for RXFRAMESTART event
Sourcepub fn rxframeend(&self) -> RXFRAMEEND_R
pub fn rxframeend(&self) -> RXFRAMEEND_R
Bit 6 - Write ‘1’ to disable interrupt for RXFRAMEEND event
Sourcepub fn autocolresstarted(&self) -> AUTOCOLRESSTARTED_R
pub fn autocolresstarted(&self) -> AUTOCOLRESSTARTED_R
Bit 14 - Write ‘1’ to disable interrupt for AUTOCOLRESSTARTED event
Sourcepub fn collision(&self) -> COLLISION_R
pub fn collision(&self) -> COLLISION_R
Bit 18 - Write ‘1’ to disable interrupt for COLLISION event
Sourcepub fn selected(&self) -> SELECTED_R
pub fn selected(&self) -> SELECTED_R
Bit 19 - Write ‘1’ to disable interrupt for SELECTED event
Methods from Deref<Target = R<INTENCLR_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