/hal_espressif-3.6.0/components/esp_system/port/arch/riscv/ |
D | panic_arch.c | 128 bool handled = test_and_print_register_bits(core0_status, core0_acs_bits, DIM(core0_acs_bits)); in print_cache_err_details() local 133 if (!handled) { in print_cache_err_details() 135 … handled = test_and_print_register_bits(cache_ilg_status, cache_ilg_bits, DIM(cache_ilg_bits)); in print_cache_err_details() 138 if (!handled) { in print_cache_err_details()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/btu/ |
D | btu_task.c | 176 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-3.6.0/components/bt/controller/esp32/ |
D | hli_api.c | 81 bool handled = false; in hli_c_handler() local 100 handled = true; in hli_c_handler() 104 if (!handled) { in hli_c_handler()
|
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/esptool/ |
D | flasher-stub.rst | 12 … 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-3.6.0/docs/en/api-reference/system/ |
D | intr_alloc.rst | 30 This code presents two different types of interrupts, handled differently: shared interrupts and no… 115 …s enabling and disabling of the source itself, leaving status and mask bits to be handled by users. 116 …ndler responsible for it is disabled, either be masked and then properly handled in another enable…
|
D | ipc.rst | 28 … Therefore, simultaneous IPC calls from two or more calling CPUs will be handled on a first come f…
|
D | esp_event.rst | 20 Event loops are the vehicle by which events get posted by event sources and handled by event handle…
|
/hal_espressif-3.6.0/components/esp_system/ |
D | README.md | 9 Time with the origin at `g_startup_time`. The implementation is not handled by `esp_system`,
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | hlinterrupts.rst | 87 …- High-level interrupts can be routed and handled using :cpp:func:`esp_intr_alloc` and associated … 90 …- In theory, medium priority interrupts could also be handled in this way. ESP-IDF does not suppor…
|
D | hardware-abstraction.rst | 78 …ng, masking, offsetting, and endianness of the register fields should be handled by the LL functio… 112 …ferent targets or chip versions can be abstracted away by the HAL (i.e., handled transparently). I… 149 …ues, semaphores, mutexes, etc. All synchronization/concurrency should be handled at higher layers …
|
D | startup.rst | 106 …ing app interrupt handlers to run, and causing :doc:`fatal-errors` to be handled using the options…
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/ |
D | README.md | 10 - USB Host Library events have to be handled by invoking `usb_host_lib_handle_events` periodically.
|
/hal_espressif-3.6.0/examples/peripherals/pcnt/rotary_encoder/ |
D | README.md | 11 The signals a rotary encoder produces (and what can be handled by this example) are based on a 2-bi…
|
/hal_espressif-3.6.0/examples/peripherals/mcpwm/mcpwm_capture_hc_sr04/ |
D | README.md | 11 The signal that HC-SR04 produces (and what can be handled by this example) is a simple pulse whose …
|
/hal_espressif-3.6.0/docs/en/api-reference/network/ |
D | tcpip_adapter_migration.rst | 53 … There is no change from application code perspective, all events shall be handled in the same way.
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gattc_multi_connect/tutorial/ |
D | Gatt_Client_Multi_Connection_Example_Walkthrough.md | 6 …on to all three of them one after the other. In code, each connection is handled separately with o… 266 …triggers the ``ESP_GATTC_NOTIFY_EVT`` event on the client. This event is handled to write back to … 300 * This triggers an open event which is handled by the Profile B event handler. This handler follows…
|
/hal_espressif-3.6.0/docs/en/api-reference/storage/ |
D | spi_flash_override_driver.rst | 13 …3. If the protection of flash is not handled properly, there may be some random reliability issues.
|
/hal_espressif-3.6.0/examples/peripherals/lcd/lvgl/ |
D | README.md | 13 …s/tools/idf-component-manager.html), all the external dependency will be handled by the CMake buil…
|
/hal_espressif-3.6.0/components/usb/ |
D | maintainers.md | 88 - A port must first initialized before it can be used. A port is identified by its handled of type … 133 … pipes to finish their current transfers. The blocking and unblocking is handled by an internal ev…
|
/hal_espressif-3.6.0/examples/protocols/sockets/tcp_client_multi_net/ |
D | README.md | 10 3. Connection to host endpoint is handled by:
|
/hal_espressif-3.6.0/components/freertos/port/xtensa/ |
D | readme_xtensa.txt | 542 than a few which are always handled by the OS). 551 Equal priority interrupts concurrently pending are handled in an 553 are handled. During interrupt and exception handling, the processor's 639 to be handled in only a few cycles. A high priority interrupt handler
|
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/ |
D | usb_host.rst | 82 … events (i.e., events that are not specific to a client) that need to be handled. Library event ha… 211 …ndle_events` being blocked as well, thus preventing other pending client events from being handled.
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/multi-adv/tutorial/ |
D | Mulit_Adv_Example_Walkthrough.md | 5 …designed around two Application Profiles and a series of events that are handled in order to execu…
|
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/tutorial/ |
D | BLE_Mesh_WiFi_Coexist_Example_Walkthrough.md | 208 …ed when the provisioner starts provisioning unprovisioned device, and is handled in the `example_b…
|
/hal_espressif-3.6.0/tools/cmake/ |
D | project.cmake | 307 … is set to OLD or NEW. However, the proper behavior should have bee already handled by the original
|