#include <uhd/features/spi_getter_iface.hpp>
Public Attributes | |
| uint8_t | slave_ss |
| Indicates which GPIO line to use for this the CS signal. More... | |
| uint8_t | slave_miso |
| Indicates which GPIO line to use for this the MISO signal. More... | |
| uint8_t | slave_mosi |
| Indicates which GPIO line to use for this the MOSI signal. More... | |
| uint8_t | slave_clk |
| Indicates which GPIO line to use for this the SCLK signal. More... | |
The SPI slave configuration struct: Used to configure the GPIO lines for SPI transactions
| uint8_t uhd::features::spi_slave_config_t::slave_clk |
Indicates which GPIO line to use for this the SCLK signal.
| uint8_t uhd::features::spi_slave_config_t::slave_miso |
Indicates which GPIO line to use for this the MISO signal.
| uint8_t uhd::features::spi_slave_config_t::slave_mosi |
Indicates which GPIO line to use for this the MOSI signal.
| uint8_t uhd::features::spi_slave_config_t::slave_ss |
Indicates which GPIO line to use for this the CS signal.