app_spi_pin_cfg_t Struct Reference

SPI IO configuration Structures. More...

#include <app_spi.h>

+ Collaboration diagram for app_spi_pin_cfg_t:

Public Attributes

app_spi_pin_t cs
 Set the configuration of SPI CS pin. More...
 
app_spi_pin_t clk
 Set the configuration of SPI CLK pin. More...
 
app_spi_pin_t mosi
 Set the configuration of SPI MOSI pin. More...
 
app_spi_pin_t miso
 Set the configuration of SPI MISO pin. More...
 

Detailed Description

SPI IO configuration Structures.

Definition at line 123 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 126 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 125 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 128 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 127 of file app_spi.h.


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