Home
last modified time | relevance | path

Searched refs:request (Results 1 – 18 of 18) sorted by relevance

/hal_espressif-latest/components/esp_coex/src/
Dcoexist.c74 … gpio_pin.priority || gpio_pin.tx_line == gpio_pin.grant || gpio_pin.tx_line == gpio_pin.request) { in is_legal_external_coex_gpio()
81 …io_pin.priority) || gpio_pin.priority == gpio_pin.grant || gpio_pin.priority == gpio_pin.request) { in is_legal_external_coex_gpio()
88 if(!GPIO_IS_VALID_GPIO(gpio_pin.grant) || gpio_pin.grant == gpio_pin.request) { in is_legal_external_coex_gpio()
95 if(!GPIO_IS_VALID_GPIO(gpio_pin.request)) { in is_legal_external_coex_gpio()
107 …rnal_coex_gpio_set_t *gpio_pin, external_coex_wire_t wire_type, uint32_t request, uint32_t priorit… in esp_external_coex_set_gpio_pin() argument
118 gpio_pin->request = request; in esp_external_coex_set_gpio_pin()
123 gpio_pin->request = request; in esp_external_coex_set_gpio_pin()
144 …l_coex_leader_role_set_gpio_pin(external_coex_wire_t wire_type, uint32_t request, uint32_t priorit… in esp_external_coex_leader_role_set_gpio_pin() argument
148 esp_external_coex_set_gpio_pin(&gpio_pin, wire_type, request, priority, grant); in esp_external_coex_leader_role_set_gpio_pin()
152 …coex_follower_role_set_gpio_pin(external_coex_wire_t wire_type, uint32_t request, uint32_t priorit… in esp_external_coex_follower_role_set_gpio_pin() argument
[all …]
/hal_espressif-latest/components/esp_coex/include/
Desp_coexist.h56 gpio_num_t request; /**< request gpio signal from follower to leader */ member
179 …l_coex_leader_role_set_gpio_pin(external_coex_wire_t wire_type, uint32_t request, uint32_t priorit…
191 …coex_follower_role_set_gpio_pin(external_coex_wire_t wire_type, uint32_t request, uint32_t priorit…
/hal_espressif-latest/tools/esptool_py/ci/
Ddownload_flasher_stubs.py8 import urllib.request
78 urllib.request.urlretrieve(url, dest)
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_utils.c85 BOOLEAN gap_is_service_busy (UINT16 request) in gap_is_service_busy() argument
91 if (p_cb->in_use && p_cb->event == request) { in gap_is_service_busy()
/hal_espressif-latest/components/newlib/platform_include/sys/
Dioctl.h13 int ioctl(int fd, int request, ...);
/hal_espressif-latest/components/spi_flash/
Dspi_flash_os_func_app.c115 uint32_t request = 0; in spi_flash_os_check_yield() local
118 request = SPI_FLASH_YIELD_REQ_YIELD; in spi_flash_os_check_yield()
122 *out_request = request; in spi_flash_os_check_yield()
Dspi_flash_chip_generic.c351 uint32_t request; in spi_flash_chip_generic_yield() local
353 err = chip->os_func->check_yield(chip->os_func_data, flags, &request); in spi_flash_chip_generic_yield()
355 if (err == ESP_OK && (request & SPI_FLASH_YIELD_REQ_YIELD) != 0) { in spi_flash_chip_generic_yield()
/hal_espressif-latest/components/bt/controller/esp32/
Dhli_api.c32 int (* request)(uint32_t, uint32_t, uint32_t); member
42 if (cus_swisr->customer_cb.cb.request != NULL) { in customer_swisr_handle()
43 cus_swisr->customer_cb.cb.request(cus_swisr->arg0, cus_swisr->arg1, cus_swisr->arg2); in customer_swisr_handle()
DKconfig.in406 …minimize collision of scan request PDUs from nultiple scanners. If scan backoff is disabled, in ac…
407 scanning, scan request PDU will be sent every time when HW receives scannable ADV PDU.
/hal_espressif-latest/
DREADME.md8 For any support or feature request, refer to Zephyr's [main repository](https://github.com/zephyrpr…
/hal_espressif-latest/tools/esptool_py/docs/en/
Dresources.rst12 …esptool/issues>`_ section on GitHub if you find a bug or have a feature request. Please check exi…
/hal_espressif-latest/tools/esptool_py/
DCONTRIBUTING.rst67 …re they grouped together into logical changes (one major change per pull request)? Are any commits…
176 …If you are developing the stub flasher and plan to send a pull request, please use the latest tool…
178 …e Pull Request, there will probably be some discussion in the comments field of the request itself.
/hal_espressif-latest/tools/esptool_py/flasher_stub/
DREADME.md23 …our PATH. If you are developing the stub flasher and plan to send a pull request, please use the l…
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dserial-protocol.rst23 …he host computer sends a SLIP encoded command request to the ESP chip. The ESP chip responds to th…
72 | 1 | Command | Same value as Command identifier in the request packet that triggered the …
138 | ``0x0a`` | "Flash read length error" - SPI read request length is too long |
151 …sponse packets until one is received where the Command field matches the request's Command field, …
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h518 BOOLEAN btm_ble_topology_check(tBTM_BLE_STATE_MASK request);
/hal_espressif-latest/components/bt/controller/esp32c3/
DKconfig.in469 …minimize collision of scan request PDUs from nultiple scanners. If scan backoff is disabled, in ac…
470 scanning, scan request PDU will be sent every time when HW receives scannable ADV PDU.
/hal_espressif-latest/components/bt/esp_ble_mesh/
DKconfig.in803 request and listening for a response. This delay allows the Friend
837 request to enable scanning is made.
/hal_espressif-latest/components/esp_wifi/
DKconfig534 BTM: BSS transition management enables an AP to request a station to transition