diff options
author | Mark Meserve <mark.meserve@ni.com> | 2019-01-08 16:03:57 -0600 |
---|---|---|
committer | Brent Stapleton <brent.stapleton@ettus.com> | 2019-01-10 09:50:16 -0800 |
commit | 3ac6448a8647e41db130449bf2ba1866059a09b1 (patch) | |
tree | e1056cdee2aa57fc15ae003fd56dc4fda906e195 /host/lib/usrp/dboard/rhodium/rhodium_radio_ctrl_impl.hpp | |
parent | 9b9da62e800ed88123c3bae7abecd5603ead0f7e (diff) | |
download | uhd-3ac6448a8647e41db130449bf2ba1866059a09b1.tar.gz uhd-3ac6448a8647e41db130449bf2ba1866059a09b1.tar.bz2 uhd-3ac6448a8647e41db130449bf2ba1866059a09b1.zip |
rh: add support for identify arg
Diffstat (limited to 'host/lib/usrp/dboard/rhodium/rhodium_radio_ctrl_impl.hpp')
-rw-r--r-- | host/lib/usrp/dboard/rhodium/rhodium_radio_ctrl_impl.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host/lib/usrp/dboard/rhodium/rhodium_radio_ctrl_impl.hpp b/host/lib/usrp/dboard/rhodium/rhodium_radio_ctrl_impl.hpp index 0cd29cc99..aaa48564e 100644 --- a/host/lib/usrp/dboard/rhodium/rhodium_radio_ctrl_impl.hpp +++ b/host/lib/usrp/dboard/rhodium/rhodium_radio_ctrl_impl.hpp @@ -210,6 +210,9 @@ private: const direction_t dir ); + //! Flash all front end LEDs at 1 Hz for the specified amount of time + void _identify_with_leds(double identify_duration); + //! Configure ATR registers and update the cached antenna value from the // new antenna value. // ATR registers control SW10 and the frontend LEDs. |