Searched refs:types (Results 26 – 50 of 216) sorted by relevance
123456789
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | dtlib.py | 365 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/ |
D | elfconvert_command.cmake | 19 # Handle Input and Output target types
|
/Zephyr-latest/lib/os/zvfs/ |
D | Kconfig | 12 types of file descriptors such as those from the non-virtual FS, sockets, eventfds, FILE *'s
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | proxy.rst | 20 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,
|
D | heartbeat.rst | 43 The two publication types can be combined.
|
/Zephyr-latest/tests/cmake/snippets/ |
D | Kconfig | 10 # Snippet test types used by the test implementation to steer the test logic
|
/Zephyr-latest/samples/cpp/cpp_synchronization/ |
D | README.rst | 9 functions with different types of arguments, global objects constructor
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | ppp.rst | 16 between two nodes. PPP is used over many types of serial links since IP packets
|
/Zephyr-latest/doc/services/modbus/ |
D | index.rst | 7 for different types of networks or buses. Zephyr OS implementation
|
/Zephyr-latest/cmake/sca/eclair/ECL/ |
D | toolchain.ecl | 82 …ions, and Bit-Fields\" of "GCC_MANUAL". Other integer types, such as long int, and enumerated type…
|
/Zephyr-latest/dts/bindings/ |
D | binding-types.txt | 4 # Devicetree binding types registry. 6 # This file contains the mapping of binding types (folders directly under this
|
/Zephyr-latest/ |
D | .gitignore | 75 _error.types
|
/Zephyr-latest/cmake/bintools/arcmwdt/ |
D | elfconvert_command.cmake | 21 # Handle Input and Output target types
|
/Zephyr-latest/doc/contribute/ |
D | bin_blobs.rst | 61 - 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/ |
D | Kconfig.stm32 | 17 Driver for STM32 DMA V1, V2, V2bis and BDMA types.
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/ |
D | Kconfig | 105 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/ |
D | index.rst | 10 - Two types of extension resources: 31 - Two types of extension resources:
|
/Zephyr-latest/boards/st/nucleo_g071rb/doc/ |
D | index.rst | 10 - Two types of extension resources: 31 - Two types of extension resources:
|
/Zephyr-latest/subsys/fs/zms/ |
D | Kconfig | 13 all types of non-volatile storage technologies.
|
/Zephyr-latest/doc/services/virtualization/ |
D | ivshmem.rst | 19 The two types are supported: a plain shared memory (ivshmem-plain) or a shared
|
/Zephyr-latest/.github/ISSUE_TEMPLATE/ |
D | 001_bug_report.md | 55 If applicable, add console logs or other types of debug information
|
/Zephyr-latest/doc/develop/languages/c/ |
D | index.rst | 32 * standard boolean types (``bool`` in ``<stdbool.h>``) 33 * fixed-width integer types (``[u]intN_t`` in ``<stdint.h>``)
|
/Zephyr-latest/scripts/coccinelle/ |
D | const_config_info.cocci | 13 // appears as a tag in non-device aggregate types.
|
/Zephyr-latest/subsys/net/lib/dhcpv4/ |
D | dhcpv4.c | 93 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/ |
D | smp_transport.rst | 55 There are four types of types of frames: initial, partial, partial-final
|
123456789