Home
last modified time | relevance | path

Searched refs:correction (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.6.0/components/newlib/
Dtime.c73 …int64_t correction = (since_boot >> ADJTIME_CORRECTION_FACTOR) - (s_adjtime_start_us >> ADJTIME_CO… in adjust_boot_time() local
74 if (correction > 0) { in adjust_boot_time()
77 if ((s_adjtime_total_correction_us + correction) >= 0) { in adjust_boot_time()
81 s_adjtime_total_correction_us += correction; in adjust_boot_time()
82 boot_time -= correction; in adjust_boot_time()
85 if ((s_adjtime_total_correction_us - correction) <= 0) { in adjust_boot_time()
89 s_adjtime_total_correction_us -= correction; in adjust_boot_time()
90 boot_time += correction; in adjust_boot_time()
/hal_espressif-3.6.0/components/esp_timer/src/
Desp_timer_impl_frc_legacy.c338 uint64_t correction = new_rtc_time_diff - s_rtc_time_diff; local
339 s_time_base_us -= correction;
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/common_components/light_driver/
Diot_led.c256 static void gamma_table_create(uint16_t *gamma_table, float correction) in gamma_table_create() argument
267 value_tmp = powf(value_tmp, 1.0f / correction); in gamma_table_create()
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/espefuse/
Dindex.rst88 * ``RS`` (Reed-Solomon), it uses 6 bytes of automatic error correction.
Dburn-key-cmd.rst108 …, keys are 192-bits (24 bytes) long and an additional 64 bits of error correction data are also wr…
/hal_espressif-3.6.0/docs/en/api-reference/system/
Defuse.rst214correction. Software will encode the 32-byte EFUSE_BLKx using RS (44, 32) to generate a 12-byte ch…
/hal_espressif-3.6.0/components/freertos/
DHistory.txt963 FreeRTOS+Nabto task, improvements to the DHCP behaviour, and a correction
1337 (benign) correction to the prototype of the
2245 + Another similar small correction ensures that in the case where more than
2559 Franco for the correction.