USRP Hardware Driver and USRP Manual  Version: 4.7.0.0-22-g6758966a
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
Definition: build_info.hpp:12
trig_io_mode_t
Definition: trig_io_mode.hpp:11
@ OFF
Port is turned off.
@ INPUT
Use port as input.
@ PPS_OUTPUT
Output PPS signal from port.