Loading...
Searching...
No Matches
spi_gpio_mode_t Struct Reference

SPI gpio mode. More...

Detailed Description

SPI gpio mode.

Definition at line 329 of file spi.h.

#include <spi.h>

Data Fields

gpio_mode_t mosi
 GPIO mode used for MOSI pin.
 
gpio_mode_t miso
 GPIO mode used for MISO pin.
 
gpio_mode_t sclk
 GPIO mode used for SCLK pin.
 

Field Documentation

◆ miso

gpio_mode_t spi_gpio_mode_t::miso

GPIO mode used for MISO pin.

Definition at line 331 of file spi.h.

◆ mosi

gpio_mode_t spi_gpio_mode_t::mosi

GPIO mode used for MOSI pin.

Definition at line 330 of file spi.h.

◆ sclk

gpio_mode_t spi_gpio_mode_t::sclk

GPIO mode used for SCLK pin.

Definition at line 332 of file spi.h.


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