Home
last modified time | relevance | path

Searched refs:IO_TYPE_SC16 (Results 1 – 15 of 15) sorted by relevance

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/rfnoc/
H A Daddsub_block_control.cpp50 _prop_type_in_a.set(IO_TYPE_SC16); in RFNOC_BLOCK_CONSTRUCTOR()
53 _prop_type_in_b.set(IO_TYPE_SC16); in RFNOC_BLOCK_CONSTRUCTOR()
56 _prop_type_out_sum.set(IO_TYPE_SC16); in RFNOC_BLOCK_CONSTRUCTOR()
59 _prop_type_out_diff.set(IO_TYPE_SC16); in RFNOC_BLOCK_CONSTRUCTOR()
68 PROP_KEY_TYPE, IO_TYPE_SC16, {res_source_info::INPUT_EDGE, ARG_A_INPUT_PORT}};
70 PROP_KEY_TYPE, IO_TYPE_SC16, {res_source_info::INPUT_EDGE, ARG_B_INPUT_PORT}};
72 PROP_KEY_TYPE, IO_TYPE_SC16, {res_source_info::OUTPUT_EDGE, SUM_OUTPUT_PORT}};
74 PROP_KEY_TYPE, IO_TYPE_SC16, {res_source_info::OUTPUT_EDGE, DIFF_OUTPUT_PORT}};
H A Dfir_filter_block_control.cpp32 _prop_type_in.set(IO_TYPE_SC16); in RFNOC_BLOCK_CONSTRUCTOR()
35 _prop_type_out.set(IO_TYPE_SC16); in RFNOC_BLOCK_CONSTRUCTOR()
95 PROP_KEY_TYPE, IO_TYPE_SC16, {res_source_info::INPUT_EDGE}};
97 PROP_KEY_TYPE, IO_TYPE_SC16, {res_source_info::OUTPUT_EDGE}};
H A Dfft_block_control.cpp27 const uhd::rfnoc::io_type_t DEFAULT_TYPE = uhd::rfnoc::IO_TYPE_SC16;
177 type_in.set(IO_TYPE_SC16); in _register_props()
180 type_out.set(IO_TYPE_SC16); in _register_props()
195 PROP_KEY_TYPE, IO_TYPE_SC16, {res_source_info::INPUT_EDGE}};
197 PROP_KEY_TYPE, IO_TYPE_SC16, {res_source_info::OUTPUT_EDGE}};
H A Dwindow_block_control.cpp89 PROP_KEY_TYPE, IO_TYPE_SC16, {res_source_info::INPUT_EDGE, chan}}); in _register_props()
91 PROP_KEY_TYPE, IO_TYPE_SC16, {res_source_info::OUTPUT_EDGE, chan}}); in _register_props()
98 [this, chan]() { _prop_type_in.at(chan).set(IO_TYPE_SC16); }); in _register_props()
101 [this, chan]() { _prop_type_out.at(chan).set(IO_TYPE_SC16); }); in _register_props()
H A Dvector_iir_block_control.cpp139 PROP_KEY_TYPE, IO_TYPE_SC16, {res_source_info::INPUT_EDGE, chan}}); in _register_props()
141 PROP_KEY_TYPE, IO_TYPE_SC16, {res_source_info::OUTPUT_EDGE, chan}}); in _register_props()
148 [this, chan]() { _prop_type_in.at(chan).set(IO_TYPE_SC16); }); in _register_props()
151 [this, chan]() { _prop_type_out.at(chan).set(IO_TYPE_SC16); }); in _register_props()
H A Dlogpwr_block_control.cpp33 PROP_KEY_TYPE, IO_TYPE_SC16, {res_source_info::INPUT_EDGE, chan}}); in RFNOC_BLOCK_CONSTRUCTOR()
42 [this, chan]() { _prop_type_in.at(chan).set(IO_TYPE_SC16); }); in RFNOC_BLOCK_CONSTRUCTOR()
H A Dduc_block_control.cpp28 const uhd::rfnoc::io_type_t DEFAULT_TYPE = uhd::rfnoc::IO_TYPE_SC16;
208 PROP_KEY_TYPE, IO_TYPE_SC16, {res_source_info::INPUT_EDGE, chan})); in _register_props()
210 PROP_KEY_TYPE, IO_TYPE_SC16, {res_source_info::OUTPUT_EDGE, chan})); in _register_props()
393 type_in.set(IO_TYPE_SC16); in _register_props()
396 type_out.set(IO_TYPE_SC16); in _register_props()
H A Dddc_block_control.cpp28 const uhd::rfnoc::io_type_t DEFAULT_TYPE = uhd::rfnoc::IO_TYPE_SC16;
227 PROP_KEY_TYPE, IO_TYPE_SC16, {res_source_info::INPUT_EDGE, chan})); in _register_props()
229 PROP_KEY_TYPE, IO_TYPE_SC16, {res_source_info::OUTPUT_EDGE, chan})); in _register_props()
407 type_in.set(IO_TYPE_SC16); in _register_props()
410 type_out.set(IO_TYPE_SC16); in _register_props()
H A Dfosphor_block_control.cpp331 _prop_type_in.set(IO_TYPE_SC16); in _register_props()
377 PROP_KEY_TYPE, IO_TYPE_SC16, {res_source_info::INPUT_EDGE}};
H A Dsiggen_block_control.cpp140 PROP_KEY_TYPE, IO_TYPE_SC16, {res_source_info::OUTPUT_EDGE, port}}); in _register_props()
283 [this, port]() { _prop_type_out.at(port).set(IO_TYPE_SC16); }); in _register_props()
H A Dradio_control_impl.cpp149 PROP_KEY_TYPE, IO_TYPE_SC16, {res_source_info::INPUT_EDGE, chan})); in radio_control_impl()
151 PROP_KEY_TYPE, IO_TYPE_SC16, {res_source_info::OUTPUT_EDGE, chan})); in radio_control_impl()
208 [& type_in = _type_in.back()]() { type_in.set(IO_TYPE_SC16); }); in radio_control_impl()
211 [& type_out = _type_out.back()]() { type_out.set(IO_TYPE_SC16); }); in radio_control_impl()
H A Dreplay_block_control.cpp328 const io_type_t default_type = IO_TYPE_SC16; in _register_input_props()
360 const io_type_t default_type = IO_TYPE_SC16; in _register_output_props()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/tests/rfnoc_block_tests/
H A Dlogpwr_block_test.cpp76 == IO_TYPE_SC16); in BOOST_FIXTURE_TEST_CASE()
H A Dreplay_block_test.cpp209 const io_type_t default_type = IO_TYPE_SC16; in BOOST_FIXTURE_TEST_CASE()
395 const io_type_t default_type = IO_TYPE_SC16; in BOOST_FIXTURE_TEST_CASE()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/include/uhd/rfnoc/
H A Ddefaults.hpp34 static const io_type_t IO_TYPE_SC16 = "sc16"; variable