Structure to hold the parameters of clock calibration, trigger time macros can be used to fill trigger time.
Public Attributes#
true to enable and false to disable RC calibration
true to enable and false to disable RC periodic calibration
RC trigger time, 5 sec, 10 sec, 15 sec, 30 sec, 1 min, 2 min.
true to enable and false to disable RO calibration
true to enable and false to disable periodic calibration
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
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
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.
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
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
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.
88
of file components/device/silabs/si91x/mcu/drivers/unified_api/inc/sl_si91x_calendar.h