Expand description

Serial Peripheral Interface 0

Re-exports

pub use psel::PSEL;

Modules

Configuration register
Enable SPI
TXD byte sent and RXD byte received
SPI frequency. Accuracy depends on the HFCLK source selected.
Disable interrupt
Enable interrupt
Cluster Unspecified
RXD register
TXD register

Structs

Register block

Type Definitions

CONFIG (rw) register accessor: an alias for Reg<CONFIG_SPEC>
ENABLE (rw) register accessor: an alias for Reg<ENABLE_SPEC>
EVENTS_READY (rw) register accessor: an alias for Reg<EVENTS_READY_SPEC>
FREQUENCY (rw) register accessor: an alias for Reg<FREQUENCY_SPEC>
INTENCLR (rw) register accessor: an alias for Reg<INTENCLR_SPEC>
INTENSET (rw) register accessor: an alias for Reg<INTENSET_SPEC>
RXD (r) register accessor: an alias for Reg<RXD_SPEC>
TXD (rw) register accessor: an alias for Reg<TXD_SPEC>