diff options
author | Josh Blum <josh@joshknows.com> | 2010-05-13 17:35:09 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-05-13 17:35:09 -0700 |
commit | 11059ddbd6f5301f72299933321c35d00663dfe6 (patch) | |
tree | 5e0e8e30fb70aff2f7dd098ba6e5ec163dd16c00 /host/lib/ic_reg_maps | |
parent | 573872edd90207b2c73c7d028868d01afc8b8a5c (diff) | |
download | uhd-11059ddbd6f5301f72299933321c35d00663dfe6.tar.gz uhd-11059ddbd6f5301f72299933321c35d00663dfe6.tar.bz2 uhd-11059ddbd6f5301f72299933321c35d00663dfe6.zip |
fix to ad9777 dac control
Diffstat (limited to 'host/lib/ic_reg_maps')
-rwxr-xr-x | host/lib/ic_reg_maps/gen_ad9777_regs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/ic_reg_maps/gen_ad9777_regs.py b/host/lib/ic_reg_maps/gen_ad9777_regs.py index abb839f0f..690b15e24 100755 --- a/host/lib/ic_reg_maps/gen_ad9777_regs.py +++ b/host/lib/ic_reg_maps/gen_ad9777_regs.py @@ -59,7 +59,7 @@ pll_divide_ratio 3[0:1] 0 div1, div2, div4, div8 ## address 4 ######################################################################## pll_state 4[7] 0 off, on -auto_cp_control 4[6] 0 dis, enb +auto_cp_control 4[6] 0 auto, manual pll_cp_control 4[0:2] 0 50ua=0, 100ua=1, 200ua=2, 400ua=3, 800ua=7 ######################################################################## ## address 5 and 9 |