Struct nrf52840_pac::rtc0::evten::W
source · pub struct W(/* private fields */);
Expand description
Register EVTEN
writer
Implementations§
source§impl W
impl W
sourcepub fn ovrflw(&mut self) -> OVRFLW_W<'_, 1>
pub fn ovrflw(&mut self) -> OVRFLW_W<'_, 1>
Bit 1 - Enable or disable event routing for OVRFLW event
sourcepub fn compare0(&mut self) -> COMPARE0_W<'_, 16>
pub fn compare0(&mut self) -> COMPARE0_W<'_, 16>
Bit 16 - Enable or disable event routing for COMPARE[0] event
sourcepub fn compare1(&mut self) -> COMPARE1_W<'_, 17>
pub fn compare1(&mut self) -> COMPARE1_W<'_, 17>
Bit 17 - Enable or disable event routing for COMPARE[1] event
sourcepub fn compare2(&mut self) -> COMPARE2_W<'_, 18>
pub fn compare2(&mut self) -> COMPARE2_W<'_, 18>
Bit 18 - Enable or disable event routing for COMPARE[2] event
sourcepub fn compare3(&mut self) -> COMPARE3_W<'_, 19>
pub fn compare3(&mut self) -> COMPARE3_W<'_, 19>
Bit 19 - Enable or disable event routing for COMPARE[3] event
Methods from Deref<Target = W<EVTEN_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