Struct nrf52840_pac::timer3::intenset::R
source · pub struct R(/* private fields */);
Expand description
Register INTENSET
reader
Implementations§
source§impl R
impl R
sourcepub fn compare0(&self) -> COMPARE0_R
pub fn compare0(&self) -> COMPARE0_R
Bit 16 - Write ‘1’ to enable interrupt for COMPARE[0] event
sourcepub fn compare1(&self) -> COMPARE1_R
pub fn compare1(&self) -> COMPARE1_R
Bit 17 - Write ‘1’ to enable interrupt for COMPARE[1] event
sourcepub fn compare2(&self) -> COMPARE2_R
pub fn compare2(&self) -> COMPARE2_R
Bit 18 - Write ‘1’ to enable interrupt for COMPARE[2] event
sourcepub fn compare3(&self) -> COMPARE3_R
pub fn compare3(&self) -> COMPARE3_R
Bit 19 - Write ‘1’ to enable interrupt for COMPARE[3] event
sourcepub fn compare4(&self) -> COMPARE4_R
pub fn compare4(&self) -> COMPARE4_R
Bit 20 - Write ‘1’ to enable interrupt for COMPARE[4] event
sourcepub fn compare5(&self) -> COMPARE5_R
pub fn compare5(&self) -> COMPARE5_R
Bit 21 - Write ‘1’ to enable interrupt for COMPARE[5] 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