app_spi_mode_t Struct Reference

SPI operate mode Enumerations definition. More...

#include <app_spi.h>

Public Attributes

app_spi_type_t type
 Specifies the operation mode of SPI. More...
 
dma_channel_t tx_dma_channel
 Specifies the dma channel of SPI TX. More...
 
dma_channel_t rx_dma_channel
 Specifies the dma channel of SPI RX. More...
 

Detailed Description

SPI operate mode Enumerations definition.

Definition at line 146 of file app_spi.h.

Member Data Documentation

◆ rx_dma_channel

dma_channel_t app_spi_mode_t::rx_dma_channel

Specifies the dma channel of SPI RX.

Definition at line 150 of file app_spi.h.

◆ tx_dma_channel

dma_channel_t app_spi_mode_t::tx_dma_channel

Specifies the dma channel of SPI TX.

Definition at line 149 of file app_spi.h.

◆ type

app_spi_type_t app_spi_mode_t::type

Specifies the operation mode of SPI.

Definition at line 148 of file app_spi.h.


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