forked from M-Labs/artiq
ad9910: fix pll_en doc
This commit is contained in:
parent
9e8167e1fa
commit
78daace19a
|
@ -127,7 +127,7 @@ class AD9910:
|
|||
f_ref/clk_div*pll_n where f_ref is the reference frequency and
|
||||
clk_div is the reference clock divider (both set in the parent
|
||||
Urukul CPLD instance).
|
||||
:param pll_en: PLL enable bit, set to 0 to bypass PLL (default: 1).
|
||||
:param pll_en: PLL enable bit, set to False to bypass PLL (default: True).
|
||||
Note that when bypassing the PLL the red front panel LED may remain on.
|
||||
:param pll_cp: DDS PLL charge pump setting.
|
||||
:param pll_vco: DDS PLL VCO range selection.
|
||||
|
|
Loading…
Reference in New Issue