USRP Hardware Driver and USRP Manual  Version: 3.13.0.HEAD-0-gf114cfa0
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 #ifndef INCLUDED_LIBUHD_USRP_GPIO_DEFS_HPP
9 #define INCLUDED_LIBUHD_USRP_GPIO_DEFS_HPP
10 
11 namespace uhd { namespace usrp { namespace gpio_atr {
12 
14  ATR_REG_IDLE = int('i'),
15  ATR_REG_TX_ONLY = int('t'),
16  ATR_REG_RX_ONLY = int('r'),
18  };
19 
20 }}} //namespaces
21 
22 #endif /* INCLUDED_LIBUHD_USRP_GPIO_DEFS_HPP */
Definition: gpio_defs.hpp:14
Definition: gpio_defs.hpp:17
Definition: gpio_defs.hpp:16
Definition: build_info.hpp:14
gpio_atr_reg_t
Definition: gpio_defs.hpp:13
Definition: gpio_defs.hpp:15