Struct nrf52832_pac::timer0::shorts::R

source ·
pub struct R { /* private fields */ }
Expand description

Value read from the register

Implementations§

Value of the register as raw bits

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

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

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

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

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

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

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

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

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

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

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

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

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.