Home
last modified time | relevance | path

Searched refs:types (Results 26 – 50 of 216) sorted by relevance

123456789

/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py365 types = [marker[1] for marker in self._markers
368 if not types:
371 if types == [_MarkerType.UINT8]:
374 if types == [_MarkerType.UINT32]:
378 if set(types) == {_MarkerType.UINT32}:
381 if set(types) == {_MarkerType.STRING}:
382 return Type.STRING if len(types) == 1 else Type.STRINGS
384 if types == [_MarkerType.PATH]:
387 if (types == [_MarkerType.UINT32, _MarkerType.PHANDLE]
391 if set(types) == {_MarkerType.UINT32, _MarkerType.PHANDLE}:
[all …]
/Zephyr-latest/cmake/bintools/armclang/
Delfconvert_command.cmake19 # Handle Input and Output target types
/Zephyr-latest/lib/os/zvfs/
DKconfig12 types of file descriptors such as those from the non-virtual FS, sockets, eventfds, FILE *'s
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dproxy.rst20 advertise with Private Network Identity and Private Node Identity types, which is controlled by the
21 :ref:`bluetooth_mesh_models_priv_beacon_cli`. By advertising with this set of identification types,
Dheartbeat.rst43 The two publication types can be combined.
/Zephyr-latest/tests/cmake/snippets/
DKconfig10 # Snippet test types used by the test implementation to steer the test logic
/Zephyr-latest/samples/cpp/cpp_synchronization/
DREADME.rst9 functions with different types of arguments, global objects constructor
/Zephyr-latest/doc/connectivity/networking/api/
Dppp.rst16 between two nodes. PPP is used over many types of serial links since IP packets
/Zephyr-latest/doc/services/modbus/
Dindex.rst7 for different types of networks or buses. Zephyr OS implementation
/Zephyr-latest/cmake/sca/eclair/ECL/
Dtoolchain.ecl82 …ions, and Bit-Fields\" of "GCC_MANUAL". Other integer types, such as long int, and enumerated type…
/Zephyr-latest/dts/bindings/
Dbinding-types.txt4 # Devicetree binding types registry.
6 # This file contains the mapping of binding types (folders directly under this
/Zephyr-latest/
D.gitignore75 _error.types
/Zephyr-latest/cmake/bintools/arcmwdt/
Delfconvert_command.cmake21 # Handle Input and Output target types
/Zephyr-latest/doc/contribute/
Dbin_blobs.rst61 - The blob’s :ref:`type <bin-blobs-types>`, which must be one of the allowed types
97 .. _bin-blobs-types:
99 Allowed types
102 The following binary blob types are acceptable in Zephyr:
122 fits in one of the above types.
/Zephyr-latest/drivers/dma/
DKconfig.stm3217 Driver for STM32 DMA V1, V2, V2bis and BDMA types.
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/
DKconfig105 individual checksum and hash types need to be enabled below.
138 supported hash and checksum types that can be used.
141 int "Predicted maximum number of types to return on supported list"
/Zephyr-latest/boards/st/nucleo_g070rb/doc/
Dindex.rst10 - Two types of extension resources:
31 - Two types of extension resources:
/Zephyr-latest/boards/st/nucleo_g071rb/doc/
Dindex.rst10 - Two types of extension resources:
31 - Two types of extension resources:
/Zephyr-latest/subsys/fs/zms/
DKconfig13 all types of non-volatile storage technologies.
/Zephyr-latest/doc/services/virtualization/
Divshmem.rst19 The two types are supported: a plain shared memory (ivshmem-plain) or a shared
/Zephyr-latest/.github/ISSUE_TEMPLATE/
D001_bug_report.md55 If applicable, add console logs or other types of debug information
/Zephyr-latest/doc/develop/languages/c/
Dindex.rst32 * standard boolean types (``bool`` in ``<stdbool.h>``)
33 * fixed-width integer types (``[u]intN_t`` in ``<stdint.h>``)
/Zephyr-latest/scripts/coccinelle/
Dconst_config_info.cocci13 // appears as a tag in non-device aggregate types.
/Zephyr-latest/subsys/net/lib/dhcpv4/
Ddhcpv4.c93 static void dhcpv4_option_callback_get_unique_types(uint8_t *types) in dhcpv4_option_callback_get_unique_types() argument
99 memcpy(types, min_req_options, ARRAY_SIZE(min_req_options)); in dhcpv4_option_callback_get_unique_types()
103 if (types[j] == cb->option) { in dhcpv4_option_callback_get_unique_types()
116 types[count] = cb->option; in dhcpv4_option_callback_get_unique_types()
127 uint8_t types[CONFIG_NET_DHCPV4_MAX_REQUESTED_OPTIONS]; in dhcpv4_option_callback_count() local
129 dhcpv4_option_callback_get_unique_types(types); in dhcpv4_option_callback_count()
/Zephyr-latest/doc/services/device_mgmt/
Dsmp_transport.rst55 There are four types of types of frames: initial, partial, partial-final

123456789