USRP Hardware Driver and USRP Manual  Version: 4.4.0.HEAD-0-g5fac246b
UHD and USRP Manual
trig_io_mode.hpp
Go to the documentation of this file.
1 //
2 // Copyright 2021 Ettus Research, a National Instruments Brand
3 //
4 // SPDX-License-Identifier: GPL-3.0-or-later
5 //
6 
7 #pragma once
8 
9 namespace uhd {
10 
11 enum class trig_io_mode_t {
13  PPS_OUTPUT,
15  INPUT,
17  OFF
18 };
19 
20 } // namespace uhd
uhd::trig_io_mode_t::INPUT
@ INPUT
Use port as input.
uhd::trig_io_mode_t::PPS_OUTPUT
@ PPS_OUTPUT
Output PPS signal from port.
uhd::trig_io_mode_t
trig_io_mode_t
Definition: trig_io_mode.hpp:11
uhd::trig_io_mode_t::OFF
@ OFF
Port is turned off.
uhd
Definition: build_info.hpp:12