Searched refs:NODE_ID (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/samples/subsys/rtio/sensor_batch_processing/src/ |
D | main.c | 18 #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-latest/soc/nxp/imxrt/imxrt5xx/cm33/ |
D | power.c | 15 #define NODE_ID DT_INST(0, nxp_pdcfg_power) macro 17 DT_PROP_OR(NODE_ID, deep_sleep_config, {}))
|
/Zephyr-latest/soc/nxp/rw/ |
D | power.c | 27 #define NODE_ID DT_INST(0, nxp_pdcfg_power) macro 114 uint32_t suspend_sleepconfig[5] = DT_PROP_OR(NODE_ID, deep_sleep_config, {}); in nxp_rw6xx_power_init()
|
/Zephyr-latest/drivers/misc/ft8xx/ |
D | ft8xx_drv.c | 18 #define NODE_ID DT_INST(0, DT_DRV_COMPAT) macro
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | proxy_srv.c | 708 NODE_ID, enumerator 753 NODE_ID; in proxy_adv_request_get() 877 case NODE_ID: in gatt_proxy_advertise()
|
/Zephyr-latest/doc/build/dts/ |
D | troubleshooting.rst | 41 const struct device *dev = DEVICE_DT_GET(NODE_ID); 43 where ``NODE_ID`` is a valid :ref:`node identifier <dt-node-identifiers>`, but
|