|
USRP Hardware Driver and USRP Manual
Version: 4.4.0.HEAD-0-g5fac246b
UHD and USRP Manual
|
|
Go to the documentation of this file.
14 namespace uhd {
namespace features {
40 using sptr = std::shared_ptr<spi_getter_iface>;
49 return "SPI Getter Interface";
58 const std::vector<uhd::features::spi_periph_config_t>& spi_periph_config)
uint8_t periph_sdi
Indicates which GPIO line to use for the SDI signal.
Definition: spi_getter_iface.hpp:26
std::string get_feature_name() const
Returns a human-readable string name of this feature.
Definition: spi_getter_iface.hpp:47
static discoverable_feature::feature_id_t get_feature_id()
Definition: spi_getter_iface.hpp:42
uint8_t periph_clk
Indicates which GPIO line to use for the SCLK signal.
Definition: spi_getter_iface.hpp:32
uint8_t periph_sdo
Indicates which GPIO line to use for the SDO signal.
Definition: spi_getter_iface.hpp:29
#define UHD_API
Definition: config.h:87
Definition: spi_getter_iface.hpp:37
@ SPI_GETTER_IFACE
Definition: discoverable_feature.hpp:40
feature_id_t
An enum of all features supported by the driver. When creating a new.
Definition: discoverable_feature.hpp:32
Definition: build_info.hpp:12
Definition: spi_getter_iface.hpp:20
Definition: discoverable_feature.hpp:25
std::shared_ptr< discoverable_feature > sptr
Definition: discoverable_feature.hpp:28
uint8_t periph_cs
Indicates which GPIO line to use for the CS signal.
Definition: spi_getter_iface.hpp:23
std::shared_ptr< spi_iface > sptr
Definition: serial.hpp:124