Home
last modified time | relevance | path

Searched defs:connection (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/docs/en/get-started/
Destablish-serial-connection.rst82 Windows and Linux
110 macOS
136 Example Output
/hal_espressif-3.6.0/examples/storage/sd_card/sdmmc/
DREADME.md40 ### Note about GPIO2 (ESP32 only)
46 ### Note about GPIO12 (ESP32 only)
/hal_espressif-3.6.0/docs/en/get-started-legacy/
Destablish-serial-connection.rst154 …mentation: https://github.com/espressif/esptool/wiki/ESP32-Boot-Mode-Selection#automatic-bootloader
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_bgconn.c76 background_connection_t *connection = hash_map_get(background_connections, address); in background_connection_add() local
104 background_connection_t *connection = hash_entry->data; in background_connections_pending_cb() local
/hal_espressif-3.6.0/components/esptool_py/esptool/
Desp_rfc2217_server.py57 def __init__(self, serial_port, connection, esp32r0_delay, logger=None): argument
/hal_espressif-3.6.0/examples/cxx/experimental/esp_mqtt_cxx/components/esp_mqtt_cxx/include/
Desp_mqtt_client_config.hpp215 Connection connection; member