/hal_espressif-latest/components/bt/host/bluedroid/bta/av/ |
D | bta_av_aact.c | 336 if ((p_scb->wait & BTA_AV_WAIT_ROLE_SW_BITS) == 0) { in bta_av_st_rc_timer() 339 p_scb->wait |= BTA_AV_WAIT_CHECK_RC; in bta_av_st_rc_timer() 765 APPL_TRACE_DEBUG("bta_av_switch_role wait:x%x", p_scb->wait); in bta_av_switch_role() 766 if (p_scb->wait & BTA_AV_WAIT_ROLE_SW_RES_START) { in bta_av_switch_role() 767 p_scb->wait |= BTA_AV_WAIT_ROLE_SW_RETRY; in bta_av_switch_role() 771 p_scb->wait &= ~(BTA_AV_WAIT_ROLE_SW_RES_OPEN | BTA_AV_WAIT_ROLE_SW_RES_START); in bta_av_switch_role() 775 p_scb->wait |= BTA_AV_WAIT_ROLE_SW_RES_OPEN; in bta_av_switch_role() 790 p_scb->wait &= ~BTA_AV_WAIT_ROLE_SW_RETRY; in bta_av_switch_role() 813 …APPL_TRACE_DEBUG("bta_av_role_res q_tag:%d, wait:x%x, role:x%x", p_scb->q_tag, p_scb->wait, p_scb-… in bta_av_role_res() 819 if (p_scb->wait & BTA_AV_WAIT_ROLE_SW_STARTED) { in bta_av_role_res() [all …]
|
D | bta_av_main.c | 1094 p_scb->wait |= BTA_AV_WAIT_ROLE_SW_RES_START; in bta_av_link_role_ok()
|
/hal_espressif-latest/components/driver/spi/ |
D | spi_bus_lock.c | 563 …I_MASTER_ISR_ATTR static inline esp_err_t dev_wait(spi_bus_lock_dev_t *dev_handle, TickType_t wait) in dev_wait() argument 565 BaseType_t ret = xSemaphoreTake(dev_handle->semphr, wait); in dev_wait() 705 IRAM_ATTR esp_err_t spi_bus_lock_acquire_start(spi_bus_lock_dev_t *dev_handle, TickType_t wait) in spi_bus_lock_acquire_start() argument 707 …ESP_RETURN_ON_FALSE_ISR(wait == portMAX_DELAY, ESP_ERR_INVALID_ARG, TAG, "timeout other than portM… in spi_bus_lock_acquire_start() 715 esp_err_t err = dev_wait(dev_handle, wait); in spi_bus_lock_acquire_start() 767 IRAM_ATTR esp_err_t spi_bus_lock_wait_bg_done(spi_bus_lock_dev_handle_t dev_handle, TickType_t wait) in spi_bus_lock_wait_bg_done() argument 772 …ESP_RETURN_ON_FALSE_ISR(wait == portMAX_DELAY, ESP_ERR_INVALID_ARG, TAG, "timeout other than portM… in spi_bus_lock_wait_bg_done() 781 esp_err_t err = dev_wait(dev_handle, wait); in spi_bus_lock_wait_bg_done()
|
/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/ |
D | gdbhelper.py | 57 process.wait() 96 self.websocket_client.wait([('event', 'debug_finished')])
|
D | web_socket_client.py | 91 def wait(self, expect_iterable): # type: (list) -> None member in WebSocketClient
|
D | serial_handler.py | 38 p.wait() 40 p.wait()
|
D | coredump.py | 63 self.websocket_client.wait([('event', 'debug_finished')])
|
/hal_espressif-latest/components/driver/include/esp_private/ |
D | spi_common_internal.h | 590 esp_err_t spi_bus_lock_acquire_start(spi_bus_lock_dev_handle_t dev_handle, uint32_t wait); 651 esp_err_t spi_bus_lock_wait_bg_done(spi_bus_lock_dev_handle_t dev_handle, uint32_t wait);
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | rtc_cntl_ll.h | 130 FORCE_INLINE_ATTR void rtc_cntl_ll_config_cpu_retention_timing(int wait, int clkoff_wait, int done_… in rtc_cntl_ll_config_cpu_retention_timing() argument 132 REG_SET_FIELD(RTC_CNTL_RETENTION_CTRL_REG, RTC_CNTL_RETENTION_WAIT, wait); in rtc_cntl_ll_config_cpu_retention_timing()
|
/hal_espressif-latest/components/wpa_supplicant/src/drivers/ |
D | driver.h | 197 unsigned int chan, unsigned int wait,
|
/hal_espressif-latest/components/driver/spi/include/driver/ |
D | spi_master.h | 335 esp_err_t spi_device_acquire_bus(spi_device_handle_t device, TickType_t wait);
|
/hal_espressif-latest/zephyr/ |
D | Kconfig | 102 int "Extra delay (in us) after flash powerdown sleep wakeup to wait flash ready"
|
/hal_espressif-latest/components/driver/spi/gpspi/ |
D | spi_master.c | 973 esp_err_t SPI_MASTER_ISR_ATTR spi_device_acquire_bus(spi_device_t *device, TickType_t wait) in spi_device_acquire_bus() argument 976 SPI_CHECK(wait==portMAX_DELAY, "acquire finite time not supported now.", ESP_ERR_INVALID_ARG); in spi_device_acquire_bus() 979 esp_err_t ret = spi_bus_lock_acquire_start(device->dev_lock, wait); in spi_device_acquire_bus()
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | configuration-file.rst | 108 | reset_delay | Time to wait before the boot pin is released after reset | 0.05 s…
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/include/ |
D | bta_av_int.h | 471 … UINT8 wait; /* set 0x1, when getting Caps as ACP, set 0x2, when started */ member
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_common.c | 784 unsigned int wait, in wpa_drv_send_action() argument
|
/hal_espressif-latest/components/esp_wifi/ |
D | Kconfig | 347 int "Minimum wait broadcast data time" 352 … that AP will send broadcast packet, it will wait for ESP_WIFI_SLP_DEFAULT_WAIT_BROADCAST_DATA_TIME
|
/hal_espressif-latest/components/esp_hw_support/ |
D | Kconfig | 146 int "Extra delay (in us) after flash powerdown sleep wakeup to wait flash ready"
|
/hal_espressif-latest/components/bt/esp_ble_mesh/ |
D | Kconfig.in | 636 should wait for the completion of the previous one. 648 it should wait for the completion of the previous one.
|
/hal_espressif-latest/components/esp_system/ |
D | Kconfig | 58 wait before the device reboots.
|
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/ |
D | serial-protocol.rst | 323 …* The host should wait until it sees a valid response to a SYNC command, indicating the ESP chip …
|