aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/common/adf5355.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix max values for MOD2 and FRAC2Mark Meserve2017-02-201-2/+2
|
* Revise calculation of ADF5355 FRAC2 registerMark Meserve2017-02-201-7/+4
| | | | | Corrected residue formula Fixed cast to uint16_t that was behaving differently in msvc14 32-bit vs 64-bit
* Moved default register values into ic_reg_mapDerek Kozel2017-01-301-32/+13
|
* lib: Removed more superfluous variablesMartin Braun2016-11-281-6/+6
|
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵Martin Braun2016-11-081-27/+27
| | | | | | | | types) - Also removes all references to boost/cstdint.hpp and replaces it with stdint.h (The 'correct' replacement would be <cstdint>, but not all of our compilers support that).
* common: adf5355: 'Fix' compiler warningMoritz Fischer2016-08-011-2/+2
| | | | | | | GCC6 doesn't like nested /* /* */ */ comments (rightly so), and complains. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* twinrx: Added ADF5355 control moduleAshish Chaudhari2016-07-191-0/+376
- Added regmap - Added controller class