[][src]Struct nrf52810_pac::timer0::shorts::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

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

Bit 0 - Shortcut between event COMPARE[0] and task CLEAR

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

Bit 1 - Shortcut between event COMPARE[1] and task CLEAR

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

Bit 2 - Shortcut between event COMPARE[2] and task CLEAR

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

Bit 3 - Shortcut between event COMPARE[3] and task CLEAR

pub fn compare4_clear(&self) -> COMPARE4_CLEARR[src]

Bit 4 - Shortcut between event COMPARE[4] and task CLEAR

pub fn compare5_clear(&self) -> COMPARE5_CLEARR[src]

Bit 5 - Shortcut between event COMPARE[5] and task CLEAR

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

Bit 8 - Shortcut between event COMPARE[0] and task STOP

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

Bit 9 - Shortcut between event COMPARE[1] and task STOP

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

Bit 10 - Shortcut between event COMPARE[2] and task STOP

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

Bit 11 - Shortcut between event COMPARE[3] and task STOP

pub fn compare4_stop(&self) -> COMPARE4_STOPR[src]

Bit 12 - Shortcut between event COMPARE[4] and task STOP

pub fn compare5_stop(&self) -> COMPARE5_STOPR[src]

Bit 13 - Shortcut between event COMPARE[5] and task STOP

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]