Home
last modified time | relevance | path

Searched refs:types (Results 1 – 25 of 91) sorted by relevance

1234

/hal_espressif-2.7.6/components/lwip/test_afl_host/
DMakefile3 …nversion -Wno-incompatible-pointer-types-discards-qualifiers -Wno-typedef-redefinition -Wno-incomp…
/hal_espressif-2.7.6/tools/ci/python_packages/tiny_test_fw/Utility/
DSearchCases.py19 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/wpa_supplicant/src/eap_peer/
Deap_tls_common.h126 struct eap_method_type **types,
128 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types,
Deap_tls_common.c926 struct eap_method_type **types, in eap_peer_select_phase2_methods() argument
991 *types = methods; in eap_peer_select_phase2_methods()
1005 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types, in eap_peer_tls_phase2_nak() argument
1016 (u8 *) types, num_types * sizeof(struct eap_method_type)); in eap_peer_tls_phase2_nak()
1023 if (types[i].vendor == EAP_VENDOR_IETF && in eap_peer_tls_phase2_nak()
1024 types[i].method < 256) in eap_peer_tls_phase2_nak()
1025 wpabuf_put_u8(*resp, types[i].method); in eap_peer_tls_phase2_nak()
/hal_espressif-2.7.6/docs/zh_CN/api-guides/
Dgeneral-notes.rst9 - :doc:`memory-types`
Dindex.rst30 Memory Types <memory-types>
Dunit-tests-legacy.rst195 (7) "can use static initializers for non-POD types" [cxx]
/hal_espressif-2.7.6/docs/en/api-guides/
Dgeneral-notes.rst10 - :doc:`memory-types`
Dindex.rst29 Memory Types <memory-types>
/hal_espressif-2.7.6/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_cpu_dep.h203 #error basic types not defined
230 #error basic types not defined
/hal_espressif-2.7.6/tools/esp_app_trace/espytrace/
DREADME.md4 - `apptrace.py` includes functionality which is common for all types of trace data.
/hal_espressif-2.7.6/components/hal/
DREADME.md7 …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/docs/en/api-reference/system/
Dmem_alloc.rst11 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…
Dfreertos.rst7 This section contains documentation of FreeRTOS types, functions, and macros. It is automatically g…
Dintr_alloc.rst26 This code has two different types of interrupts it handles differently: Shared interrupts and non-s…
47 Peripherals that can generate interrupts can be divided in two types:
52 Interrupt handling differs slightly between these two types of peripherals.
/hal_espressif-2.7.6/tools/kconfig_new/test/confserver/
Dtestcases_v1.txt29 * Try setting boolean values to invalid types
Dtestcases_v2.txt29 * Try setting boolean values to invalid types
/hal_espressif-2.7.6/tools/kconfig_new/
DREADME.md100 * `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/nvs_flash/
DREADME.rst27 …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…
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/docs/en/api-reference/bluetooth/
Desp-ble-mesh.rst43 * Event types and related event parameters
103 This section contains ESP-BLE-MESH Model related APIs, event types, event parameters, etc.
/hal_espressif-2.7.6/components/coap/port/
Dcoap_debug.c281 static const char *types[] = { "CON", "NON", "ACK", "RST", "???" }; in msg_type_string() local
283 return types[min(t, sizeof(types)/sizeof(char *) - 1)]; in msg_type_string()
/hal_espressif-2.7.6/examples/cxx/rtti/
DREADME.md42 Generating 5 random objects and printing their types:
/hal_espressif-2.7.6/examples/peripherals/i2c/i2c_self_test/main/
DKconfig.projbuild60 Hardware address of BH1750, which is 2 types, and determined by ADDR terminal.
/hal_espressif-2.7.6/examples/storage/semihost_vfs/
DREADME.md42 There are two types of outputs produced by example:
/hal_espressif-2.7.6/components/vfs/
DREADME_CN.rst123 文件描述符是一组很小的正整数,从 ``0`` 到 ``FD_SETSIZE - 1``,``FD_SETSIZE`` 在 newlib ``sys/types.h`` 中定义。最大文件描述符由 ``…

1234