Struct nrf52840_hal::target::radio::shorts::W

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

Value to write to the register

Implementations

Reset value of the register

Writes raw bits to the register

Bit 0 - Shortcut between READY event and START task

Bit 1 - Shortcut between END event and DISABLE task

Bit 2 - Shortcut between DISABLED event and TXEN task

Bit 3 - Shortcut between DISABLED event and RXEN task

Bit 4 - Shortcut between ADDRESS event and RSSISTART task

Bit 5 - Shortcut between END event and START task

Bit 6 - Shortcut between ADDRESS event and BCSTART task

Bit 8 - Shortcut between DISABLED event and RSSISTOP task

Bit 11 - Shortcut between RXREADY event and CCASTART task

Bit 12 - Shortcut between CCAIDLE event and TXEN task

Bit 13 - Shortcut between CCABUSY event and DISABLE task

Bit 14 - Shortcut between FRAMESTART event and BCSTART task

Bit 15 - Shortcut between READY event and EDSTART task

Bit 16 - Shortcut between EDEND event and DISABLE task

Bit 17 - Shortcut between CCAIDLE event and STOP task

Bit 18 - Shortcut between TXREADY event and START task

Bit 19 - Shortcut between RXREADY event and START task

Bit 20 - Shortcut between PHYEND event and DISABLE task

Bit 21 - Shortcut between PHYEND event and START 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.