#[repr(C)]
pub struct RegisterBlock { pub events_ready: EVENTS_READY, pub intenset: INTENSET, pub intenclr: INTENCLR, pub enable: ENABLE, pub psel: PSEL, pub rxd: RXD, pub txd: TXD, pub frequency: FREQUENCY, pub config: CONFIG, /* private fields */ }
Expand description

Register block

Fields

events_ready: EVENTS_READY

0x108 - TXD byte sent and RXD byte received

intenset: INTENSET

0x304 - Enable interrupt

intenclr: INTENCLR

0x308 - Disable interrupt

enable: ENABLE

0x500 - Enable SPI

psel: PSEL

0x508..0x514 - Unspecified

rxd: RXD

0x518 - RXD register

txd: TXD

0x51c - TXD register

frequency: FREQUENCY

0x524 - SPI frequency. Accuracy depends on the HFCLK source selected.

config: CONFIG

0x554 - Configuration register

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.

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.