app_spi_params_t Struct Reference

SPI parameters structure definition. More...

#include <app_spi.h>

Public Attributes

app_spi_id_t id
 
app_spi_pin_cfg_t pin_cfg
 
app_spi_dma_cfg_t dma_cfg
 
spi_init_t init
 
bool is_soft_cs
 
spi_env_t spi_env
 

Detailed Description

SPI parameters structure definition.

Definition at line 231 of file app_spi.h.

Member Data Documentation

◆ dma_cfg

app_spi_dma_cfg_t app_spi_params_t::dma_cfg

SPI DMA configuration.

Definition at line 235 of file app_spi.h.

◆ id

app_spi_id_t app_spi_params_t::id

specified SPI module ID.

Definition at line 233 of file app_spi.h.

◆ init

spi_init_t app_spi_params_t::init

SPI communication parameters.

Definition at line 236 of file app_spi.h.

◆ is_soft_cs

bool app_spi_params_t::is_soft_cs

config whether to control CS signal by software

Definition at line 237 of file app_spi.h.

◆ pin_cfg

app_spi_pin_cfg_t app_spi_params_t::pin_cfg

the pin configuration information for the specified SPI module.

Definition at line 234 of file app_spi.h.

◆ spi_env

spi_env_t app_spi_params_t::spi_env

SPI device structure definition.

Definition at line 238 of file app_spi.h.


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