Home
last modified time | relevance | path

Searched refs:RHODIUM_LO1 (Results 1 – 4 of 4) sorted by relevance

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/usrp/dboard/rhodium/
H A Drhodium_radio_control_init.cpp170 set_tx_lo_gain(RHODIUM_DEFAULT_LO_GAIN, RHODIUM_LO1, 0); in _init_peripherals()
172 set_rx_lo_gain(RHODIUM_DEFAULT_LO_GAIN, RHODIUM_LO1, 0); in _init_peripherals()
349 return this->set_rx_lo_freq(freq, RHODIUM_LO1, 0); in _init_frontend_subtree()
356 rx_fe_path / "los" / RHODIUM_LO1 / "source/options") in _init_frontend_subtree()
360 this->set_rx_lo_source(src, RHODIUM_LO1, 0); in _init_frontend_subtree()
366 this->set_rx_lo_export_enabled(enabled, RHODIUM_LO1, 0); in _init_frontend_subtree()
374 return this->set_rx_lo_gain(gain, RHODIUM_LO1, 0); in _init_frontend_subtree()
389 return this->set_rx_lo_power(gain, RHODIUM_LO1, 0); in _init_frontend_subtree()
443 tx_fe_path / "los" / RHODIUM_LO1 / "source/options") in _init_frontend_subtree()
460 return this->set_tx_lo_gain(gain, RHODIUM_LO1, 0); in _init_frontend_subtree()
[all …]
H A Drhodium_radio_control_lo.cpp43 return {RHODIUM_LO1, RHODIUM_LO2}; in _get_lo_names()
58 if (name == RHODIUM_LO1 or name == radio_control::ALL_LOS) { in _get_lo_sources()
108 if (name == RHODIUM_LO1) { in _get_lo_freq_range()
164 set_tx_lo_power(_get_lo_power_setting(_tx_lo_freq), RHODIUM_LO1, chan); in set_tx_lo_freq()
191 set_rx_lo_power(_get_lo_power_setting(_rx_lo_freq), RHODIUM_LO1, chan); in set_rx_lo_freq()
209 return (name == RHODIUM_LO1) ? _tx_lo_freq : _get_lowband_lo_freq(); in get_tx_lo_freq()
224 return (name == RHODIUM_LO1) ? _rx_lo_freq : _get_lowband_lo_freq(); in get_rx_lo_freq()
551 return (name == RHODIUM_LO1) ? _lo_rx_gain : 0.0; in get_tx_lo_gain()
565 return (name == RHODIUM_LO1) ? _lo_tx_gain : 0.0; in get_rx_lo_gain()
636 return (name == RHODIUM_LO1) ? _lo_tx_power : 0.0; in get_tx_lo_power()
[all …]
H A Drhodium_radio_control.cpp211 const double actual_lo_freq = set_tx_lo_freq(target_lo_freq, RHODIUM_LO1, chan); in set_tx_frequency()
236 and (get_tx_lo_source(RHODIUM_LO1, 0) == "internal"); in set_tx_frequency()
263 const double actual_lo_freq = set_rx_lo_freq(target_lo_freq, RHODIUM_LO1, chan); in set_rx_frequency()
288 and (get_rx_lo_source(RHODIUM_LO1, 0) == "internal"); in set_rx_frequency()
H A Drhodium_constants.hpp82 static constexpr char RHODIUM_LO1[] = "lo1"; variable