Expand description
Serial Peripheral Interface 0
Re-exports§
pub use psel::PSEL;
Modules§
- config
- Configuration register
- enable
- Enable SPI
- events_
ready - TXD byte sent and RXD byte received
- frequency
- SPI frequency. Accuracy depends on the HFCLK source selected.
- intenclr
- Disable interrupt
- intenset
- Enable interrupt
- psel
- Cluster Unspecified
- rxd
- RXD register
- txd
- TXD register
Structs§
- Register
Block - Register block
Type Aliases§
- CONFIG
- CONFIG (rw) register accessor: an alias for
Reg<CONFIG_SPEC>
- ENABLE
- ENABLE (rw) register accessor: an alias for
Reg<ENABLE_SPEC>
- EVENTS_
READY - EVENTS_READY (rw) register accessor: an alias for
Reg<EVENTS_READY_SPEC>
- FREQUENCY
- FREQUENCY (rw) register accessor: an alias for
Reg<FREQUENCY_SPEC>
- INTENCLR
- INTENCLR (rw) register accessor: an alias for
Reg<INTENCLR_SPEC>
- INTENSET
- INTENSET (rw) register accessor: an alias for
Reg<INTENSET_SPEC>
- RXD
- RXD (r) register accessor: an alias for
Reg<RXD_SPEC>
- TXD
- TXD (rw) register accessor: an alias for
Reg<TXD_SPEC>