SPI configuration definition.
More...
#include <app_spi.h>
SPI configuration definition.
Definition at line 134 of file app_spi.h.
◆ extend
uint32_t app_spi_dma_cfg_t::extend |
Specifies extend segment, to use
Definition at line 142 of file app_spi.h.
◆ rx_dma_channel
Specifies the dma channel of SPI RX.
Definition at line 139 of file app_spi.h.
◆ rx_dma_instance
dma_regs_t* app_spi_dma_cfg_t::rx_dma_instance |
Specifies the RX DMA inistall.
Definition at line 137 of file app_spi.h.
◆ tx_dma_channel
Specifies the dma channel of SPI TX.
Definition at line 138 of file app_spi.h.
◆ tx_dma_instance
dma_regs_t* app_spi_dma_cfg_t::tx_dma_instance |
Specifies the TX DMA inistall.
Definition at line 136 of file app_spi.h.
◆ wait_timeout_ms
uint32_t app_spi_dma_cfg_t::wait_timeout_ms |
Specifies timout time of polling and dead wait, ms.
Definition at line 141 of file app_spi.h.
The documentation for this struct was generated from the following file: