Calibration Flags#

This section provides a reference to the calibration flags in the boot configuration feature bitmaps.

Macros#

#define

Burn gain offset into the device.

#define

Burn frequency offset into the device.

#define

Indicates if the software XO CTUNE is valid.

#define

Burn bit to disable XO fast into the device.

Macro Definition Documentation#

SL_SI91X_BURN_GAIN_OFFSET#

#define SL_SI91X_BURN_GAIN_OFFSET
Value:
BIT(0)

Burn gain offset into the device.

This macro defines the bit for burning the gain offset into the device.


Definition at line 2006 of file components/device/silabs/si91x/wireless/inc/sl_wifi_device.h

SL_SI91X_BURN_FREQ_OFFSET#

#define SL_SI91X_BURN_FREQ_OFFSET
Value:
BIT(1)

Burn frequency offset into the device.

This macro defines the bit for burning the frequency offset into the device.


Definition at line 2015 of file components/device/silabs/si91x/wireless/inc/sl_wifi_device.h

SL_SI91X_SW_XO_CTUNE_VALID#

#define SL_SI91X_SW_XO_CTUNE_VALID
Value:
BIT(2)

Indicates if the software XO CTUNE is valid.

This macro defines the bit to indicate that the software XO CTUNE (crystal tuning) value is valid.


Definition at line 2024 of file components/device/silabs/si91x/wireless/inc/sl_wifi_device.h

SL_SI91X_BURN_XO_FAST_DISABLE#

#define SL_SI91X_BURN_XO_FAST_DISABLE
Value:
BIT(3)

Burn bit to disable XO fast into the device.

This macro defines the bit for burning a setting to disable the fast XO (crystal oscillator) into the device.

Note

  • Not applicable for SI917.


Definition at line 2035 of file components/device/silabs/si91x/wireless/inc/sl_wifi_device.h