Searched refs:values (Results 101 – 125 of 446) sorted by relevance
12345678910>>...18
/Zephyr-latest/samples/bluetooth/mesh_demo/ |
D | README.rst | 13 values. The local unicast address can be set using a NODE_ADDR build 17 Because of the hard-coded values, the application is not suitable for
|
/Zephyr-latest/soc/nordic/ |
D | CMakeLists.txt | 16 # DT values against the MDK, without having to conditionally include different
|
/Zephyr-latest/scripts/pylib/build_helpers/ |
D | domains.py | 106 return list(self._domains.values())
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | conftest.py | 56 + list(logging.Logger.manager.loggerDict.values()) \
|
/Zephyr-latest/lib/hash/ |
D | Kconfig.hash_func | 39 values such as keys in a Hashmap. It is implemented as a static
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.nxp_edma | 22 values for SSIZE and DSIZE, otherwise the
|
/Zephyr-latest/samples/subsys/modbus/rtu_server/ |
D | README.rst | 48 for example to control relays or to read ADC values via USB connection without 103 > client.write_coils address=0 values=0,1,1 slave=1 137 > client.write_registers address=0 values=42,42,42 slave=1
|
/Zephyr-latest/boards/shields/npm1300_ek/ |
D | npm1300_ek.overlay | 24 /* limits are set to min/max allowed values */
|
/Zephyr-latest/arch/sparc/ |
D | Kconfig | 42 # instruction so we bump the kernel default values.
|
/Zephyr-latest/samples/sensor/ams_iAQcore/ |
D | README.rst | 12 VOC. The values are fetched and printed every second.
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | config_parser.py | 230 if any({len(x) > 0 for x in extracted_common.values()}) or \ 231 any({len(x) > 0 for x in extracted_testsuite.values()}):
|
/Zephyr-latest/drivers/mfd/ |
D | mfd_bd8lb600fs.c | 161 int mfd_bd8lb600fs_set_outputs(const struct device *dev, uint32_t values) in mfd_bd8lb600fs_set_outputs() argument 167 data->state = values; in mfd_bd8lb600fs_set_outputs()
|
/Zephyr-latest/boards/nxp/mr_canhubk3/support/ |
D | startup.cmm | 8 ; valid values: flash, debug * 13 ; valid values: flash, sram *
|
/Zephyr-latest/subsys/testsuite/coverage/ |
D | coverage.c | 226 counters_per_func->values[iter_counter_values]); in gcov_populate_buffer() 256 counters_per_func->values[iter_counter_values] = 0; in gcov_reset_counts()
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig.template.log_format_config | 36 # all the backends in the Kconfig and their values must match
|
/Zephyr-latest/cmake/linker_script/common/ |
D | thread-local-storage.cmake | 21 # the wrong values.
|
/Zephyr-latest/samples/posix/eventfd/ |
D | README.rst | 11 and write/read values are output to the console.
|
/Zephyr-latest/drivers/sensor/st/lis2dh/ |
D | Kconfig | 61 Initial measurement full scale range for acceleration values. 103 Supported values:
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/enum_mgmt/ |
D | Kconfig | 57 Use a fixed size stack buffer, any user-supplied values longer than this will be 71 The number of maximum values in the list for the details command to support, each value
|
/Zephyr-latest/samples/subsys/modbus/tcp_gateway/ |
D | README.rst | 72 > client.write_coils address=0 values=0,1,1 slave=1 106 > client.write_registers address=0 values=42,42,42 slave=1
|
/Zephyr-latest/cmake/flash/ |
D | CMakeLists.txt | 31 # Append the common configuration values to the relevant property target. 33 runners_yaml_append("\n# Common runner configuration values.") 110 # Sets up common runner configuration values.
|
/Zephyr-latest/tests/drivers/build_all/display/ |
D | app.overlay | 53 /* Use dummy values for PCG and NGC, 65 /* Arbitrary values */ 81 /* Arbiratry values */
|
/Zephyr-latest/drivers/sensor/grow_r502a/ |
D | Kconfig | 22 valid values are:
|
/Zephyr-latest/tests/boards/espressif/cache_coex/ |
D | README.rst | 13 expected values to check for integrity.
|
/Zephyr-latest/samples/sensor/icm42605/ |
D | README.rst | 13 displaying the values on the console along with a timestamp since
|
12345678910>>...18