app_spi_pin_cfg_t Struct Reference

SPI IO configuration Structures. More...

#include <app_spi.h>

Public Attributes

app_spi_pin_t cs
 
app_spi_pin_t clk
 
app_spi_pin_t mosi
 
app_spi_pin_t miso
 

Detailed Description

SPI IO configuration Structures.

Definition at line 136 of file app_spi.h.

Member Data Documentation

◆ clk

app_spi_pin_t app_spi_pin_cfg_t::clk

Set the configuration of SPI CLK pin.

Definition at line 139 of file app_spi.h.

◆ cs

app_spi_pin_t app_spi_pin_cfg_t::cs

Set the configuration of SPI CS pin.

Definition at line 138 of file app_spi.h.

◆ miso

app_spi_pin_t app_spi_pin_cfg_t::miso

Set the configuration of SPI MISO pin.

Definition at line 141 of file app_spi.h.

◆ mosi

app_spi_pin_t app_spi_pin_cfg_t::mosi

Set the configuration of SPI MOSI pin.

Definition at line 140 of file app_spi.h.


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