Home
last modified time | relevance | path

Searched defs:d1 (Results 1 – 5 of 5) 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
/Zephyr-latest/tests/kernel/sched/deadline/src/
Dmain.c108 int d1 = thread_deadlines[exec_order[i]]; in ZTEST() local
/Zephyr-latest/include/zephyr/drivers/stepper/
Dstepper_trinamic.h71 uint16_t d1; member
/Zephyr-latest/subsys/debug/
Dmipi_stp_decoder.c573 uint16_t d1 = (halfword & 0xf0f0) >> 4; in swap16() local
583 uint32_t d1 = (word & 0xf0f0f0f0) >> 4; in swap32() local
/Zephyr-latest/kernel/
Dsched.c75 uint32_t d1 = thread_1->base.prio_deadline; in z_sched_prio_cmp() local