CC26xx Driver Library
HposcDebugData_t Struct Reference

Data structure for experimental HPOSC polynomials calculation. More...

#include <osc.h>

Data Fields

uint32_t meas_1
 Measurement set 1 (typically at room temp) More...
 
uint32_t meas_2
 Measurement set 2 (typically at high temp) More...
 
uint32_t meas_3
 Measurement set 3 (typically at low temp) More...
 
int32_t offsetD1
 Offset to measurement set 1. More...
 
int32_t offsetD2
 Offset to measurement set 2. More...
 
int32_t offsetD3
 Offset to measurement set 3. More...
 
int32_t polyP3
 The P3 polynomial. More...
 

Detailed Description

Data structure for experimental HPOSC polynomials calculation.

The structure of the meas_1, meas_2 and meas_3 parameter is as defined in FCFG1_O_HPOSC_MEAS_1, 2 and 3.

See also
OSC_HPOSC_Debug_InitFreqOffsetParams()

Field Documentation

uint32_t HposcDebugData_t::meas_1

Measurement set 1 (typically at room temp)

Referenced by OSC_HPOSC_Debug_InitFreqOffsetParams().

uint32_t HposcDebugData_t::meas_2

Measurement set 2 (typically at high temp)

Referenced by OSC_HPOSC_Debug_InitFreqOffsetParams().

uint32_t HposcDebugData_t::meas_3

Measurement set 3 (typically at low temp)

Referenced by OSC_HPOSC_Debug_InitFreqOffsetParams().

int32_t HposcDebugData_t::offsetD1

Offset to measurement set 1.

Referenced by OSC_HPOSC_Debug_InitFreqOffsetParams().

int32_t HposcDebugData_t::offsetD2

Offset to measurement set 2.

Referenced by OSC_HPOSC_Debug_InitFreqOffsetParams().

int32_t HposcDebugData_t::offsetD3

Offset to measurement set 3.

Referenced by OSC_HPOSC_Debug_InitFreqOffsetParams().

int32_t HposcDebugData_t::polyP3

The P3 polynomial.

Referenced by OSC_HPOSC_Debug_InitFreqOffsetParams().