[][src]Type Definition nrf52832_pac::rtc0::evtenclr::R

type R = R<u32, EVTENCLR>;

Reader of register EVTENCLR

Methods

impl R[src]

pub fn tick(&self) -> TICK_R[src]

Bit 0 - Write '1' to Disable event routing for TICK event

pub fn ovrflw(&self) -> OVRFLW_R[src]

Bit 1 - Write '1' to Disable event routing for OVRFLW event

pub fn compare0(&self) -> COMPARE0_R[src]

Bit 16 - Write '1' to Disable event routing for COMPARE[0] event

pub fn compare1(&self) -> COMPARE1_R[src]

Bit 17 - Write '1' to Disable event routing for COMPARE[1] event

pub fn compare2(&self) -> COMPARE2_R[src]

Bit 18 - Write '1' to Disable event routing for COMPARE[2] event

pub fn compare3(&self) -> COMPARE3_R[src]

Bit 19 - Write '1' to Disable event routing for COMPARE[3] event