diff options
| author | Trung Tran <trung.tran@ettus.com> | 2018-08-03 09:10:48 -0700 | 
|---|---|---|
| committer | Martin Braun <martin.braun@ettus.com> | 2018-09-14 22:15:56 -0700 | 
| commit | 29f896182a6b9d2b6831dfcc0b22711f05fde0c2 (patch) | |
| tree | ebc0e0bbbf54d54cf6bc37b3067229073b2c1e4d /host/lib/include | |
| parent | e16e046d436e10bf1b3f268371e62c23bc5bfa98 (diff) | |
| download | uhd-29f896182a6b9d2b6831dfcc0b22711f05fde0c2.tar.gz uhd-29f896182a6b9d2b6831dfcc0b22711f05fde0c2.tar.bz2 uhd-29f896182a6b9d2b6831dfcc0b22711f05fde0c2.zip  | |
radio_ctrl: add disable time stamp
Diffstat (limited to 'host/lib/include')
| -rw-r--r-- | host/lib/include/uhdlib/rfnoc/radio_ctrl_impl.hpp | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/host/lib/include/uhdlib/rfnoc/radio_ctrl_impl.hpp b/host/lib/include/uhdlib/rfnoc/radio_ctrl_impl.hpp index a86edf67e..fcfd55450 100644 --- a/host/lib/include/uhdlib/rfnoc/radio_ctrl_impl.hpp +++ b/host/lib/include/uhdlib/rfnoc/radio_ctrl_impl.hpp @@ -110,6 +110,7 @@ public:              const uint32_t mask      );      virtual uint32_t get_gpio_attr(const std::string &bank, const std::string &attr); +    void enable_rx_timestamps(const bool, const size_t);      /***********************************************************************       * Block control API calls @@ -152,6 +153,7 @@ protected: // TODO see what's protected and what's private          static const uint32_t RX_CTRL_HALT         = 155;          static const uint32_t RX_CTRL_MAXLEN       = 156;          static const uint32_t RX_CTRL_CLEAR_CMDS   = 157; +        static const uint32_t RX_CTRL_OUTPUT_FORMAT= 158;          static const uint32_t MISC_OUTS            = 160;          static const uint32_t DACSYNC              = 161;          static const uint32_t SPI                  = 168;  | 
