app_spi_mode_t Struct Reference

SPI operate mode Enumerations definition. More...

#include <app_spi.h>

Data Fields

app_spi_type_t type
 
dma_channel_t tx_dma_channel
 
dma_channel_t rx_dma_channel
 

Detailed Description

SPI operate mode Enumerations definition.

Field Documentation

◆ rx_dma_channel

dma_channel_t app_spi_mode_t::rx_dma_channel

Specifies the dma channel of SPI RX.

◆ tx_dma_channel

dma_channel_t app_spi_mode_t::tx_dma_channel

Specifies the dma channel of SPI TX.

◆ type

app_spi_type_t app_spi_mode_t::type

Specifies the operation mode of SPI.


The documentation for this struct was generated from the following file: