/Zephyr-latest/tests/subsys/shell/shell_device_filter/src/ |
D | main.c | 26 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/ |
D | stepper_trinamic.h | 71 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/ |
D | index.rst | 31 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/ |
D | main.c | 108 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/ |
D | npcx-miwus-int-map.dtsi | 45 group_d1: group-d1-map {
|
/Zephyr-latest/scripts/build/ |
D | check_init_priorities_test.py | 368 d1 = mock.Mock() 369 d1.dep_ordinal = 2 376 dev1.depends_on = [d1]
|
/Zephyr-latest/boards/lilygo/ttgo_lora32/ |
D | ttgo_lora32_esp32_procpu.dts | 140 d1-pin = <4>;
|
/Zephyr-latest/subsys/debug/ |
D | mipi_stp_decoder.c | 573 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/ |
D | arduino_opta-common.dtsi | 41 output_d1: d1 {
|
/Zephyr-latest/boards/espressif/esp_wrover_kit/ |
D | esp_wrover_kit_procpu.dts | 206 d1-pin = <4>;
|
/Zephyr-latest/doc/_static/css/ |
D | light.css | 30 --link-color-hover: #3091d1;
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | coverage.py | 102 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/ |
D | api.rst | 151 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/ |
D | sched.c | 75 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/ |
D | README.rst | 101 … 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/ |
D | reset.S | 166 fmdrr d1, r1, r1
|
/Zephyr-latest/dts/arm/renesas/ra/ra6/ |
D | r7fa6m3ax.dtsi | 111 interrupt-names = "usbhs-ir", "usbhs-d0", "usbhs-d1";
|
D | r7fa6m5xh.dtsi | 201 interrupt-names = "usbhs-ir", "usbhs-d0", "usbhs-d1";
|
/Zephyr-latest/dts/arm/renesas/ra/ra8/ |
D | r7fa8m1xh.dtsi | 250 interrupt-names = "usbhs-ir", "usbhs-d0", "usbhs-d1";
|
D | r7fa8d1xh.dtsi | 286 interrupt-names = "usbhs-ir", "usbhs-d0", "usbhs-d1";
|
/Zephyr-latest/drivers/stepper/adi_tmc/ |
D | adi_tmc5041_stepper_controller.c | 561 err = tmc5041_write(config->controller, TMC5041_D1(config->index), ramp_data->d1); in tmc5041_stepper_set_ramp()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.4.rst | 434 * 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.
|