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

type R = R<u32, EVTEN>;

Reader of register EVTEN

Methods

impl R[src]

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

Bit 0 - TICK event enable.

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

Bit 1 - OVRFLW event enable.

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

Bit 16 - COMPARE[0] event enable.

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

Bit 17 - COMPARE[1] event enable.

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

Bit 18 - COMPARE[2] event enable.

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

Bit 19 - COMPARE[3] event enable.