 |
USRP Hardware Driver and USRP Manual
Version: 3.15.0.0-2+b1
UHD and USRP Manual
|
|
Go to the documentation of this file.
8 #ifndef INCLUDED_UHD_USRP_DBOARD_EEPROM_HPP
9 #define INCLUDED_UHD_USRP_DBOARD_EEPROM_HPP
16 namespace uhd {
namespace usrp {
39 void load(
i2c_iface& iface, uint8_t addr);
46 void store(
i2c_iface& iface, uint8_t addr)
const;
std::string revision
A hardware revision number.
Definition: dboard_eeprom.hpp:27
Definition: dboard_eeprom.hpp:18
#define UHD_API
Definition: config.h:68
Definition: dboard_id.hpp:18
dboard_id_t id
The ID for the daughterboard type.
Definition: dboard_eeprom.hpp:21
Definition: build_info.hpp:13
std::string serial
The unique serial number.
Definition: dboard_eeprom.hpp:24
Definition: serial.hpp:36