Calibration Flags#

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

Macros#

#define

Burn Gain offset into the device.

#define

Burn Frequency offset into the device.

#define

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.


Definition at line 900 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.


Definition at line 901 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)

Software XO CTUNE is valid.


Definition at line 902 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.


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