SPI parameters structure definition. More...
#include <app_spi.h>
Public Attributes | |
app_spi_id_t | id |
specified SPI module ID. More... | |
app_spi_pin_cfg_t | pin_cfg |
the pin configuration information for the specified SPI module. More... | |
app_spi_dma_cfg_t | dma_cfg |
SPI DMA configuration. More... | |
spi_init_t | init |
SPI communication parameters. More... | |
bool | is_soft_cs |
config whether to control CS signal by software More... | |
spi_env_t | spi_env |
SPI device structure definition. More... | |
app_spi_dma_cfg_t app_spi_params_t::dma_cfg |
app_spi_id_t app_spi_params_t::id |
spi_init_t app_spi_params_t::init |
bool app_spi_params_t::is_soft_cs |
app_spi_pin_cfg_t app_spi_params_t::pin_cfg |
spi_env_t app_spi_params_t::spi_env |