libbladeRF  2.1.0-0.2018.10~rc1-2
Nuand bladeRF library
Data Fields
bladerf_quick_tune Struct Reference

Description

Quick Re-tune parameters.

Note
These parameters, which are associated with the RFIC's 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 1797 of file libbladeRF.h.

#include <libbladeRF.h>

Data Fields

union {
   struct {
      uint8_t   freqsel
 
      uint8_t   vcocap
 
      uint16_t   nint
 
      uint32_t   nfrac
 
      uint8_t   flags
 
   } 
 
   struct {
      void *   tbd
 
   } 
 
}; 
 

Field Documentation

◆ flags

uint8_t flags

Flag bits used internally by libbladeRF

Definition at line 1805 of file libbladeRF.h.

◆ freqsel

uint8_t freqsel

Choice of VCO and VCO division factor

Definition at line 1801 of file libbladeRF.h.

◆ nfrac

uint32_t nfrac

Fractional portion of LO frequency value

Definition at line 1804 of file libbladeRF.h.

◆ nint

uint16_t nint

Integer portion of LO frequency value

Definition at line 1803 of file libbladeRF.h.

◆ vcocap

uint8_t vcocap

VCOCAP value

Definition at line 1802 of file libbladeRF.h.


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