aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/clock_ctrl.hpp
Commit message (Collapse)AuthorAgeFilesLines
* usrp2: configured clock delay over mimo cableJosh Blum2010-12-111-2/+2
|
* packet_router: added set_mimo_clock_delay to clock_ctrl.Nick Foster2010-12-111-0/+8
| | | | Delay range is fixed right now to [0.444, 9.744]ns in 300ps increments
* usrp-n: configure clocking over the serdes cableJosh Blum2010-12-111-1/+3
| | | | | | | | added status to register to readback master/slave mode removed mimo enum from clock config, its not relevant added serdes clock config to the update clock config method
* USRP2P: internal reference selected by default.Nick Foster2010-10-051-0/+6
|
* added set clock rate, and get clock rates to dboard iface, usrp2 needs clock ↵Josh Blum2010-06-171-0/+27
| | | | ctrl implementation...
* move get clock rate into clock controlJosh Blum2010-06-041-0/+6
|
* Prepend usrp2 onto the helper classes in usrp2 impl to avoid symbol conflicts.Josh Blum2010-06-041-2/+2
|
* Added a place for serdes control on the host.Josh Blum2010-05-101-3/+3
| | | | | Fix bug in codec control. Comment out some clock control in fw code.
* Moved adc and dac control into codec control source file.Josh Blum2010-05-101-0/+60
The codec control powers down the chips on destruction.