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 |
DSPI Transmission IO configuration Structures.
Definition at line 110 of file app_dspi.h.
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.
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.
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.
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.
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.