Home
last modified time | relevance | path

Searched refs:wait (Results 1 – 21 of 21) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/av/
Dbta_av_aact.c336 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 …]
Dbta_av_main.c1094 p_scb->wait |= BTA_AV_WAIT_ROLE_SW_RES_START; in bta_av_link_role_ok()
/hal_espressif-latest/components/driver/spi/
Dspi_bus_lock.c563 …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/
Dgdbhelper.py57 process.wait()
96 self.websocket_client.wait([('event', 'debug_finished')])
Dweb_socket_client.py91 def wait(self, expect_iterable): # type: (list) -> None member in WebSocketClient
Dserial_handler.py38 p.wait()
40 p.wait()
Dcoredump.py63 self.websocket_client.wait([('event', 'debug_finished')])
/hal_espressif-latest/components/driver/include/esp_private/
Dspi_common_internal.h590 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/
Drtc_cntl_ll.h130 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/
Ddriver.h197 unsigned int chan, unsigned int wait,
/hal_espressif-latest/components/driver/spi/include/driver/
Dspi_master.h335 esp_err_t spi_device_acquire_bus(spi_device_handle_t device, TickType_t wait);
/hal_espressif-latest/zephyr/
DKconfig102 int "Extra delay (in us) after flash powerdown sleep wakeup to wait flash ready"
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_master.c973 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/
Dconfiguration-file.rst108 | 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/
Dbta_av_int.h471 … UINT8 wait; /* set 0x1, when getting Caps as ACP, set 0x2, when started */ member
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_common.c784 unsigned int wait, in wpa_drv_send_action() argument
/hal_espressif-latest/components/esp_wifi/
DKconfig347 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/
DKconfig146 int "Extra delay (in us) after flash powerdown sleep wakeup to wait flash ready"
/hal_espressif-latest/components/bt/esp_ble_mesh/
DKconfig.in636 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/
DKconfig58 wait before the device reboots.
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dserial-protocol.rst323 …* The host should wait until it sees a valid response to a SYNC command, indicating the ESP chip …