/hal_espressif-2.7.6/components/esp32s2/include/esp32s2/ |
D | memprot.h | 54 //memory range types 247 * Applicable to all memory types. 260 * Applicable to all memory types. 273 * Applicable only to IRAM memory types 286 * Applicable only to DRAM memory types 300 * Applicable only to DRAM memory types 315 * Applicable only to IRAM memory types 329 * Applicable only to IRAM memory types 343 * @brief Activates memory protection for all supported memory region types 349 …* @param mem_type_mask holds a set of required memory protection types (bitmask built of mem_type_… [all …]
|
/hal_espressif-2.7.6/components/esp32s3/include/esp32s3/ |
D | memprot.h | 221 * Applicable to all memory types. 234 * Applicable to all memory types. 247 * Applicable only to IRAM memory types 260 * Applicable only to DRAM memory types 274 * Applicable only to DRAM memory types 289 * Applicable only to IRAM memory types 303 * Applicable only to IRAM memory types 317 * @brief Activates memory protection for all supported memory region types 323 …* @param mem_type_mask holds a set of required memory protection types (bitmask built of mem_type_… 328 * @brief Get permission settings bits for IRAM0 split mgmt. Only IRAM0 memory types allowed [all …]
|
/hal_espressif-2.7.6/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-2.7.6/components/esp_netif/lwip/ |
D | esp_netif_lwip_internal.h | 76 * @brief Additional netif types when related data are needed 85 * @brief Related data to esp-netif (additional data for some special types of netif 86 * (typically for point-point network types, such as PPP or SLIP) 124 // misc flags, types, keys, priority
|
/hal_espressif-2.7.6/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-2.7.6/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-2.7.6/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-2.7.6/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-2.7.6/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-2.7.6/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>
|
D | select.h | 18 /* Newlib 2.2.0 does not provide sys/select.h, and fd_set is defined in sys/types.h */ 19 #include <sys/types.h>
|
/hal_espressif-2.7.6/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-2.7.6/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-2.7.6/docs/zh_CN/api-guides/ |
D | index.rst | 30 Memory Types <memory-types>
|
/hal_espressif-2.7.6/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-2.7.6/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… 81 …* @param value The output value. All integral types which are declared in ItemType as… 235 * Help to translate all integral types into ItemType. 244 * Help to translate all enum types into integral ItemType.
|
/hal_espressif-2.7.6/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-2.7.6/docs/en/api-guides/ |
D | index.rst | 29 Memory Types <memory-types>
|
/hal_espressif-2.7.6/components/hal/ |
D | README.md | 7 …o the SoC. The interface consists of function declarations and abstracted types that other, higher… 9 …herals and 'core' hardware such as the CPU, MPU, caches, etc. It contains for the abstracted types.
|
/hal_espressif-2.7.6/components/nvs_flash/ |
D | README.rst | 27 …ngs; the maximum key length is currently 15 characters. Values can have one of the following types: 29 - integer types: ``uint8_t``, ``int8_t``, ``uint16_t``, ``int16_t``, ``uint32_t``, ``int32_t``, ``… 37 Additional types, such as ``float`` and ``double`` might be added later. 114 …mpatible with ESP32 flash encryption, entry size is 32 bytes. For integer types, entry holds one k… 163 …r values of primitive types (currently integers from 1 to 8 bytes long), entry holds one key-value… 173 | Types +--------------------------------+ 193 …Number of entries used by this key-value pair. For integer types, this is equal to 1. For strings … 196 …Used to store the index of a blob-data chunk for blob types. For other types, this should be ``0xf… 205 …For integer types, this field contains the value itself. If the value itself is shorter than 8 byt…
|
/hal_espressif-2.7.6/components/freemodbus/common/ |
D | mbc_master.h | 21 #include "driver/uart.h" // for UART types 25 #include "esp_modbus_common.h" // for common types 26 #include "esp_modbus_master.h" // for public master types
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/include/stack/ |
D | hiddefs.h | 68 /* Define the HID transaction types 107 /* Different report types in get, set, data 130 /* Descriptor types in the SDP record
|
/hal_espressif-2.7.6/components/freemodbus/common/include/ |
D | esp_modbus_common.h | 19 #include "driver/uart.h" // for UART types 63 * @brief Types of actual Modbus implementation 144 * common interface method types
|
/hal_espressif-2.7.6/tools/esp_app_trace/ |
D | sysviewtrace_proc.py | 17 # This is python script to process various types trace data streams in SystemView format. 50 …parser.add_argument('--print-events', '-p', help='Print events of selected types. By default only … 51 …parser.add_argument('--include-events', '-i', help='Events types to be included into report.', typ…
|
/hal_espressif-2.7.6/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 …]
|