Struct nrf52840_pac::timer3::intenclr::W
source · pub struct W(/* private fields */);
Expand description
Register INTENCLR
writer
Implementations§
source§impl W
impl W
sourcepub fn compare0(&mut self) -> COMPARE0_W<'_, 16>
pub fn compare0(&mut self) -> COMPARE0_W<'_, 16>
Bit 16 - Write ‘1’ to disable interrupt for COMPARE[0] event
sourcepub fn compare1(&mut self) -> COMPARE1_W<'_, 17>
pub fn compare1(&mut self) -> COMPARE1_W<'_, 17>
Bit 17 - Write ‘1’ to disable interrupt for COMPARE[1] event
sourcepub fn compare2(&mut self) -> COMPARE2_W<'_, 18>
pub fn compare2(&mut self) -> COMPARE2_W<'_, 18>
Bit 18 - Write ‘1’ to disable interrupt for COMPARE[2] event
sourcepub fn compare3(&mut self) -> COMPARE3_W<'_, 19>
pub fn compare3(&mut self) -> COMPARE3_W<'_, 19>
Bit 19 - Write ‘1’ to disable interrupt for COMPARE[3] event
sourcepub fn compare4(&mut self) -> COMPARE4_W<'_, 20>
pub fn compare4(&mut self) -> COMPARE4_W<'_, 20>
Bit 20 - Write ‘1’ to disable interrupt for COMPARE[4] event
sourcepub fn compare5(&mut self) -> COMPARE5_W<'_, 21>
pub fn compare5(&mut self) -> COMPARE5_W<'_, 21>
Bit 21 - Write ‘1’ to disable interrupt for COMPARE[5] event
Methods from Deref<Target = W<INTENCLR_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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