|
USRP Hardware Driver and USRP Manual
Version: 4.4.0.HEAD-0-g5fac246b
UHD and USRP Manual
|
|
Go to the documentation of this file.
20 typedef std::shared_ptr<wb_iface>
sptr;
30 virtual void poke64(
const wb_addr_type addr,
const uint64_t data);
44 virtual void poke32(
const wb_addr_type addr,
const uint32_t data);
58 virtual void poke16(
const wb_addr_type addr,
const uint16_t data);
71 typedef std::shared_ptr<timed_wb_iface>
sptr;
std::shared_ptr< wb_iface > sptr
Definition: wb_iface.hpp:20
Definition: wb_iface.hpp:68
#define UHD_API
Definition: config.h:87
Definition: wb_iface.hpp:17
uint32_t wb_addr_type
Definition: wb_iface.hpp:21
Definition: build_info.hpp:12
Definition: time_spec.hpp:28
std::shared_ptr< timed_wb_iface > sptr
Definition: wb_iface.hpp:71