18 #ifndef DEVICES_LIMESDR_DEVICELIMESDR_H_ 19 #define DEVICES_LIMESDR_DEVICELIMESDR_H_ 21 #include "lime/LimeSuite.h" 46 static bool setNCOFrequency(lms_device_t *device,
bool dir_tx, std::size_t chan,
bool enable,
float frequency);
48 static bool SetRFELNA_dB(lms_device_t *device, std::size_t chan,
int value);
50 static bool SetRFETIA_dB(lms_device_t *device, std::size_t chan,
int value);
52 static bool SetRBBPGA_dB(lms_device_t *device, std::size_t chan,
float value);
54 static bool setRxAntennaPath(lms_device_t *device, std::size_t chan,
int path);
56 static bool setTxAntennaPath(lms_device_t *device, std::size_t chan,
int path);
58 static bool setClockSource(lms_device_t *device,
bool extClock,
uint32_t extClockFrequency);