aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--host/include/uhd/rfnoc/block_ctrl_base.hpp1
-rw-r--r--host/include/uhd/rfnoc/source_block_ctrl_base.hpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/host/include/uhd/rfnoc/block_ctrl_base.hpp b/host/include/uhd/rfnoc/block_ctrl_base.hpp
index 70725627a..63939a114 100644
--- a/host/include/uhd/rfnoc/block_ctrl_base.hpp
+++ b/host/include/uhd/rfnoc/block_ctrl_base.hpp
@@ -242,6 +242,7 @@ public:
* defined in the block definition file.
*
* \param reg The user register name.
+ * \param port Destination port.
* \returns the readback value.
* \throws uhd::key_error if \p reg is not a valid register name
* \param port Port from which to read
diff --git a/host/include/uhd/rfnoc/source_block_ctrl_base.hpp b/host/include/uhd/rfnoc/source_block_ctrl_base.hpp
index cd1206406..7d0a65107 100644
--- a/host/include/uhd/rfnoc/source_block_ctrl_base.hpp
+++ b/host/include/uhd/rfnoc/source_block_ctrl_base.hpp
@@ -50,7 +50,7 @@ public:
* See also register_upstream_block().
*
* \param stream_cmd The stream command.
- * \param chan Channel
+ * \param chan Channel for which this command is meant (data shall be produced on this channel).
*/
virtual void issue_stream_cmd(const uhd::stream_cmd_t &stream_cmd, const size_t chan=0);