[][src]Type Definition nrf51::timer0::shorts::R

type R = R<u32, SHORTS>;

Reader of register SHORTS

Methods

impl R[src]

pub fn compare0_clear(&self) -> COMPARE0_CLEAR_R[src]

Bit 0 - Shortcut between CC[0] event and the CLEAR task.

pub fn compare1_clear(&self) -> COMPARE1_CLEAR_R[src]

Bit 1 - Shortcut between CC[1] event and the CLEAR task.

pub fn compare2_clear(&self) -> COMPARE2_CLEAR_R[src]

Bit 2 - Shortcut between CC[2] event and the CLEAR task.

pub fn compare3_clear(&self) -> COMPARE3_CLEAR_R[src]

Bit 3 - Shortcut between CC[3] event and the CLEAR task.

pub fn compare0_stop(&self) -> COMPARE0_STOP_R[src]

Bit 8 - Shortcut between CC[0] event and the STOP task.

pub fn compare1_stop(&self) -> COMPARE1_STOP_R[src]

Bit 9 - Shortcut between CC[1] event and the STOP task.

pub fn compare2_stop(&self) -> COMPARE2_STOP_R[src]

Bit 10 - Shortcut between CC[2] event and the STOP task.

pub fn compare3_stop(&self) -> COMPARE3_STOP_R[src]

Bit 11 - Shortcut between CC[3] event and the STOP task.