USRP Hardware Driver and USRP Manual
Version: 3.15.0.0-2+b1
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
13
enum
gpio_atr_reg_t
{
14
ATR_REG_IDLE
= int(
'i'
),
15
ATR_REG_TX_ONLY
= int(
't'
),
16
ATR_REG_RX_ONLY
= int(
'r'
),
17
ATR_REG_FULL_DUPLEX
= int(
'f'
)
18
};
19
20
}}}
// namespace uhd::usrp::gpio_atr
21
22
#endif
/* INCLUDED_LIBUHD_USRP_GPIO_DEFS_HPP */
uhd::usrp::gpio_atr::ATR_REG_TX_ONLY
Definition:
gpio_defs.hpp:15
uhd::usrp::gpio_atr::ATR_REG_FULL_DUPLEX
Definition:
gpio_defs.hpp:17
uhd
Definition:
build_info.hpp:13
uhd::usrp::gpio_atr::ATR_REG_IDLE
Definition:
gpio_defs.hpp:14
uhd::usrp::gpio_atr::gpio_atr_reg_t
gpio_atr_reg_t
Definition:
gpio_defs.hpp:13
uhd::usrp::gpio_atr::ATR_REG_RX_ONLY
Definition:
gpio_defs.hpp:16
include
uhd
usrp
gpio_defs.hpp
Generated by
1.8.16