USRP Hardware Driver and USRP Manual Version: 4.1.0.4
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
9namespace uhd {
10
11enum class trig_io_mode_t {
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.