Structure to hold the parameters of clock calibration, trigger time macros can be used to fill trigger time.

Public Attributes#

boolean_t

true to enable and false to disable RC calibration

boolean_t

true to enable and false to disable RC periodic calibration

uint8_t

RC trigger time, 5 sec, 10 sec, 15 sec, 30 sec, 1 min, 2 min.

boolean_t

true to enable and false to disable RO calibration

boolean_t

true to enable and false to disable periodic calibration

uint8_t

RO trigger time, 1 sec, 2 sec, 4 sec, 8 sec.

Public Attribute Documentation#

rc_enable_calibration#

boolean_t clock_calibration_config_t::rc_enable_calibration

true to enable and false to disable RC calibration


Definition at line 83 of file components/device/silabs/si91x/mcu/drivers/unified_api/inc/sl_si91x_calendar.h

rc_enable_periodic_calibration#

boolean_t clock_calibration_config_t::rc_enable_periodic_calibration

true to enable and false to disable RC periodic calibration


Definition at line 84 of file components/device/silabs/si91x/mcu/drivers/unified_api/inc/sl_si91x_calendar.h

rc_trigger_time#

uint8_t clock_calibration_config_t::rc_trigger_time

RC trigger time, 5 sec, 10 sec, 15 sec, 30 sec, 1 min, 2 min.


Definition at line 85 of file components/device/silabs/si91x/mcu/drivers/unified_api/inc/sl_si91x_calendar.h

ro_enable_calibration#

boolean_t clock_calibration_config_t::ro_enable_calibration

true to enable and false to disable RO calibration


Definition at line 86 of file components/device/silabs/si91x/mcu/drivers/unified_api/inc/sl_si91x_calendar.h

ro_enable_periodic_calibration#

boolean_t clock_calibration_config_t::ro_enable_periodic_calibration

true to enable and false to disable periodic calibration


Definition at line 87 of file components/device/silabs/si91x/mcu/drivers/unified_api/inc/sl_si91x_calendar.h

ro_trigger_time#

uint8_t clock_calibration_config_t::ro_trigger_time

RO trigger time, 1 sec, 2 sec, 4 sec, 8 sec.


Definition at line 88 of file components/device/silabs/si91x/mcu/drivers/unified_api/inc/sl_si91x_calendar.h