Revision be904c0e
| b/host/lib/usrp/usrp1/dboard_iface.cpp | ||
|---|---|---|
| 69 | 69 |
void set_atr_reg(unit_t, atr_reg_t, boost::uint16_t); |
| 70 | 70 |
void set_gpio_ddr(unit_t, boost::uint16_t); |
| 71 | 71 |
void write_gpio(unit_t, boost::uint16_t); |
| 72 |
void set_gpio_debug(unit_t, int); |
|
| 72 | 73 |
boost::uint16_t read_gpio(unit_t); |
| 73 | 74 |
|
| 74 | 75 |
void write_i2c(boost::uint8_t, const byte_vector_t &); |
| ... | ... | |
| 202 | 203 |
} |
| 203 | 204 |
} |
| 204 | 205 |
|
| 206 |
void usrp1_dboard_iface::set_gpio_debug(unit_t, int) |
|
| 207 |
{
|
|
| 208 |
/* NOP */ |
|
| 209 |
} |
|
| 210 |
|
|
| 205 | 211 |
boost::uint16_t usrp1_dboard_iface::read_gpio(unit_t unit) |
| 206 | 212 |
{
|
| 207 | 213 |
boost::uint32_t out_value; |
Also available in: Unified diff