Searched refs:EMUL_DT_GET (Results 1 – 11 of 11) sorted by relevance
26 static const struct emul *emul_static = EMUL_DT_GET(TEST_ACCEL); in ZTEST()36 static const struct emul *emul_a = EMUL_DT_GET(TEST_EMUL_A); in ZTEST()37 static const struct emul *emul_b = EMUL_DT_GET(TEST_EMUL_B); in ZTEST()
91 .bc12_emul = EMUL_DT_GET(DT_ALIAS(bc12)), in bc12_setup()
194 .bc12_emul = EMUL_DT_GET(DT_ALIAS(bc12)), in bc12_setup()
165 #define EMUL_DT_GET(node_id) (&EMUL_DT_NAME_GET(node_id)) macro
26 .target = EMUL_DT_GET(DT_NODELABEL(akm09918c)), in akm09918c_setup()
26 fixture.sbs_fuel_gauge = EMUL_DT_GET(DT_NODELABEL(smartbattery0)); in sbs_gauge_new_api_setup()
196 .mock = EMUL_DT_GET(DT_DRV_INST(inst)), \
250 .mock = EMUL_DT_GET(DT_DRV_INST(inst)), \
335 sbs_gauge_emul_reset(EMUL_DT_GET(DT_DRV_INST(inst)));
31 .target = EMUL_DT_GET(DT_NODELABEL(icm42688)), in icm42688_setup()
1381 * Added :c:macro:`EMUL_DT_GET` to mirror :c:macro:`DEVICE_DT_GET`.