Home
last modified time | relevance | path

Searched refs:handled (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/esp_system/port/arch/riscv/
Dpanic_arch.c131 bool handled = test_and_print_register_bits(core0_status, core0_acs_bits, DIM(core0_acs_bits)); in print_cache_err_details() local
136 if (!handled) { in print_cache_err_details()
138handled = test_and_print_register_bits(cache_ilg_status, cache_ilg_bits, DIM(cache_ilg_bits)); in print_cache_err_details()
141 if (!handled) { in print_cache_err_details()
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dflasher-stub.rst12 … basically replaces the original bootloader. All following operations are then handled by the stub.
24 …sptool.py`` with the ``--no-stub`` argument. All operations will then be handled by the original R…
/hal_espressif-latest/components/bt/controller/esp32/
Dhli_api.c72 bool handled = false; in hli_c_handler() local
91 handled = true; in hli_c_handler()
95 if (!handled) { in hli_c_handler()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_task.c176 BOOLEAN handled = FALSE; in btu_hci_msg_process() local
178 for (; !handled && i < BTU_MAX_REG_EVENT; i++) { in btu_hci_msg_process()
186 handled = TRUE; in btu_hci_msg_process()
191 if (handled == FALSE) { in btu_hci_msg_process()
/hal_espressif-latest/components/esp_system/
DREADME.md9 Time with the origin at `g_startup_time`. The implementation is not handled by `esp_system`,