/hal_espressif-3.5.0/components/esp_hw_support/include/soc/esp32s2/ |
D | memprot.h | 48 //memory range types 257 * Applicable to all memory types. 271 * Applicable to all memory types. 285 * Applicable only to IRAM memory types 299 * Applicable only to DRAM memory types 315 * Applicable only to DRAM memory types 332 * Applicable only to IRAM memory types 351 * Applicable only to IRAM memory types 367 * @brief Activates memory protection for all supported memory region types 373 …* @param mem_type_mask holds a set of required memory protection types (bitmask built of mem_type_… [all …]
|
D | soc_memprot_types.h | 8 // ESP32-S2 PMS memory protection types 21 * @brief Memory types recognized by PMS 54 uint32_t mem_type_mask; /*!< Memory types required to protect. See esp_mprot_mem_t enum */
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/external/sbc/decoder/include/ |
D | oi_cpu_dep.h | 24 * compiler, including primitive data types and endianness. 26 * This file defines the byte order and primitive data types for various 126 …ELEMENT_UNION; /**< Type for first element of a union to support all data types up to pointer widt… 172 …ELEMENT_UNION; /**< Type for first element of a union to support all data types up to pointer widt… 194 …ELEMENT_UNION; /**< Type for first element of a union to support all data types up to pointer widt… 203 #error basic types not defined 220 …ELEMENT_UNION; /**< Type for first element of a union to support all data types up to pointer widt… 230 #error basic types not defined 249 …ELEMENT_UNION; /**< Type for first element of a union to support all data types up to pointer widt… 272 …ELEMENT_UNION; /**< Type for first element of a union to support all data types up to pointer widt… [all …]
|
/hal_espressif-3.5.0/components/ieee802154/include/ |
D | esp_ieee802154_types.h | 25 * @brief The radio state types. 35 * @brief The transmit error types. 49 * @brief The CCA mode types. 59 * @brief The frame pending mode types.
|
/hal_espressif-3.5.0/components/esp_netif/lwip/ |
D | esp_netif_lwip_internal.h | 80 * @brief Additional netif types when related data are needed 89 * @brief Related data to esp-netif (additional data for some special types of netif 90 * (typically for point-point network types, such as PPP or SLIP) 128 // misc flags, types, keys, priority
|
/hal_espressif-3.5.0/tools/kconfig_new/ |
D | README.md | 98 ### KConfig Item Types 100 * `string` types are represented as JSON strings. 101 * `bool` and `tristate` types are represented as JSON Booleans, the third `tristate` state is not s… 102 * `int` types are represented as JSON integers 103 * `hex` types are also represented as JSON integers, clients should read the separate metadata file…
|
/hal_espressif-3.5.0/components/hal/include/hal/ |
D | usb_types_private.h | 16 Note: This header file contains USB2.0 related types and macros that can be used by code specific t… 18 including) the HAL layer. For types and macros that are HW implementation agnostic (i.e., HCD layer… 38 * @brief USB transfer types supported by the DWC OTG controller
|
/hal_espressif-3.5.0/components/usb/ |
D | Kconfig | 34 - IN (all transfer types), 408 bytes 39 - IN (all transfer types), 600 bytes 44 - IN (all transfer types), 128 bytes
|
/hal_espressif-3.5.0/components/openssl/include/openssl/ |
D | bio.h | 24 /* These are the 'types' of BIOs */ 41 * Current implementation return NULL as file types are discouraged on ESP platform 99 * BIO_TYPE_BIO behaves the same way as OpenSSL bio object, other BIO types mock 117 * Other types just hold pointer
|
/hal_espressif-3.5.0/components/esp_hw_support/include/soc/esp32h2/ |
D | soc_memprot_types.h | 8 // ESP32-H2 PMS memory protection types 21 * @brief Memory types recognized by PMS 54 uint32_t mem_type_mask; /*!< Memory types required to protect. See esp_mprot_mem_t enum */
|
/hal_espressif-3.5.0/tools/kconfig_new/test/confgen/ |
D | test_confgen.py | 226 choice TYPES 227 prompt "types" 230 Description of TYPES 251 types 255 Description of TYPES
|
/hal_espressif-3.5.0/components/esp_rom/include/esp32s3/rom/ |
D | tjpgd.h | 20 /* These types must be 16-bit, 32-bit or larger integer */ 24 /* These types must be 8-bit integer */ 29 /* These types must be 16-bit integer */ 35 /* These types must be 32-bit integer */
|
/hal_espressif-3.5.0/components/esp_rom/include/esp32/rom/ |
D | tjpgd.h | 20 /* These types must be 16-bit, 32-bit or larger integer */ 24 /* These types must be 8-bit integer */ 29 /* These types must be 16-bit integer */ 35 /* These types must be 32-bit integer */
|
/hal_espressif-3.5.0/components/esp_rom/include/esp32c3/rom/ |
D | tjpgd.h | 20 /* These types must be 16-bit, 32-bit or larger integer */ 24 /* These types must be 8-bit integer */ 29 /* These types must be 16-bit integer */ 35 /* These types must be 32-bit integer */
|
/hal_espressif-3.5.0/components/esp_rom/include/esp32h2/rom/ |
D | tjpgd.h | 20 /* These types must be 16-bit, 32-bit or larger integer */ 24 /* These types must be 8-bit integer */ 29 /* These types must be 16-bit integer */ 35 /* These types must be 32-bit integer */
|
/hal_espressif-3.5.0/components/esp_hw_support/include/soc/esp32s3/ |
D | soc_memprot_types.h | 8 // ESP32-S3 PMS memory protection types 21 * @brief Memory types recognized by PMS 54 uint32_t mem_type_mask; /*!< Memory types required to protect. See esp_mprot_mem_t enum */
|
/hal_espressif-3.5.0/components/partition_table/ |
D | gen_esp32part.py | 46 TYPES = { variable 55 return TYPES[ptype] 243 …otadata_duplicates = [p for p in self if p.type == TYPES['data'] and p.subtype == SUBTYPES[DATA_TY… 311 SUBTYPES[TYPES['app']]['ota_%d' % ota_slot] = MIN_PARTITION_SUBTYPE_APP_OTA + ota_slot 378 return parse_int(strval, TYPES) 382 if self.type == TYPES['app']: 412 if self.name in TYPES and TYPES.get(self.name, '') != self.type: 475 lookup_keyword(self.type, TYPES),
|
/hal_espressif-3.5.0/components/expat/port/include/ |
D | expat_config.h | 47 /* Define to 1 if you have the <sys/types.h> header file. */ 99 /* Define to `long int' if <sys/types.h> does not define. */ 102 /* Define to `unsigned int' if <sys/types.h> does not define. */
|
/hal_espressif-3.5.0/components/esp_hw_support/include/soc/esp32c3/ |
D | soc_memprot_types.h | 8 // ESP32-C3 PMS memory protection types 21 * @brief Memory types recognized by PMS 74 uint32_t mem_type_mask; /*!< Memory types required to protect. See esp_mprot_mem_t enum */
|
/hal_espressif-3.5.0/components/newlib/platform_include/sys/ |
D | time.h | 10 we include them here in advance (_ansi.h and sys/types.h). 14 #include <sys/types.h>
|
/hal_espressif-3.5.0/components/nvs_flash/include/ |
D | nvs_handle.hpp | 13 * The possible blob types. This is a helper definition for template functions. 48 …* @param[in] value The value to set. Allowed types are the ones declared in ItemType as well as… 82 …* @param value The output value. All integral types which are declared in ItemType as… 244 * Help to translate all integral types into ItemType. 253 * Help to translate all enum types into integral ItemType.
|
/hal_espressif-3.5.0/docs/en/api-reference/system/ |
D | mem_alloc.rst | 11 Because {IDF_TARGET_NAME} uses multiple types of RAM, it also contains multiple heaps with differen… 15 However, in order to fully make use of all of the memory types and their characteristics, ESP-IDF a… 21 The {IDF_TARGET_NAME} contains multiple types of RAM: 27 For more details on these internal memory types, see :ref:`memory-layout`. 64 … If memory is allocated from a D/IRAM region, the free heap size for both types of memory will dec…
|
/hal_espressif-3.5.0/tools/ci/python_packages/tiny_test_fw/Utility/ |
D | SearchCases.py | 19 import types 37 if isinstance(mod.__getattribute__(x), types.FunctionType)]: 91 fn = types.FunctionType(f.__code__, f.__globals__, name if name else f.__name__,
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/btm/ |
D | btm_sco.c | 22 * operations such as connect, disconnect, change supported packet types. 62 (BTM_SCO_PKT_TYPES_MASK_HV1 + /* Packet Types */ 193 /* If SCO request, remove eSCO packet types (conformance) */ in btm_esco_conn_rsp() 198 /* OR in any exception packet types */ in btm_esco_conn_rsp() 498 /* OR in any exception packet types */ in btm_send_connect_request() 520 ** If so, we cannot use SCO-only packet types (HFP 1.7) in btm_send_connect_request() 527 /* Return error if no packet types left */ in btm_send_connect_request() 529 … BTM_TRACE_ERROR("%s: SCO Conn (BR/EDR SC): No packet types available",__FUNCTION__); in btm_send_connect_request() 600 p_sco->esco.data.link_type = BTM_LINK_TYPE_ESCO; /* Accept with all supported types */ in btm_accept_sco_link() 602 BTM_TRACE_DEBUG("TCS accept SCO: Packet Types 0x%04x", p_setup->packet_types); in btm_accept_sco_link() [all …]
|
/hal_espressif-3.5.0/components/freemodbus/common/ |
D | mbc_master.h | 23 #include "driver/uart.h" // for UART types 27 #include "esp_modbus_common.h" // for common types 28 #include "esp_modbus_master.h" // for public master types
|