DSPI Transmission IO configuration Structures. More...
#include <app_dspi.h>
Collaboration diagram for app_dspi_pin_cfg_t:Public Attributes | |
| app_dspi_pin_t | cs |
| Set the configuration of DSPI CS pin. More... | |
| app_dspi_pin_t | clk |
| Set the configuration of DSPI CLK pin. More... | |
| app_dspi_pin_t | mosi |
| Set the configuration of DSPI MOSI pin. More... | |
| app_dspi_pin_t | miso |
| Set the configuration of DSPI MISO pin. More... | |
| app_dspi_pin_t | dcx |
| Set the configuration of DSPI DCX pin. More... | |
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.