Searched refs:values (Results 201 – 225 of 446) sorted by relevance
12345678910>>...18
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | Kconfig.ipso | 16 minimum/maximum measured values and the minimum/maximum range 293 minimum/maximum measured values and the minimum/maximum range 326 minimum/maximum measured values and the minimum/maximum range
|
/Zephyr-latest/doc/services/portability/ |
D | cmsis_rtos_v2.rst | 30 Return values not supported in the Zephyr implementation
|
/Zephyr-latest/doc/hardware/arch/ |
D | xtensa.rst | 72 stack space for saving the HiFi register values during context switches
|
/Zephyr-latest/samples/sensor/sgp40_sht4x/ |
D | README.rst | 15 by feeding the values measured by the SHT4X into it.
|
/Zephyr-latest/doc/build/dts/api/ |
D | api.rst | 31 time. While node identifiers are not C values, you can use them to access 56 Property values can be read using these macros even if the node is disabled, 308 within the node, where the ``<index>`` values are contiguous integers starting 323 ``"sleep"``. The ``pinctrl-<index>`` property values contain phandles. The 358 The special ``/chosen`` node contains properties whose values describe
|
/Zephyr-latest/doc/_extensions/zephyr/domain/ |
D | __init__.py | 363 for code_sample in self.env.domaindata["zephyr"]["code-samples"].values() 372 for code_sample in self.env.domaindata["zephyr"]["code-samples"].values() 438 for code_sample in self.env.domaindata["zephyr"]["code-samples"].values() 535 code_samples = self.env.domaindata["zephyr"]["code-samples"].values() 1191 for code_sample in code_samples.values():
|
/Zephyr-latest/subsys/net/l2/ethernet/gptp/ |
D | Kconfig | 190 Best Master Clock selection Algorithm (BMCA), lower values take 203 (Best Master Clock selection Algorithm), lower values take
|
/Zephyr-latest/samples/kernel/metairq_dispatch/ |
D | README.rst | 87 Note: The 'real' values may be significantly higher than corresponding 'proc' values
|
/Zephyr-latest/drivers/espi/ |
D | Kconfig | 55 configuration is not set, treat the new values as the previously 56 retained valid values and return the received virtual wire level.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.5.rst | 128 * ``ZEP-60`` - irq priorities should be rebased to safe values 208 * ``ZEP-435`` - Ethernet/IPv4/TCP: ip_buf_appdatalen returns wrong values 220 * ``ZEP-499`` - TMP007 driver returns invalid values for negative temperature 238 * ``ZEP-575`` - Ethernet/IPv4/UDP: ip_buf_appdatalen returns wrong values
|
/Zephyr-latest/doc/build/dts/ |
D | phandles.rst | 122 Each "group" starts with a phandle (``&foo``, ``&bar``, ``&baz``). The values 178 Such properties can contain multiple values as well: 348 This allows C code to query information about and retrieve the values of cells 366 - :ref:`dt-writing-property-values`: how to write phandles in devicetree
|
D | bindings-upstream.rst | 143 Rules for default values 163 safely defaulted. Candidates for default values include: 229 - Configuration values that are specific to a Zephyr device driver. One example
|
D | howtos.rst | 286 Overlays can override node property values in multiple ways. 427 - Each device's initial configuration should use values from devicetree 441 /* per-device values to store in RAM */ 499 /* initialize RAM values as needed, e.g.: */ \ 503 /* initialize ROM values as needed. */ \ 578 /* initialize RAM values as needed, e.g.: */ \
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | testplan.py | 238 self.selected_platforms = set(p.platform.name for p in self.instances.values()) 241 self.selected_platforms = set(p.platform.name for p in self.instances.values()) 262 self.selected_platforms = set(p.platform.name for p in self.instances.values()) 1146 self.selected_platforms = set(p.platform.name for p in self.instances.values()) 1149 filter(lambda item: item.status == TwisterStatus.FILTER, self.instances.values()) 1205 for instance in self.instances.values():
|
D | twister_main.py | 113 for i in tplan.instances.values():
|
/Zephyr-latest/subsys/debug/coredump/ |
D | Kconfig | 89 Larger values can speed up writing due to fewer write operations
|
/Zephyr-latest/doc/contribute/style/ |
D | cmake.rst | 102 - **Do Not Quote Boolean Values**: For boolean values (``ON``, ``OFF``,
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.nxp_s32_netc | 74 RX interrupt coalescing packet threshold. This values determines the
|
/Zephyr-latest/doc/develop/sca/ |
D | codechecker.rst | 95 To override these values, set an environment variable or pass them as extra arguments.
|
/Zephyr-latest/doc/kernel/services/other/ |
D | float.rst | 313 values. 317 int average(int *values, int num_values) 325 sum += *values; 326 values++; 348 sufficient added stack space for saving floating point register values
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/ |
D | Kconfig.bluetooth | 93 connection parameters are restored to peripheral preferred values
|
/Zephyr-latest/doc/develop/west/ |
D | sign.rst | 51 In order to support quoting, values are parsed by Python's ``shlex.split()`` like in
|
/Zephyr-latest/subsys/net/lib/capture/ |
D | Kconfig | 94 This defines how many ETH_P_* link type values can be captured
|
/Zephyr-latest/samples/subsys/display/lvgl/ |
D | README.rst | 25 can be used to navigate between widgets and edit their values. If the
|
/Zephyr-latest/scripts/ |
D | list_boards.py | 161 return sorted(itertools.chain(*find_arch2board_set(args).values()), 418 for b in boards.values():
|
12345678910>>...18