Home
last modified time | relevance | path

Searched refs:d2 (Results 1 – 23 of 23) sorted by relevance

/Zephyr-latest/tests/subsys/shell/shell_device_filter/src/
Dmain.c27 static const struct device *d2 = &DEVICE_NAME_GET(device_2); variable
33 zassert_equal_ptr(d2, shell_device_filter(2, NULL)); in ZTEST()
38 zassert_equal_ptr(d2, shell_device_lookup(2, NULL)); in ZTEST()
44 zassert_equal_ptr(d2, shell_device_lookup(0, "xx_")); in ZTEST()
/Zephyr-latest/samples/subsys/logging/syst/
DREADME.rst105 03 d2 04 00 00 08 01 02 03 04 05 06 07 08 |........ ......
107 03 d2 04 00 00 08 01 02 03 04 05 06 07 08 |........ ......
109 03 d2 04 00 00 08 01 02 03 04 05 06 07 08 |........ ......
111 03 d2 04 00 00 08 01 02 03 04 05 06 07 08 |........ ......
166 03 d2 04 00 00 08 01 02 03 04 05 06 07 08 |........ ......
168 03 d2 04 00 00 08 01 02 03 04 05 06 07 08 |........ ......
170 03 d2 04 00 00 08 01 02 03 04 05 06 07 08 |........ ......
172 03 d2 04 00 00 08 01 02 03 04 05 06 07 08 |........ ......
189 03 d2 04 00 00 08 01 02 03 04 05 06 07 08 |........ ......
191 03 d2 04 00 00 08 01 02 03 04 05 06 07 08 |........ ......
[all …]
/Zephyr-latest/tests/subsys/shell/shell_device/src/
Dmain.c48 static const struct device *d2 = &DEVICE_NAME_GET(device_2); variable
64 pm_device_action_run(d2, PM_DEVICE_ACTION_SUSPEND); in main()
/Zephyr-latest/doc/_doxygen/
Ddoxygen-awesome-zephyr.css10 --primary-dark-color: #7929d2;
34 --primary-light-color: #7929d2;
50 --primary-light-color: #7929d2;
Ddoxygen-awesome.css190 --primary-color: #1982d2;
251 --primary-color: #1982d2;
/Zephyr-latest/doc/kernel/iterable_sections/
Dindex.rst32 DEFINE_DATA(d2, 3, 4);
63 above would visit ``d1``, ``d2`` and ``d3`` in that order, regardless of how
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_registry/src/
Dlwm2m_registry.c150 double d2; in ZTEST() local
179 zassert_equal(lwm2m_get_f64(&LWM2M_OBJ(32768, 0, LWM2M_RES_TYPE_FLOAT), &d2), 0); in ZTEST()
193 zassert_equal(d, d2); in ZTEST()
537 double d2; in ZTEST() local
571 zassert_equal(lwm2m_get_f64(&LWM2M_OBJ(TEST_OBJ_ID, 0, LWM2M_RES_TYPE_FLOAT), &d2), 0); in ZTEST()
587 zassert_equal(d, d2); in ZTEST()
/Zephyr-latest/samples/kernel/bootargs/
DREADME.rst98 Jumping to Entry Point: 0x1137 (48 31 c0 48 31 d2 48)
115 Jumping to Entry Point: 0x1137 (48 31 c0 48 31 d2 48)
/Zephyr-latest/dts/arm/nuvoton/npcx/
Dnpcx-miwus-int-map.dtsi91 group_d2: group-d2-map {
/Zephyr-latest/scripts/build/
Dcheck_init_priorities_test.py370 d2 = mock.Mock()
371 d2.dep_ordinal = 3
378 dev2.depends_on = [d2]
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dcoverage.py102 for d1, d2 in zip(dirs[:-1], dirs[1:], strict=False):
103 cmd = [merge_tool, 'merge', d1, d2, '--output', d2]
/Zephyr-latest/boards/lilygo/ttgo_lora32/
Dttgo_lora32_esp32_procpu.dts141 d2-pin = <12>;
/Zephyr-latest/subsys/debug/
Dmipi_stp_decoder.c574 uint16_t d2 = (halfword & 0x0f0f) << 4; in swap16() local
576 return d1 | d2; in swap16()
584 uint32_t d2 = (word & 0x0f0f0f0f) << 4; in swap32() local
586 return d1 | d2; in swap32()
/Zephyr-latest/boards/arduino/opta/
Darduino_opta-common.dtsi44 output_d2: d2 {
/Zephyr-latest/doc/connectivity/networking/
Deth_bridge_native_sim_setup.rst113 fe80::5eff:fe00:53d2 autoconf preferred infinite
117 ff02::1:ff00:53d2
/Zephyr-latest/samples/bluetooth/encrypted_advertising/
DREADME.rst83 05 f1 49 d2 f4 55 76 |..I..Uv
/Zephyr-latest/boards/espressif/esp_wrover_kit/
Desp_wrover_kit_procpu.dts207 d2-pin = <12>;
/Zephyr-latest/doc/_static/css/
Ddark.css27 --navbar-scrollbar-active-color: #7929d2;
Dlight.css26 --navbar-scrollbar-active-color: #7929d2;
/Zephyr-latest/doc/build/dts/api/
Dapi.rst152 ``d2``, we have:
154 - ``d1 != d2``
155 - if ``n1`` depends on ``n2``, then ``d1 > d2``
156 - ``d1 > d2`` does **not** necessarily imply that ``n1`` depends on ``n2``
/Zephyr-latest/kernel/
Dsched.c76 uint32_t d2 = thread_2->base.prio_deadline; in z_sched_prio_cmp() local
78 if (d1 != d2) { in z_sched_prio_cmp()
84 return (int32_t) (d2 - d1); in z_sched_prio_cmp()
/Zephyr-latest/arch/arm/core/cortex_a_r/
Dreset.S167 fmdrr d2, r1, r1
/Zephyr-latest/boards/qemu/x86/doc/
Dindex.rst160 Jumping to Entry Point: 0x112b (48 31 c0 48 31 d2 48)