Home
last modified time | relevance | path

Searched refs:values (Results 126 – 150 of 446) sorted by relevance

12345678910>>...18

/Zephyr-latest/samples/sensor/lsm6dso/
DREADME.rst12 the values for accelerometer and gyroscope.
/Zephyr-latest/scripts/west_commands/zspdx/
Dwalker.py625 pkgZephyr = list(self.docZephyr.pkgs.values())[0]
626 pkgApp = list(self.docApp.pkgs.values())[0]
628 pkgSDK = list(self.docSDK.pkgs.values())[0]
686 for pkg in document.pkgs.values():
746 for pkg in ownerDoc.pkgs.values():
788 for pkg in otherDoc.pkgs.values():
/Zephyr-latest/doc/build/dts/
Dapi-usage.rst95 .. _node-ids-are-not-values:
97 Node identifiers are not values
125 The right API to use to read property values depends on the node and property.
135 Checking properties and values
302 Property values can refer to other nodes using the ``&another-node`` phandle
303 syntax introduced in :ref:`dt-writing-property-values`. Properties which
316 Another common use case is accessing specifier values in a phandle array. The
338 - :c:macro:`DT_ENUM_IDX`: for properties whose values are among a fixed list of
Dbindings-syntax.rst17 The top level of a bindings file maps keys to values. The top-level keys look
57 # values are 'gpio', 'pwm', and 'dma'. See below for more information.
142 that appear in DTS files. You can read more about how to get property values in
198 # the enum specifies known values that the string property may take
209 # the enum specifies known values that the int property may take
259 The type of a property constrains its values. The following types are
260 available. See :ref:`dt-writing-property-values` for more details about writing
261 values of each type in a DTS file. See :ref:`dt-phandles` for more information
285 - zero or more 32-bit values (cells)
363 The ``enum:`` line is followed by a list of values the property may contain. If
[all …]
/Zephyr-latest/scripts/footprint/
Dpack_as_twister.py78 levels = { lvl[1]: lvl[0] for lvl in LOG_LEVELS.values() }
147 if not all(data_id.values()):
/Zephyr-latest/doc/build/kconfig/
Dmenuconfig.rst94 #. Change configuration values in the ``menuconfig`` interface as follows:
99 * Use :kbd:`Space` and :kbd:`Enter` to enter menus and toggle values. Menus
105 :guilabel:`( )` brackets. Symbol values that can't be changed are shown as
152 values directly within the dialog.
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/
Dleshan.py204 "type": cls._type_to_string(list(value.values())[0])
227 values = {}
229 values.update({int(riid): cls._decode_value(content['type'], value)})
230 return {content['id']: values}
/Zephyr-latest/drivers/sensor/st/lis3mdl/
DKconfig68 values are 4, 8, 12 and 16.
/Zephyr-latest/drivers/sensor/honeywell/hmc5883l/
DKconfig68 values are 0.88, 1.3, 1.9, 2.5, 4, 4.7, 5.6 and 8.1.
/Zephyr-latest/cmake/modules/
Dbasic_settings.cmake32 # This method ensures that both quoted values and ;-separated list stays intact.
/Zephyr-latest/subsys/mgmt/mcumgr/grp/stat_mgmt/
DKconfig33 exceeds this limit, it will be impossible to retrieve its values with
/Zephyr-latest/samples/net/sockets/coap_client/
DREADME.rst45 .. note: The values shown above might differ.
/Zephyr-latest/samples/subsys/canbus/isotp/
DREADME.rst51 .. note:: The values shown above might differ.
/Zephyr-latest/samples/subsys/console/getchar/
DREADME.rst40 hex values and in character form. Be sure to press Enter, Up/Down, etc.
/Zephyr-latest/samples/arch/smp/pi/
DREADME.rst24 This project outputs Pi values calculated by each thread and in the end total time
/Zephyr-latest/samples/sensor/mpu6050/
DREADME.rst12 temperature, acceleration, and angular velocity, displaying the values
/Zephyr-latest/samples/bluetooth/ibeacon/
DREADME.rst16 Because of the hard-coded values of iBeacon UUID, major, and minor,
/Zephyr-latest/soc/silabs/silabs_sim3/sim3u/
Dgen_crossbar_config.py199 for mux in signal_muxs.values():
271 for child in conf_node.children.values():
/Zephyr-latest/samples/net/cloud/tagoio_http_post/
DREADME.rst5 Send random temperature values to TagoIO IoT Cloud Platform using HTTP.
12 values to simulate a real device. This can be used to speed-up development
/Zephyr-latest/scripts/west_commands/
Dboards.py109 for board in list_boards.find_v2_boards(args).values():
/Zephyr-latest/scripts/west_commands/runners/
Dintel_adsp.py23 def __call__(self, parser, namespace, values, option_string=None): argument
/Zephyr-latest/soc/openisa/rv32m1/
DKconfig.defconfig1 # RV32M1 SoC RISC-V core default configuration values
/Zephyr-latest/tests/cmake/snippets/
DKconfig42 # Test values set by the snippet config overlays and tested by the test logic
/Zephyr-latest/samples/boards/st/mco/
DREADME.rst20 The clock source is set by the DTS among the possible values for each stm32 serie.
/Zephyr-latest/drivers/sensor/bosch/bma280/
DKconfig61 Measurement range for acceleration values.

12345678910>>...18