Home
last modified time | relevance | path

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

/hal_espressif-latest/components/newlib/
Dtime.c59 …int64_t correction = (since_boot >> ADJTIME_CORRECTION_FACTOR) - (s_adjtime_start_us >> ADJTIME_CO… in adjust_boot_time() local
60 if (correction > 0) { in adjust_boot_time()
63 if ((s_adjtime_total_correction_us + correction) >= 0) { in adjust_boot_time()
67 s_adjtime_total_correction_us += correction; in adjust_boot_time()
68 boot_time -= correction; in adjust_boot_time()
71 if ((s_adjtime_total_correction_us - correction) <= 0) { in adjust_boot_time()
75 s_adjtime_total_correction_us -= correction; in adjust_boot_time()
76 boot_time += correction; in adjust_boot_time()
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dindex.rst89 * ``RS`` (Reed-Solomon), it uses 6 bytes of automatic error correction.
Dburn-key-cmd.rst127 …, keys are 192-bits (24 bytes) long and an additional 64 bits of error correction data are also wr…