Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_timer/src/
Desp_timer.c451 int skipped = (now - it->alarm) / it->period; in timer_process_alarm() local
452 if ((it->flags & FL_SKIP_UNHANDLED_EVENTS) && (skipped > 1)) { in timer_process_alarm()
455 it->times_skipped += skipped; in timer_process_alarm()
/hal_espressif-latest/components/hal/
Dspi_flash_hal_common.inc95 * will go into a "continuous (XIP)" mode, where the command field will be skipped in the next
/hal_espressif-latest/components/esp_phy/
DKconfig8 …PHY calibration will be skipped on deep sleep wakeup. If calibration data is not found, full calib…
/hal_espressif-latest/components/esp_pm/
DKconfig133 …potential to block the sleep process and cause the wakeup time to be skipped, which will cause the…
/hal_espressif-latest/tools/esptool_py/
DCHANGELOG.md40 - **esp32c5**: skipped the stub check for esp32c5 mp
DCONTRIBUTING.rst117 …pell check, employ the `ignore-words-list` keyword followed by comma-separated words to be skipped.
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dserial-protocol.rst326 If the ``--no-stub`` argument is supplied to esptool, this entire step is skipped.