Expand description
SPI Slave 0
Re-exports§
Modules§
- Configuration register
- Default character. Character clocked out in case of an ignored transaction.
- Enable SPI slave
- Semaphore acquired
- Granted transaction completed
- End of RXD buffer reached
- Disable interrupt
- Enable interrupt
- Over-read character
- Cluster Unspecified
- Cluster Unspecified
- Semaphore status register
- Shortcut register
- Status from last transaction
- Acquire SPI semaphore
- Release SPI semaphore, enabling the SPI slave to acquire it
- Cluster Unspecified
Structs§
- Register block
Type Aliases§
- CONFIG (rw) register accessor: an alias for
Reg<CONFIG_SPEC> - DEF (rw) register accessor: an alias for
Reg<DEF_SPEC> - ENABLE (rw) register accessor: an alias for
Reg<ENABLE_SPEC> - EVENTS_ACQUIRED (rw) register accessor: an alias for
Reg<EVENTS_ACQUIRED_SPEC> - EVENTS_END (rw) register accessor: an alias for
Reg<EVENTS_END_SPEC> - EVENTS_ENDRX (rw) register accessor: an alias for
Reg<EVENTS_ENDRX_SPEC> - INTENCLR (rw) register accessor: an alias for
Reg<INTENCLR_SPEC> - INTENSET (rw) register accessor: an alias for
Reg<INTENSET_SPEC> - ORC (rw) register accessor: an alias for
Reg<ORC_SPEC> - SEMSTAT (r) register accessor: an alias for
Reg<SEMSTAT_SPEC> - SHORTS (rw) register accessor: an alias for
Reg<SHORTS_SPEC> - STATUS (rw) register accessor: an alias for
Reg<STATUS_SPEC> - TASKS_ACQUIRE (w) register accessor: an alias for
Reg<TASKS_ACQUIRE_SPEC> - TASKS_RELEASE (w) register accessor: an alias for
Reg<TASKS_RELEASE_SPEC>