Module embassy_nrf::spim
source · Expand description
Serial Peripheral Instance in master mode (SPIM) driver.
Structs§
- SPIM configuration.
- Interrupt handler.
- SPI mode
- SPIM driver.
Enums§
- Bit order
- SPIM error
- SPI master data rate
- Clock phase
- Clock polarity
Constants§
- Helper for CPOL = 0, CPHA = 0
- Helper for CPOL = 0, CPHA = 1
- Helper for CPOL = 1, CPHA = 0
- Helper for CPOL = 1, CPHA = 1
Traits§
- SPIM peripheral instance