[][src]Type Definition nrf51::rtc0::intenclr::W

type W = W<u32, INTENCLR>;

Writer for register INTENCLR

Methods

impl W[src]

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

Bit 0 - Disable interrupt on TICK event.

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

Bit 1 - Disable interrupt on OVRFLW event.

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

Bit 16 - Disable interrupt on COMPARE[0] event.

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

Bit 17 - Disable interrupt on COMPARE[1] event.

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

Bit 18 - Disable interrupt on COMPARE[2] event.

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

Bit 19 - Disable interrupt on COMPARE[3] event.