SPI output mode for multi-lane devices.
| Enumerator |
|---|
| SPI_AUTO | Auto-selects best backend (DMA/bit-bang/ISR)
|
| SPI_HW | Use DMA-capable hardware (Async or Sync), supports 1/2/4/8 lanes depending on platform.
|
| SPI_BITBANG | Use bit-bang software (Blocking)
|
| SPI_ISR | Use ISR-based software (Async)
|
Definition at line 25 of file config.h.
30};
@ SPI_HW
Use DMA-capable hardware (Async or Sync), supports 1/2/4/8 lanes depending on platform.
@ SPI_AUTO
Auto-selects best backend (DMA/bit-bang/ISR)
@ SPI_ISR
Use ISR-based software (Async)
@ SPI_BITBANG
Use bit-bang software (Blocking)