[][src]Struct nrf52832_hal::target::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 COMPARE[0] event and CLEAR task

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 = Infallible

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

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]

impl<T> Same for T

type Output = T

Should always be Self