Home
last modified time | relevance | path

Searched refs:blocking (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/zephyr/port/bluetooth/
Dbt_stubs.c45 int btdm_dispatch_work_to_controller(workitem_handler_t callback, void *arg, bool blocking) in btdm_dispatch_work_to_controller() argument
/hal_espressif-latest/components/esp_system/
DKconfig255 … non-blocking mode without using REPL. If you want to output in blocking mode with REPL or
265 The output currently only supports non-blocking mode without using the console.
266 … If you want to output in blocking mode with REPL or input through USB_SERIAL_JTAG port,
/hal_espressif-latest/zephyr/esp32/src/bt/
Desp_bt_adapter.c171 extern int btdm_dispatch_work_to_controller(workitem_handler_t callback, void *arg, bool blocking);
/hal_espressif-latest/components/esp_hw_support/
DKconfig195 …E: These callbacks are executed from the IDLE task context hence you cannot have any blocking calls
/hal_espressif-latest/components/bt/controller/esp32/
Dbt.c201 extern int btdm_dispatch_work_to_controller(workitem_handler_t callback, void *arg, bool blocking);
/hal_espressif-latest/components/mbedtls/
DKconfig363 Enable "non-blocking" ECC operations that can return early and be resumed.