|  | libbladeRF 2.5.0-git
    Nuand bladeRF library | 
These functions are thread-safe.
| Enumerations | |
| enum | bladerf_cal_module { BLADERF_DC_CAL_INVALID = -1 , BLADERF_DC_CAL_LPF_TUNING , BLADERF_DC_CAL_TX_LPF , BLADERF_DC_CAL_RX_LPF , BLADERF_DC_CAL_RXVGA2 } | 
| Functions | |
| API_EXPORT int CALL_CONV | bladerf_calibrate_dc (struct bladerf *dev, bladerf_cal_module module) | 
| enum bladerf_cal_module | 
DC Calibration Modules
Definition at line 1254 of file bladeRF1.h.
| API_EXPORT int CALL_CONV bladerf_calibrate_dc | ( | struct bladerf * | dev, | 
| bladerf_cal_module | module | ||
| ) | 
Perform DC calibration
| dev | Device handle | |
| [in] | module | Module to calibrate |