Home
last modified time | relevance | path

Searched refs:d1 (Results 1 – 22 of 22) sorted by relevance

/Zephyr-latest/tests/subsys/shell/shell_device_filter/src/
Dmain.c26 static const struct device *d1 = &DEVICE_NAME_GET(device_1); variable
32 zassert_equal_ptr(d1, shell_device_filter(1, NULL)); in ZTEST()
37 zassert_equal_ptr(d1, shell_device_lookup(1, NULL)); in ZTEST()
55 zassert_equal_ptr(d1, shell_device_filter(0, pm_device_test_filter)); in ZTEST()
/Zephyr-latest/include/zephyr/drivers/stepper/
Dstepper_trinamic.h71 uint16_t d1; member
99 COND_CODE_1(DT_PROP_EXISTS(node, d1), \
100 BUILD_ASSERT(IN_RANGE(DT_PROP(node, d1), TMC_RAMP_D1_MIN, \
141 .d1 = DT_PROP(node, d1), \
/Zephyr-latest/doc/kernel/iterable_sections/
Dindex.rst31 DEFINE_DATA(d1, 1, 2);
63 above would visit ``d1``, ``d2`` and ``d3`` in that order, regardless of how
/Zephyr-latest/tests/kernel/sched/deadline/src/
Dmain.c108 int d1 = thread_deadlines[exec_order[i]]; in ZTEST() local
110 zassert_true(d0 <= d1, "threads ran in wrong order"); in ZTEST()
/Zephyr-latest/dts/arm/nuvoton/npcx/
Dnpcx-miwus-int-map.dtsi45 group_d1: group-d1-map {
/Zephyr-latest/scripts/build/
Dcheck_init_priorities_test.py368 d1 = mock.Mock()
369 d1.dep_ordinal = 2
376 dev1.depends_on = [d1]
/Zephyr-latest/boards/lilygo/ttgo_lora32/
Dttgo_lora32_esp32_procpu.dts140 d1-pin = <4>;
/Zephyr-latest/subsys/debug/
Dmipi_stp_decoder.c573 uint16_t d1 = (halfword & 0xf0f0) >> 4; in swap16() local
576 return d1 | d2; in swap16()
583 uint32_t d1 = (word & 0xf0f0f0f0) >> 4; in swap32() local
586 return d1 | d2; in swap32()
/Zephyr-latest/boards/arduino/opta/
Darduino_opta-common.dtsi41 output_d1: d1 {
/Zephyr-latest/boards/espressif/esp_wrover_kit/
Desp_wrover_kit_procpu.dts206 d1-pin = <4>;
/Zephyr-latest/doc/_static/css/
Dlight.css30 --link-color-hover: #3091d1;
/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/doc/build/dts/api/
Dapi.rst151 distinct devicetree nodes ``n1`` and ``n2`` with dependency ordinals ``d1`` and
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.c75 uint32_t d1 = thread_1->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/samples/boards/espressif/flash_encryption/
DREADME.rst101 … 9a 06 93 76 12 cb 0f 7e ec c5 12 6f 64 db d1 ff |...v...~ ...od...
/Zephyr-latest/arch/arm/core/cortex_a_r/
Dreset.S166 fmdrr d1, r1, r1
/Zephyr-latest/dts/arm/renesas/ra/ra6/
Dr7fa6m3ax.dtsi111 interrupt-names = "usbhs-ir", "usbhs-d0", "usbhs-d1";
Dr7fa6m5xh.dtsi201 interrupt-names = "usbhs-ir", "usbhs-d0", "usbhs-d1";
/Zephyr-latest/dts/arm/renesas/ra/ra8/
Dr7fa8m1xh.dtsi250 interrupt-names = "usbhs-ir", "usbhs-d0", "usbhs-d1";
Dr7fa8d1xh.dtsi286 interrupt-names = "usbhs-ir", "usbhs-d0", "usbhs-d1";
/Zephyr-latest/drivers/stepper/adi_tmc/
Dadi_tmc5041_stepper_controller.c561 err = tmc5041_write(config->controller, TMC5041_D1(config->index), ramp_data->d1); in tmc5041_stepper_set_ramp()
/Zephyr-latest/doc/releases/
Drelease-notes-3.4.rst434 * Added experimental support for Mesh Protocol d1.1r18 specification, gated
467 …* Added experimental support for Mesh Binary Large Object Transfer Model d1.0r04_PRr00 specificati…
468 * Added experimental support for Mesh Device Firmware Update Model d1.0r04_PRr00 specification.