USRP Hardware Driver and USRP Manual Version: 4.2.0.0
UHD and USRP Manual
uhd::features::spi_slave_config_t Struct Reference

#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...
 

Detailed Description

The SPI slave configuration struct: Used to configure the GPIO lines for SPI transactions

Member Data Documentation

◆ slave_clk

uint8_t uhd::features::spi_slave_config_t::slave_clk

Indicates which GPIO line to use for this the SCLK signal.

◆ slave_miso

uint8_t uhd::features::spi_slave_config_t::slave_miso

Indicates which GPIO line to use for this the MISO signal.

◆ slave_mosi

uint8_t uhd::features::spi_slave_config_t::slave_mosi

Indicates which GPIO line to use for this the MOSI signal.

◆ slave_ss

uint8_t uhd::features::spi_slave_config_t::slave_ss

Indicates which GPIO line to use for this the CS signal.


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