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

type R = R<u32, INTENCLR>;

Reader of register INTENCLR

Methods

impl R[src]

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

Bit 0 - Disable interrupt on TICK event.

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

Bit 1 - Disable interrupt on OVRFLW event.

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

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

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

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

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

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

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

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