app_dspi_pin_cfg_t Struct Reference

DSPI Transmission IO configuration Structures. More...

#include <app_dspi.h>

Public Attributes

app_dspi_pin_t cs
 
app_dspi_pin_t clk
 
app_dspi_pin_t mosi
 
app_dspi_pin_t miso
 
app_dspi_pin_t dcx
 

Detailed Description

DSPI Transmission IO configuration Structures.

Definition at line 110 of file app_dspi.h.

Member Data Documentation

◆ clk

app_dspi_pin_t app_dspi_pin_cfg_t::clk

Set the configuration of DSPI CLK pin.

Definition at line 113 of file app_dspi.h.

◆ cs

app_dspi_pin_t app_dspi_pin_cfg_t::cs

Set the configuration of DSPI CS pin.

Definition at line 112 of file app_dspi.h.

◆ dcx

app_dspi_pin_t app_dspi_pin_cfg_t::dcx

Set the configuration of DSPI DCX pin.

Definition at line 116 of file app_dspi.h.

◆ miso

app_dspi_pin_t app_dspi_pin_cfg_t::miso

Set the configuration of DSPI MISO pin.

Definition at line 115 of file app_dspi.h.

◆ mosi

app_dspi_pin_t app_dspi_pin_cfg_t::mosi

Set the configuration of DSPI MOSI pin.

Definition at line 114 of file app_dspi.h.


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