commit | 935268ee64fdf43e65eb7ede7fdea2a0e45caf5b | [log] [tgz] |
---|---|---|
author | Carlo Caione <ccaione@baylibre.com> | Tue Jul 04 17:50:12 2023 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Jul 07 11:41:19 2023 +0200 |
tree | 5e09ff32970aa9fface0e6fb09c81c015ee11c02 | |
parent | a6e9782b01099023a61787d282c83091395b46d5 [diff] |
devicetree.h: DT_FOREACH_NODE_VARGS, DT_FOREACH_STATUS_OKAY_NODE_VARGS Add the _VARGS variant of DT_FOREACH_NODE and DT_FOREACH_STATUS_OKAY_NODE for when we want to do some kind of operation on all the nodes in the tree. Signed-off-by: Carlo Caione <ccaione@baylibre.com>