Searched refs:values (Results 226 – 250 of 446) sorted by relevance
12345678910>>...18
/Zephyr-latest/scripts/dts/python-devicetree/tests/ |
D | test_dtlib.py | 2429 zip(original.values(), copy.values())]) 2444 phandle2node_copy_values = set(dt_copy.phandle2node.values())
|
/Zephyr-latest/cmake/modules/ |
D | kconfig.cmake | 398 # Before importing the symbol values from DOTCONFIG, process the CLI values by 400 # the values from both files, and 'import_kconfig' will make this easier.
|
D | version.cmake | 36 # The final load of `version.cmake` will setup correct build version values.
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-arch.rst | 106 following Kconfig option values: 118 A build of this type sets the following Kconfig option values: 133 A build of this type sets the following Kconfig option values:
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | ring_buffers.rst | 21 associated metadata values: a type identifier and a 16-bit 48 the maximum amount of data (including possible metadata values) the ring 154 values (which occupy one additional 32-bit word). If the ring buffer has 159 item, as well as its two metadata values, are copied to areas supplied by the
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.7.rst | 243 file along with new bindings which take these values. 280 binding to indicate invalid devicetree values at build time. (:github:`69910`) 553 The enum values ``ESPI_VWIRE_SIGNAL_SLV_BOOT_STS``, ``ESPI_VWIRE_SIGNAL_SLV_BOOT_DONE`` and 573 relative to the raw ADC values, similarly to min and max. The data structures 757 The result of this is that string values such as ``"eng"`` and ``"deu"`` can now be used to set 758 new values, and to prevent unnecessary copies of data when getting the values. (:github:`72584`) 892 Please check that the values of :kconfig:option:`CONFIG_NET_SOCKETS_POLL_MAX` and 893 :kconfig:option:`CONFIG_POSIX_MAX_FDS` are high enough. Unfortunately no exact values 961 now independent of the values of :kconfig:option:`CONFIG_SMF_ANCESTOR_SUPPORT` and
|
/Zephyr-latest/scripts/west_commands/ |
D | zcmake.py | 291 return iter(self._entries.values())
|
/Zephyr-latest/scripts/pylib/twister/ |
D | expr_parser.py | 48 ] + list(reserved.values())
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | Kconfig | 111 values though. 280 transfers. Possible values: 64, 128, 256, 512 and 1024. 432 object will store before ignoring new values. 440 device object will store before ignoring new values. 511 send the update. When both values are set, smallest period will be used.
|
/Zephyr-latest/subsys/bluetooth/services/ |
D | Kconfig.dis | 93 The possible values are: 118 themselves manage Product ID field values.
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | mcp.rst | 214 Currently, raw opcode values are used as input to the control point 215 shell command. These opcode values can be found in the mpl.h header 438 client receives notifications. The values sent in the notifications 440 so they do not correspond the actual values of the characteristics nor
|
/Zephyr-latest/scripts/release/ |
D | list_backports.py | 260 issues = list(issue_map.values())
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig | 16 available to provide values from a 64-bit cycle counter.
|
D | Kconfig.cortex_m_systick | 40 are performed only on counter interval values that always fit in
|
/Zephyr-latest/doc/_scripts/ |
D | gen_boards_catalog.py | 230 for board in boards.values():
|
D | gen_devicetree_rest.py | 613 specs = [prop_spec for prop_spec in binding.prop2specs.values() 690 print_property_table(child.prop2specs.values(), string_io,
|
/Zephyr-latest/doc/develop/sca/ |
D | polyspace.rst | 75 rules. Separate the options and their values by semicolon. For a list
|
/Zephyr-latest/tests/bluetooth/tester/src/btp/ |
D | btp_gatt.h | 207 struct btp_gatt_char_value values[0]; member
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | edtlib.py | 1133 self.children.values()): 1458 for prop_spec in prop2specs.values(): 2137 for prop in props_node.props.values(): 2163 for child in props_node.children.values(): 2190 for child in node.children.values(): 2386 for binding in self._compat2binding.values(): 2387 for spec in binding.prop2specs.values():
|
/Zephyr-latest/subsys/net/l2/openthread/ |
D | Kconfig | 226 linked with OpenThread. Separate multiple values with space " ". 274 options to the OpenThread build system. Separate multiple values with
|
/Zephyr-latest/cmake/compiler/gcc/ |
D | target.cmake | 131 # Appending onto any existing values lets users specify
|
/Zephyr-latest/samples/drivers/spi_flash_at45/ |
D | README.rst | 14 increasing (and overflowing at the 8-bit range) values and then reads it back
|
/Zephyr-latest/doc/build/sysbuild/ |
D | images.rst | 282 configuration values, multiple can be used per image, the configuration should be transferrable to 403 Kconfig values from images can be read by sysbuild **after the CMake configuration of images has 413 values from all images is shown:
|
/Zephyr-latest/drivers/spi/ |
D | Kconfig | 47 natively the submissions are converted back to struct spi_buf values that
|
/Zephyr-latest/arch/riscv/ |
D | Kconfig.isa | 32 values held in two integer registers.
|
12345678910>>...18