USRP Hardware Driver and USRP Manual  Version: 4.6.0.0-7-gece7c4811
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
Use port as input.
Output PPS signal from port.
Port is turned off.
trig_io_mode_t
Definition: trig_io_mode.hpp:11