USRP Hardware Driver and USRP Manual  Version: 4.6.0.0-7-gece7c4811
UHD and USRP Manual
gpio_defs.hpp
Go to the documentation of this file.
1 //
2 // Copyright 2011,2014,2015 Ettus Research LLC
3 // Copyright 2018 Ettus Research, a National Instruments Company
4 //
5 // SPDX-License-Identifier: GPL-3.0-or-later
6 //
7 
8 #pragma once
9 
10 namespace uhd { namespace usrp { namespace gpio_atr {
11 
13  ATR_REG_IDLE = int('i'),
14  ATR_REG_TX_ONLY = int('t'),
15  ATR_REG_RX_ONLY = int('r'),
17 };
18 
19 }}} // namespace uhd::usrp::gpio_atr
Definition: gpio_defs.hpp:13
Definition: gpio_defs.hpp:16
Definition: gpio_defs.hpp:15
Definition: build_info.hpp:12
gpio_atr_reg_t
Definition: gpio_defs.hpp:12
Definition: gpio_defs.hpp:14