Home
last modified time | relevance | path

Searched refs:device (Results 1 – 25 of 52) sorted by relevance

123

/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidd_conn.c73 p_hcon = &hd_cb.device.conn; in hidd_check_config_done()
77 hd_cb.device.state = HIDD_DEV_CONNECTED; in hidd_check_config_done()
78 hd_cb.callback(hd_cb.device.addr, HID_DHOST_EVT_OPEN, 0, NULL); in hidd_check_config_done()
158 p_dev = &hd_cb.device; in hidd_l2cif_connect_ind()
173 p_hcon = &hd_cb.device.conn; in hidd_l2cif_connect_ind()
230 tHID_DEV_DEV_CTB *p_dev = &hd_cb.device; in hidd_l2cif_connect_cfm()
231 tHID_CONN *p_hcon = &hd_cb.device.conn; in hidd_l2cif_connect_cfm()
253 …hd_cb.callback(hd_cb.device.addr, HID_DHOST_EVT_CLOSE, HID_L2CAP_CONN_FAIL | (uint32_t)result, NUL… in hidd_l2cif_connect_cfm()
281 p_hcon = &hd_cb.device.conn; in hidd_l2cif_config_ind()
305 if ((p_hcon->intr_cid = L2CA_ConnectReq(HID_PSM_INTERRUPT, hd_cb.device.addr)) == 0) { in hidd_l2cif_config_ind()
[all …]
Dhidd_api.c400 hd_cb.device.in_use = TRUE; in HID_DevPlugDevice()
401 memcpy(hd_cb.device.addr, addr, sizeof(BD_ADDR)); in HID_DevPlugDevice()
417 if (!memcmp(hd_cb.device.addr, addr, sizeof(BD_ADDR))) { in HID_DevUnplugDevice()
418 hd_cb.device.in_use = FALSE; in HID_DevUnplugDevice()
419 hd_cb.device.conn.conn_state = HID_CONN_STATE_UNUSED; in HID_DevUnplugDevice()
420 hd_cb.device.conn.ctrl_cid = 0; in HID_DevUnplugDevice()
421 hd_cb.device.conn.intr_cid = 0; in HID_DevUnplugDevice()
440 if (!hd_cb.device.in_use) { in HID_DevConnect()
443 if (hd_cb.device.state != HIDD_DEV_NO_CONN) { in HID_DevConnect()
463 if (!hd_cb.device.in_use) { in HID_DevDisconnect()
[all …]
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_master.c142 spi_device_t* device[DEV_NUM_MAX]; member
297 SPI_CHECK(host->device[x] == NULL, "not all CSses freed", ESP_ERR_INVALID_STATE); in spi_master_deinit_driver()
450 host->device[freecs] = dev; in spi_bus_add_device()
497 …SPI_CHECK(handle->host->cur_cs == DEV_NUM_MAX || handle->host->device[handle->host->cur_cs] != han… in spi_bus_remove_device()
517 assert(handle->host->device[handle->id] == handle); in spi_bus_remove_device()
518 handle->host->device[handle->id] = NULL; in spi_bus_remove_device()
558 return host->device[spi_bus_lock_get_dev_id(dev_lock)]; in get_acquiring_dev()
653 spi_device_t* dev = host->device[host->cur_cs]; in spi_post_trans()
693 if (!(host->device[cs]->cfg.flags & SPI_DEVICE_NO_RETURN_RESULT)) { in spi_intr()
695 xQueueSendFromISR(host->device[cs]->ret_queue, &host->cur_trans_buf, &do_yield); in spi_intr()
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/
DREADME.md7 …SH networking enables many-to-many (m:m) device communications and is optimized for creating large…
DKconfig.in162 When this option is enabled, and after an unprovisioned device is provisioned
168 Enable the device to be provisioned into a node. This option should be
169 enabled when an unprovisioned device is going to be provisioned into a
175 Enable the device to be a Provisioner. The option should be enabled when
176 a device is going to act as a Provisioner and provision unprovisioned
182 int "Maximum number of unprovisioned devices that can be added to device queue"
186 This option specifies how many unprovisioned devices can be added to device
188 queue in the bottom layer which is used to store unprovisioned device
282 Enable this option to allow the device to be provisioned over the
294 device beacon, users can use this option to change the frequency of sending
[all …]
/hal_espressif-latest/components/esp_netif/
DKconfig50 A user program can read/write link layer (L2) frames from/to ESP TAP device.
51 The ESP TAP device can be currently associated only with Ethernet physical interfaces.
59 …Maximum number of opened File descriptors (FD's) associated with ESP TAP device. ESP TAP FD's take…
/hal_espressif-latest/components/bt/controller/esp32/
DKconfig.in280 … BLE Sleep Clock Accuracy(SCA) for the local device is used to estimate window widening in BLE
320 …data and device address filtering. All different adv packets with the same address are allowed to …
340 … This way is to use advertising data and device address filtering. All different adv packets with
359 … When the maximum amount of device in the filter is reached, the oldest device will be refreshed.
367 … If the period value is non-zero, the controller will periodically clear the device information
372 … 1. The duplicate scan cache is full, the controller will delete the oldest device information and
373 add new device information.
374 …2. When the refresh period is up, the controller will clear all device information and start filte…
391 When the maximum amount of device in the filter is reached, the cache will be refreshed.
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dbasic-options.rst25 …enumerate all connected serial ports and try each one until it finds an Espressif device connected.
29 …l adapter, before a serial port is available. Consult the documentation for your particular device.
30 …en-us/HT203001>`__'s list of USB devices to identify the manufacturer or device ID when the adapte…
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/
Dtjpgd.h85 void *device; /* Pointer to I/O device identifiler for the session */ member
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/
Dtjpgd.h90 void *device; /* Pointer to I/O device identifiler for the session */ member
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/
Dtjpgd.h85 void *device; /* Pointer to I/O device identifiler for the session */ member
/hal_espressif-latest/components/esp_rom/include/esp32/rom/
Dtjpgd.h85 void* device; /* Pointer to I/O device identifiler for the session */ member
/hal_espressif-latest/components/bt/host/nimble/
DKconfig.in173 Enable this flag to make bonding persistent across device reboots
176 bool "Reset device identity when all bonding records are deleted"
182 of a previously paired peer to be used to determine whether a device
254 string "BLE GAP default device name"
258 The Device Name characteristic shall contain the name of the device as an UTF-8 string.
262 int "Maximum length of BLE device name in octets"
273 This is the default value of ATT MTU indicated by the device during an ATT MTU exchange.
277 hex "External appearance of the device"
449 Enable this option to allow the device to be provisioned over
459 Enable this option to allow the device to be provisioned over the GATT
[all …]
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dget-custom-mac-cmd.rst19 …ned, then you will see the message "Custom MAC Address is not set in the device". And in the summa…
/hal_espressif-latest/components/esp_wifi/include/
Desp_mesh_internal.h126 uint8_t device; /**< device power save duty*/ member
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/include/
Dhid_int.h104 tHID_DEV_DEV_CTB device; member
/hal_espressif-latest/components/bt/controller/esp32c3/
DKconfig.in275 …data and device address filtering. All different adv packets with the same address are allowed to …
313 When the maximum amount of device in the filter is reached, the cache will be refreshed.
321 … If the period value is non-zero, the controller will periodically clear the device information
326 … 1. The duplicate scan cache is full, the controller will delete the oldest device information and
327 add new device information.
328 …2. When the refresh period is up, the controller will clear all device information and start filte…
345 When the maximum amount of device in the filter is reached, the cache will be refreshed.
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
DKconfig.mac16 addresses in this range (either 1 or 2 per device.)
/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/tools/esptool_py/docs/en/advanced-topics/
Dspi-flash-modes.rst18 | Option | Mode Name | Pins Used | Speed (ESP device) …
29 In general, choose the fastest option for flash_mode that works with your device. Not all devices s…
46 …In single SPI mode, data is sent from the device to the host using the MISO pin and from the host …
/hal_espressif-latest/components/bt/controller/esp32c6/
DKconfig.in458 Sleep clock accuracy of our device (in ppm)
577 …data and device address filtering. All different adv packets with the same address are allowed to …
597 … This way is to use advertising data and device address filtering. All different adv packets with
615 … If the period value is non-zero, the controller will periodically clear the device information
620 … 1. The duplicate scan cache is full, the controller will delete the oldest device information and
621 add new device information.
622 …2. When the refresh period is up, the controller will clear all device information and start filte…
/hal_espressif-latest/components/bt/controller/esp32h2/
DKconfig.in449 Sleep clock accuracy of our device (in ppm)
569 …data and device address filtering. All different adv packets with the same address are allowed to …
589 … This way is to use advertising data and device address filtering. All different adv packets with
607 … If the period value is non-zero, the controller will periodically clear the device information
612 … 1. The duplicate scan cache is full, the controller will delete the oldest device information and
613 add new device information.
614 …2. When the refresh period is up, the controller will clear all device information and start filte…
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
DKconfig.mac18 addresses in this range (either 2 or 4 per device.)
/hal_espressif-latest/components/esp_hw_support/port/esp32/
DKconfig.mac18 addresses in this range (either 2 or 4 per device.)
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
DKconfig.mac22 addresses in this range (either 2 or 4 per device.)

123