Searched refs:DT_PROP_LAST (Results 1 – 3 of 3) sorted by relevance
| /Zephyr-latest/soc/nordic/common/ |
| D | soc_nrf_common.h | 255 (DT_PROP_LAST(DT_CLOCKS_CTLR(node), supported_clock_frequency)))), \
|
| /Zephyr-latest/include/zephyr/ |
| D | devicetree.h | 919 #define DT_PROP_LAST(node_id, prop) \ macro
|
| /Zephyr-latest/tests/lib/devicetree/api/src/ |
| D | main.c | 125 zassert_true(!strcmp(DT_PROP_LAST(TEST_DEADBEEF, compatible), "vnd,gpio-device"), ""); in ZTEST() 1628 zassert_equal(DT_PROP_LAST(TEST_ARRAYS, a), a[2], ""); in ZTEST()
|