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

SPI gpio mode. More...

Detailed Description

SPI gpio mode.

Definition at line 325 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 327 of file spi.h.

◆ mosi

gpio_mode_t spi_gpio_mode_t::mosi

GPIO mode used for MOSI pin.

Definition at line 326 of file spi.h.

◆ sclk

gpio_mode_t spi_gpio_mode_t::sclk

GPIO mode used for SCLK pin.

Definition at line 328 of file spi.h.


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