diff options
author | Trung N Tran <trung.tran@ettus.com> | 2017-11-22 15:15:20 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-12-22 15:05:07 -0800 |
commit | 2467deeb17774bae03b1be01d1bc3454aa387948 (patch) | |
tree | 5e96a1f318b3e61049036e6dbda36b36d8d2154b /mpm/lib/mykonos/config/ad937x_config_t.hpp | |
parent | 2dceea5d5691cd7435380013332ee26412dc33d3 (diff) | |
download | uhd-2467deeb17774bae03b1be01d1bc3454aa387948.tar.gz uhd-2467deeb17774bae03b1be01d1bc3454aa387948.tar.bz2 uhd-2467deeb17774bae03b1be01d1bc3454aa387948.zip |
mpm: mykonos: Add API to change master clock rate
Diffstat (limited to 'mpm/lib/mykonos/config/ad937x_config_t.hpp')
-rw-r--r-- | mpm/lib/mykonos/config/ad937x_config_t.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mpm/lib/mykonos/config/ad937x_config_t.hpp b/mpm/lib/mykonos/config/ad937x_config_t.hpp index e44039ebe..41d9e9b61 100644 --- a/mpm/lib/mykonos/config/ad937x_config_t.hpp +++ b/mpm/lib/mykonos/config/ad937x_config_t.hpp @@ -37,9 +37,13 @@ public: static const int32_t DEFAULT_RX_FIR_GAIN = -6; static const int16_t DEFAULT_TX_FIR[DEFAULT_TX_FIR_SIZE]; + static const int16_t DEFAULT_TX_FIR_15366[DEFAULT_TX_FIR_SIZE]; static const int16_t DEFAULT_RX_FIR[DEFAULT_RX_FIR_SIZE]; + static const int16_t DEFAULT_RX_FIR_15366[DEFAULT_RX_FIR_SIZE]; static const int16_t DEFAULT_OBSRX_FIR[DEFAULT_RX_FIR_SIZE]; + static const int16_t DEFAULT_OBSRX_FIR_15366[DEFAULT_RX_FIR_SIZE]; static const int16_t DEFAULT_SNIFFER_FIR[DEFAULT_RX_FIR_SIZE]; + static const int16_t DEFAULT_SNIFFER_FIR_15366[DEFAULT_RX_FIR_SIZE]; void set_rx_pll_use_external_lo(uint8_t val); uint8_t get_rx_pll_use_external_lo(); void set_tx_pll_use_external_lo(uint8_t val); |