/hal_espressif-latest/components/bt/host/bluedroid/device/ |
D | interop.c | 31 static const char *interop_feature_string(const interop_feature_t feature) in interop_feature_string() argument 33 switch (feature) { in interop_feature_string() 42 bool interop_match(const interop_feature_t feature, const bt_bdaddr_t *addr) in interop_match() argument 49 if (feature == interop_database[i].feature && in interop_match() 55 bdaddr_to_string(addr, bdstr, sizeof(bdstr)), interop_feature_string(feature)); in interop_match()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gatts_co.c | 179 void bta_gatts_co_cl_feat_save(BD_ADDR remote_addr, UINT8 *feature) in bta_gatts_co_cl_feat_save() argument 184 btc_storage_set_gatt_cl_supp_feat(&bd_addr, feature, 1); in bta_gatts_co_cl_feat_save() 221 void bta_gatts_co_cl_feat_load(BD_ADDR remote_addr, UINT8 *feature) in bta_gatts_co_cl_feat_load() argument 226 btc_storage_get_gatt_cl_supp_feat(&bd_addr, feature, 1); in bta_gatts_co_cl_feat_load()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_gatts_co.h | 80 extern void bta_gatts_co_cl_feat_save(BD_ADDR remote_addr, UINT8 *feature); 84 extern void bta_gatts_co_cl_feat_load(BD_ADDR remote_addr, UINT8 *feature);
|
/hal_espressif-latest/components/esp_system/port/soc/esp32/ |
D | Kconfig.tracemem | 12 bool "Use TRAX tracing feature" 16 The ESP32 contains a feature which allows you to trace the execution path the processor 27 The ESP32 contains a feature which allows you to trace the execution path the processor
|
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/ |
D | Kconfig.tracemem | 12 bool "Use TRAX tracing feature" 16 … The esp32-s3 contains a feature which allows you to trace the execution path the processor 27 … The esp32-s3 contains a feature which allows you to trace the execution path the processor
|
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/ |
D | Kconfig.tracemem | 12 bool "Use TRAX tracing feature" 16 … The ESP32S2 contains a feature which allows you to trace the execution path the processor
|
/hal_espressif-latest/components/esp_pm/ |
D | Kconfig | 33 This feature can be used to analyze which locks are preventing the chip 35 in each power saving mode. This feature does incur some run-time 46 This feature is intended to be used when analyzing/debugging behavior 56 This feature is intended to be used when lower power consumption is needed 65 This feature is intended to be used when lower power consumption is needed 72 … This feature is intended to disable all GPIO pins at automantic sleep to get a lower power mode. 75 you can call 'gpio_sleep_sel_dis' to disable this feature on those pins. 76 …You can also keep this feature on and call 'gpio_sleep_set_direction' and 'gpio_sleep_set_pull_mod…
|
/hal_espressif-latest/components/bt/host/bluedroid/device/include/device/ |
D | interop.h | 43 bool interop_match(const interop_feature_t feature, const bt_bdaddr_t *addr);
|
D | interop_database.h | 27 interop_feature_t feature; member
|
/hal_espressif-latest/components/hal/ |
D | spi_flash_hal_common.inc | 96 * transaction. We have to output all ones in these cycles because we don't need this feature. 105 // The CONTROL_DUMMY_OUTPUT feature is used to control M7-M0 bits. 112 * We send continuous mode bits via the dummy output feature, so as to support 115 * On chips without dummy output feature (ESP32, ESP32C6), we fallback to use 120 * - On future chips without dummy output feature, we follow the ESP32C6 (QIO)
|
/hal_espressif-latest/components/spi_flash/ |
D | Kconfig | 42 …Whether the High Performance Mode of Flash is enabled. As an optional feature, user needs to manua… 70 …This feature needs your bootloader to be compiled DC-aware (BOOTLOADER_FLASH_DC_AWARE=y). Otherwis… 93 To evaluate if you can use this feature refer to 96 CAUTION: If you want to OTA to an app with this feature turned on, please make 100 to check if the module has the flash that support this feature installed. 105 bool "Enable XMC-C series flash chip suspend feature anyway" 108 … XMC-C series is regarded as not qualified for the Suspend feature, since its specification 109 … has a tRS >= 1ms restriction. We strongly do not suggest using it for the Suspend feature. 110 … However, if your product in field has enabled this feature, you may still enable this 206 Note that this feature *does not* check calls to the esp_rom_xxx SPI flash [all …]
|
D | spi_flash_hpm_enable.c | 52 #warning High Performance Mode (QSPI Flash > 80MHz) is optional feature that depends on flash model… 227 #warning To enable this feature, your bootloader needs to have the support for it (by explicitly se…
|
/hal_espressif-latest/components/esp_common/ |
D | project_include.cmake | 14 …message(WARNING "Building ESP-IDF with clang is an experimental feature and is not yet officially …
|
/hal_espressif-latest/ |
D | README.md | 8 For any support or feature request, refer to Zephyr's [main repository](https://github.com/zephyrpr…
|
/hal_espressif-latest/components/driver/spi/include/driver/ |
D | spi_slave_hd.h | 23 #error The SPI peripheral does not support this feature
|
/hal_espressif-latest/components/bt/controller/esp32c2/ |
D | Kconfig.in | 106 bool "Enable BLE 5 feature" 110 Enable BLE 5 feature 358 bool "Enable BLE SM feature" 362 Enable BLE sm feature 534 bool "Enable TX CCA feature" 537 …Enable CCA feature to cancel sending the packet if the signal power is stronger than CCA threshold. 540 bool "Enable Direct Test Mode (DTM) feature"
|
/hal_espressif-latest/components/bt/esp_ble_mesh/ |
D | README.md | 14 …//docs.espressif.com/projects/esp-idf/en/latest/api-guides/esp_ble_mesh/ble_mesh-feature-list.html)
|
/hal_espressif-latest/components/bt/controller/esp32c6/ |
D | Kconfig.in | 138 bool "Enable BLE 5 feature" 142 Enable BLE 5 feature 229 Set this option to enable the Power Control feature on controller 392 bool "Enable BLE SM feature" 396 Enable BLE sm feature 630 bool "Enable TX CCA feature" 633 …Enable CCA feature to cancel sending the packet if the signal power is stronger than CCA threshold.
|
/hal_espressif-latest/components/bt/controller/esp32h2/ |
D | Kconfig.in | 138 bool "Enable BLE 5 feature" 142 Enable BLE 5 feature 229 Set this option to enable the Power Control feature on controller 383 bool "Enable BLE SM feature" 387 Enable BLE sm feature 622 bool "Enable TX CCA feature" 625 …Enable CCA feature to cancel sending the packet if the signal power is stronger than CCA threshold.
|
/hal_espressif-latest/components/esp_wifi/ |
D | Kconfig | 153 Select this option to enable CSI(Channel State Information) feature. CSI takes about 155 this feature in order to save memory. 161 Select this option to enable AMPDU TX feature 180 Select this option to enable AMPDU RX feature 202 Select this option to enable AMSDU TX feature 288 … PMF (Protected Management Frames) is a prerequisite feature for a WPA3 connection, it needs to be 312 … PMF (Protected Management Frames) is a prerequisite feature for a WPA3 connection, it needs to be 361 Enable feature Fine Timing Measurement for calculating WiFi Round-Trip-Time (RTT). 465 Enable WiFi Aware (NAN) feature.
|
/hal_espressif-latest/tools/esptool_py/ |
D | CONTRIBUTING.rst | 34 (This command uses the “extras” feature of setuptools.) 50 Feel free to post feature requests. It’s helpful if you can explain exactly why the feature would b… 52 There are usually some outstanding feature requests in the `existing issues list <https://github.co…
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | index.rst | 95 …ng the block's coding scheme. Use the :ref:`perform-multiple-operations` feature or list multiple … 107 …to one block using different commands, you can use this feature - multiple commands. This feature … 174 - Combine multiple commands into one with this :ref:`perform-multiple-operations` feature.
|
/hal_espressif-latest/tools/esptool_py/docs/en/ |
D | resources.rst | 12 …pressif/esptool/issues>`_ section on GitHub if you find a bug or have a feature request. Please c…
|
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/ |
D | esp_ble_mesh_config_model_api.h | 64 …uint16_t feature; /*!< Bit field indicating features that trigger Heartbeat messages… member 324 …uint16_t feature; /*!< Bit field indicating features that trigger Heartbeat messages… member
|
/hal_espressif-latest/components/efuse/ |
D | Kconfig | 36 … a feature to keep eFuses after reboots in flash memory. To use this mode the partition_table
|