#include <uhd/features/spi_getter_iface.hpp>
Public Attributes | |
uint8_t | periph_cs |
Indicates which GPIO line to use for the CS signal. More... | |
uint8_t | periph_sdi |
Indicates which GPIO line to use for the SDI signal. More... | |
uint8_t | periph_sdo |
Indicates which GPIO line to use for the SDO signal. More... | |
uint8_t | periph_clk |
Indicates which GPIO line to use for the SCLK signal. More... | |
The SPI peripheral configuration struct: Used to configure the GPIO lines for SPI transactions
uint8_t uhd::features::spi_periph_config_t::periph_clk |
Indicates which GPIO line to use for the SCLK signal.
uint8_t uhd::features::spi_periph_config_t::periph_cs |
Indicates which GPIO line to use for the CS signal.
uint8_t uhd::features::spi_periph_config_t::periph_sdi |
Indicates which GPIO line to use for the SDI signal.
uint8_t uhd::features::spi_periph_config_t::periph_sdo |
Indicates which GPIO line to use for the SDO signal.