Home
last modified time | relevance | path

Searched refs:NODE_ID (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.6.0/samples/subsys/rtio/sensor_batch_processing/src/
Dmain.c18 #define NODE_ID DT_COMPAT_GET_ANY_STATUS_OKAY(vnd_sensor) macro
19 #define SAMPLE_PERIOD DT_PROP(NODE_ID, sample_period)
20 #define SAMPLE_SIZE DT_PROP(NODE_ID, sample_size)
27 const struct device *const vnd_sensor = DEVICE_DT_GET(NODE_ID); in main()
/Zephyr-Core-3.6.0/soc/arm/nxp_imx/rt5xx/
Dpower.c15 #define NODE_ID DT_INST(0, nxp_pdcfg_power) macro
17 DT_PROP_OR(NODE_ID, deep_sleep_config, {}))
/Zephyr-Core-3.6.0/drivers/misc/ft8xx/
Dft8xx_drv.c18 #define NODE_ID DT_INST(0, DT_DRV_COMPAT) macro
/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/
Dproxy_srv.c695 NODE_ID, enumerator
740 NODE_ID; in proxy_adv_request_get()
864 case NODE_ID: in gatt_proxy_advertise()
/Zephyr-Core-3.6.0/doc/build/dts/
Dtroubleshooting.rst41 const struct device *dev = DEVICE_DT_GET(NODE_ID);
43 where ``NODE_ID`` is a valid :ref:`node identifier <dt-node-identifiers>`, but