USRP Hardware Driver and USRP Manual
Version: 4.6.0.0
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
12
enum
gpio_atr_reg_t
{
13
ATR_REG_IDLE
= int(
'i'
),
14
ATR_REG_TX_ONLY
= int(
't'
),
15
ATR_REG_RX_ONLY
= int(
'r'
),
16
ATR_REG_FULL_DUPLEX
= int(
'f'
)
17
};
18
19
}}}
// namespace uhd::usrp::gpio_atr
uhd::usrp::gpio_atr::ATR_REG_IDLE
Definition:
gpio_defs.hpp:13
uhd::usrp::gpio_atr::ATR_REG_FULL_DUPLEX
Definition:
gpio_defs.hpp:16
uhd::usrp::gpio_atr::ATR_REG_RX_ONLY
Definition:
gpio_defs.hpp:15
uhd
Definition:
build_info.hpp:12
uhd::usrp::gpio_atr::gpio_atr_reg_t
gpio_atr_reg_t
Definition:
gpio_defs.hpp:12
uhd::usrp::gpio_atr::ATR_REG_TX_ONLY
Definition:
gpio_defs.hpp:14
include
uhd
usrp
gpio_defs.hpp
Generated by
1.8.13