Home
last modified time | relevance | path

Searched refs:future (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-3.7.0/components/bt/common/osi/
Dfuture.c24 void future_free(future_t *future);
62 void future_ready(future_t *future, void *value) in future_ready() argument
64 assert(future != NULL); in future_ready()
65 assert(future->ready_can_be_called); in future_ready()
67 future->ready_can_be_called = false; in future_ready()
68 future->result = value; in future_ready()
69 osi_sem_give(&future->semaphore); in future_ready()
72 void *future_await(future_t *future) in future_await() argument
74 assert(future != NULL); in future_await()
77 if (future->semaphore) { in future_await()
[all …]
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/include/btc/
Dbtc_main.h36 future_t *future;
39 future_t *future;
42 future_t *future;
45 future_t *future;
49 bt_status_t btc_enable_bluetooth(future_t *future);
50 void btc_disable_bluetooth(future_t *future);
51 bt_status_t btc_init_bluetooth(future_t *future);
52 void btc_deinit_bluetooth(future_t *future);
/hal_espressif-3.7.0/components/bt/common/osi/include/osi/
Dfuture.h24 struct future { struct
29 typedef struct future future_t; argument
45 void future_ready(future_t *future, void *value);
52 void future_free(future_t *future);
/hal_espressif-3.7.0/components/driver/deprecated/driver/
Dperiph_ctrl.h7 #warning driver/periph_ctrl.h header is no longer used, and will be removed in future versions.
Drtc_cntl.h7 #warning driver/rtc_cntl.h header is no longer used, and will be removed in future versions.
/hal_espressif-3.7.0/components/wpa_supplicant/
DCOPYING13 the BSD license option for future distribution. As such, the GPL v2
/hal_espressif-3.7.0/components/bt/host/bluedroid/hci/
Dhci_layer.c278 future_t *future = future_new(); in transmit_command_futured() local
280 metadata->complete_future = future; in transmit_command_futured()
288 return future; in transmit_command_futured()
/hal_espressif-3.7.0/components/hal/
Dspi_flash_hal_common.inc93 * Some flash chips, when working under some IO modes (DIO, QIO and OIO in the future), treat
120 * - On future chips without dummy output feature, we follow the ESP32C6 (QIO)
/hal_espressif-3.7.0/tools/esptool_py/docs/en/
Dversions.rst33 Use the latest esptool without any future breaking change
/hal_espressif-3.7.0/components/bt/porting/ext/tinycrypt/documentation/
Dtinycrypt.rst140 be changed in future versions of the library as there are applications
/hal_espressif-3.7.0/tools/esptool_py/docs/en/espefuse/
Dburn-key-cmd.rst109 …ncryption (low 128 bits of eFuse block), rest part of eFuse block is not possible to use in future.
/hal_espressif-3.7.0/tools/esptool_py/docs/en/esptool/
Dbasic-commands.rst230 …the ``--version 2`` option. This extended output will become the default in a future major release.
/hal_espressif-3.7.0/components/bt/
DCMakeLists.txt62 "common/osi/future.c"
/hal_espressif-3.7.0/tools/esptool_py/docs/en/advanced-topics/
Dserial-protocol.rst14 …e IRAM of the chip. The stub loader then replaces the ROM loader for all future interactions. This…
/hal_espressif-3.7.0/components/bootloader/
DKconfig.projbuild1039 … Download Mode. This prevents any future use of esptool.py, espefuse.py and similar tools.