libbladeRF  1.7.2
Nuand bladeRF library
Data Fields
bladerf_quick_tune Struct Reference

Description

Quick Re-tune parameters. Note that these parameters, which are associated with LMS6002D register values, are sensitive to changes in the operating environment (e.g., temperature).

This structure should be filled in via bladerf_get_quick_tune().

Definition at line 1102 of file libbladeRF.h.

#include <libbladeRF.h>

Data Fields

uint8_t freqsel
 
uint8_t vcocap
 
uint16_t nint
 
uint32_t nfrac
 
uint8_t flags
 

Field Documentation

uint8_t flags

Flag bits used internally by libbladeRF

Definition at line 1107 of file libbladeRF.h.

uint8_t freqsel

Choice of VCO and VCO division factor

Definition at line 1103 of file libbladeRF.h.

uint32_t nfrac

Fractional portion of LO frequency value

Definition at line 1106 of file libbladeRF.h.

uint16_t nint

Integer portion of LO frequency value

Definition at line 1105 of file libbladeRF.h.

uint8_t vcocap

VCOCAP value

Definition at line 1104 of file libbladeRF.h.


The documentation for this struct was generated from the following file: