Struct nrf52840_pac::rtc0::evten::R
source · pub struct R(/* private fields */);
Expand description
Register EVTEN
reader
Implementations§
source§impl R
impl R
sourcepub fn compare0(&self) -> COMPARE0_R
pub fn compare0(&self) -> COMPARE0_R
Bit 16 - Enable or disable event routing for COMPARE[0] event
sourcepub fn compare1(&self) -> COMPARE1_R
pub fn compare1(&self) -> COMPARE1_R
Bit 17 - Enable or disable event routing for COMPARE[1] event
sourcepub fn compare2(&self) -> COMPARE2_R
pub fn compare2(&self) -> COMPARE2_R
Bit 18 - Enable or disable event routing for COMPARE[2] event
sourcepub fn compare3(&self) -> COMPARE3_R
pub fn compare3(&self) -> COMPARE3_R
Bit 19 - Enable or disable event routing for COMPARE[3] event
Methods from Deref<Target = R<EVTEN_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