From fbd491862528d19f840dc3a6ab0a95ca1f95d2c4 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Mon, 9 Apr 2018 12:39:37 -0700 Subject: docs: Clarify that the magnesium/ dboard driver is used for N310/N300 --- host/docs/usrp_n3xx.dox | 6 ++++-- host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp | 8 +++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/host/docs/usrp_n3xx.dox b/host/docs/usrp_n3xx.dox index e284de012..4b045d86d 100644 --- a/host/docs/usrp_n3xx.dox +++ b/host/docs/usrp_n3xx.dox @@ -27,13 +27,15 @@ The N3XX series of USRPs is designed as a platform. The following USRPs are variants of the N3XX series: -\subsection n3xx_feature_list_mg N310 and N300 (4-channel and 2-channel transceiver) +\subsection n3xx_feature_list_mg N310/N300 4-channel/2-channel ("Magnesium") \image html N310isoExplode.png N310 Exploded View The N310 is a 4-channel transmitter/receiver based on the AD9371 transceiver IC. It has two daughterboards with one AD9371 each; every daughterboard provides -two RF channels. +two RF channels. Note that the product code "N310" refers to the module +consisting of mother- and daughterboard, the daughterboard itself is referred to +by its codename, "Magnesium". - Supported master clock rates: 122.88 MHz, 125 MHz, 153.6 MHz - Tuning range: 10 MHz to 6 GHz (below 300 MHz, additional LOs and mixer stages diff --git a/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp b/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp index 27c5db240..48414cd5b 100644 --- a/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp +++ b/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp @@ -4,6 +4,10 @@ // SPDX-License-Identifier: GPL-3.0-or-later // +// +// Driver for the N310/N300 daughterboard ("Magnesium") +// + #ifndef INCLUDED_LIBUHD_RFNOC_MAGNESIUM_RADIO_CTRL_IMPL_HPP #define INCLUDED_LIBUHD_RFNOC_MAGNESIUM_RADIO_CTRL_IMPL_HPP @@ -22,7 +26,9 @@ namespace uhd { namespace rfnoc { -/*! \brief Provide access to an Magnesium radio. +/*! \brief RFNoC block / daughterboard driver for a "Magnesium" daughterboard. + * + * This daughterboard is used on the USRP N310 and N300. */ class magnesium_radio_ctrl_impl : public radio_ctrl_impl, public rpc_block_ctrl { -- cgit v1.2.3