Searched refs:NODE_ID (Results 1 – 5 of 5) sorted by relevance
18 #define NODE_ID DT_COMPAT_GET_ANY_STATUS_OKAY(vnd_sensor) macro19 #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()
15 #define NODE_ID DT_INST(0, nxp_pdcfg_power) macro17 DT_PROP_OR(NODE_ID, deep_sleep_config, {}))
18 #define NODE_ID DT_INST(0, DT_DRV_COMPAT) macro
695 NODE_ID, enumerator740 NODE_ID; in proxy_adv_request_get()864 case NODE_ID: in gatt_proxy_advertise()
41 const struct device *dev = DEVICE_DT_GET(NODE_ID);43 where ``NODE_ID`` is a valid :ref:`node identifier <dt-node-identifiers>`, but