BeRTOS
|
Configuration file for spi dma module. More...
Go to the source code of this file.
Defines | |
#define | CONFIG_SPI_DMA_MAX_RX 512 |
Max size received for each DMA transfer [bytes]. | |
#define | CONFIG_SPI_DMA_TX_TIMEOUT -1 |
Default transmit timeout (ms). |
Configuration file for spi dma module.
Definition in file cfg_spi_dma.h.
#define CONFIG_SPI_DMA_MAX_RX 512 |
Max size received for each DMA transfer [bytes].
Longer buffers will be split in two or more transfers of this size.
Definition at line 49 of file cfg_spi_dma.h.
#define CONFIG_SPI_DMA_TX_TIMEOUT -1 |
Default transmit timeout (ms).
Set to -1 to disable timeout support.
Definition at line 57 of file cfg_spi_dma.h.