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

type W = W<u32, EVTENCLR>;

Writer for register EVTENCLR

Methods

impl W[src]

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

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

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

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

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

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

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

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

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

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

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

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