Home
last modified time | relevance | path

Searched refs:values (Results 151 – 175 of 446) sorted by relevance

12345678910>>...18

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dcmakecache.py164 return iter(self._entries.values())
Dreports.py315 for instance in self.instances.values():
518 for instance in self.instances.values():
589 for instance in self.instances.values():
639 for instance in self.instances.values():
698 instance.platform.name for instance in self.instances.values()
790 for platform in platforms.values():
/Zephyr-latest/subsys/mgmt/osdp/
DKconfig.cp19 Comma Separated Values of PD addresses. The number of values in this
/Zephyr-latest/doc/develop/toolchains/
Dgnu_arm_embedded.rst30 :envvar:`GNUARMEMB_TOOLCHAIN_PATH` values may be different on your system):
Ddesignware_arc_mwdt.rst33 :envvar:`ARCMWDT_TOOLCHAIN_PATH` values may be different on your system):
/Zephyr-latest/samples/sensor/6dof_motion_drdy/
DREADME.rst12 values on the console along with a timestamp since startup.
/Zephyr-latest/samples/drivers/espi/
DREADME.rst51 note:: The values shown above might differ.
/Zephyr-latest/samples/bluetooth/hci_pwr_ctrl/
DREADME.rst29 * A central device & monitor (e.g. nRF Connect) to check the RSSI values
/Zephyr-latest/cmake/modules/
Dyaml.cmake85 # Unassigned arguments are the values to be appended.
341 # Set a value or a list of values to given key.
343 # If setting a list of values, then APPEND can be specified to indicate that the
344 # list of values should be appended to the existing list identified with key(s).
349 # LIST <values>: New list of values for the key.
350 # APPEND : Append the list of values to the list of values for the key.
/Zephyr-latest/scripts/
Dsnippets.py176 for name, values in appends.items():
177 for value in values:
/Zephyr-latest/drivers/display/
DKconfig.mcux_elcdif69 from their values in the default screen orientation when using this
107 from their values in the default screen orientation when using this
/Zephyr-latest/scripts/west_commands/runners/
Dcore.py371 def __call__(self, parser, namespace, values, option_string=None): argument
372 if values.lower().startswith('y'):
385 def __call__(self, parser, namespace, values, option_string=None): argument
389 setattr(namespace, self.dest, values)
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dpriv_beacon_srv.rst28 changes to this configuration in the settings subsystem, the initial values may
/Zephyr-latest/arch/arm64/core/
DCMakeLists.txt22 # simple numeric comparison because these values may be
/Zephyr-latest/soc/nordic/nrf54l/
DKconfig62 will copy all the trimming values from FICR into the target
/Zephyr-latest/drivers/sensor/st/iis2dh/
DKconfig68 Valid values are:
/Zephyr-latest/subsys/usb/device/class/netusb/
DKconfig57 the Host's Operating System. Use RFC 7042 Documentation values as
/Zephyr-latest/subsys/net/lib/coap/
DKconfig34 Maximum size of CoAP block. Valid values are 16, 32, 64, 128,
124 transfers. Possible values: 64, 128, 256, 512 and 1024.
187 transfers. Possible values: 64, 128, 256, 512 and 1024.
/Zephyr-latest/doc/build/kconfig/
Dsetting.rst3 Setting Kconfig configuration values
256 Assigning values in :file:`Kconfig.defconfig` relies on defining a Kconfig
284 ``default`` values in :file:`Kconfig.defconfig` files have priority over
285 ``default`` values given on the "base" definition of a symbol. Internally, this
352 all symbols would have to be visible, as values given in
421 (at the top of the file) goes over how symbol values are calculated in detail.
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dread_and_decode.rst23 decodes the sensor specific encoded data into fixed point :c:type:`q31_t` values
72 optionally decoding the data into fixed point values.
/Zephyr-latest/scripts/tests/twister/
Dtest_testplan.py54 assert all(isinstance(n, TestSuite) for n in class_testplan.testsuites.values())
186 …nstances = list(filter(lambda item: item.status == TwisterStatus.FILTER, plan.instances.values()))
220 … list(filter(lambda item: item.status == TwisterStatus.FILTER, class_testplan.instances.values()))
251 … list(filter(lambda item: item.status == TwisterStatus.FILTER, class_testplan.instances.values()))
272 assert all(isinstance(n, TestInstance) for n in list(plan.instances.values()))
273 assert list(plan.instances.values()) == instance_list
395 filter(lambda item: item.status == TwisterStatus.FILTER, plan.instances.values())
/Zephyr-latest/cmake/compiler/arcmwdt/
Dtarget.cmake11 # Appending onto any existing values lets users specify
/Zephyr-latest/subsys/mgmt/mcumgr/grp/settings_mgmt/
DKconfig26 Use a fixed size stack buffer, any user-supplied values longer than
/Zephyr-latest/samples/posix/env/
DREADME.rst66 values.
/Zephyr-latest/samples/tfm_integration/
Dtfm_integration.rst18 key values are stored in the secure bootloader. This allows the application

12345678910>>...18