Searched refs:values (Results 126 – 150 of 446) sorted by relevance
12345678910>>...18
/Zephyr-latest/samples/sensor/lsm6dso/ |
D | README.rst | 12 the values for accelerometer and gyroscope.
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | walker.py | 625 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/ |
D | api-usage.rst | 95 .. _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
|
D | bindings-syntax.rst | 17 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/ |
D | pack_as_twister.py | 78 levels = { lvl[1]: lvl[0] for lvl in LOG_LEVELS.values() } 147 if not all(data_id.values()):
|
/Zephyr-latest/doc/build/kconfig/ |
D | menuconfig.rst | 94 #. 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/ |
D | leshan.py | 204 "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/ |
D | Kconfig | 68 values are 4, 8, 12 and 16.
|
/Zephyr-latest/drivers/sensor/honeywell/hmc5883l/ |
D | Kconfig | 68 values are 0.88, 1.3, 1.9, 2.5, 4, 4.7, 5.6 and 8.1.
|
/Zephyr-latest/cmake/modules/ |
D | basic_settings.cmake | 32 # This method ensures that both quoted values and ;-separated list stays intact.
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/stat_mgmt/ |
D | Kconfig | 33 exceeds this limit, it will be impossible to retrieve its values with
|
/Zephyr-latest/samples/net/sockets/coap_client/ |
D | README.rst | 45 .. note: The values shown above might differ.
|
/Zephyr-latest/samples/subsys/canbus/isotp/ |
D | README.rst | 51 .. note:: The values shown above might differ.
|
/Zephyr-latest/samples/subsys/console/getchar/ |
D | README.rst | 40 hex values and in character form. Be sure to press Enter, Up/Down, etc.
|
/Zephyr-latest/samples/arch/smp/pi/ |
D | README.rst | 24 This project outputs Pi values calculated by each thread and in the end total time
|
/Zephyr-latest/samples/sensor/mpu6050/ |
D | README.rst | 12 temperature, acceleration, and angular velocity, displaying the values
|
/Zephyr-latest/samples/bluetooth/ibeacon/ |
D | README.rst | 16 Because of the hard-coded values of iBeacon UUID, major, and minor,
|
/Zephyr-latest/soc/silabs/silabs_sim3/sim3u/ |
D | gen_crossbar_config.py | 199 for mux in signal_muxs.values(): 271 for child in conf_node.children.values():
|
/Zephyr-latest/samples/net/cloud/tagoio_http_post/ |
D | README.rst | 5 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/ |
D | boards.py | 109 for board in list_boards.find_v2_boards(args).values():
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | intel_adsp.py | 23 def __call__(self, parser, namespace, values, option_string=None): argument
|
/Zephyr-latest/soc/openisa/rv32m1/ |
D | Kconfig.defconfig | 1 # RV32M1 SoC RISC-V core default configuration values
|
/Zephyr-latest/tests/cmake/snippets/ |
D | Kconfig | 42 # Test values set by the snippet config overlays and tested by the test logic
|
/Zephyr-latest/samples/boards/st/mco/ |
D | README.rst | 20 The clock source is set by the DTS among the possible values for each stm32 serie.
|
/Zephyr-latest/drivers/sensor/bosch/bma280/ |
D | Kconfig | 61 Measurement range for acceleration values.
|
12345678910>>...18