Searched refs:DT_STRING_UPPER_TOKEN_OR (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/include/zephyr/drivers/sensor/ |
D | battery.h | 49 UTIL_CAT(BATTERY_CHEMISTRY_, DT_STRING_UPPER_TOKEN_OR(node_id, device_chemistry, UNKNOWN))
|
/Zephyr-latest/include/zephyr/drivers/ |
D | bluetooth.h | 93 UTIL_CAT(BT_HCI_BUS_, DT_STRING_UPPER_TOKEN_OR(node_id, bt_hci_bus, VIRTUAL))
|
/Zephyr-latest/drivers/display/ |
D | display_ili9xxx.c | 524 .mode = DT_STRING_UPPER_TOKEN_OR( \
|
/Zephyr-latest/include/zephyr/ |
D | devicetree.h | 1200 #define DT_STRING_UPPER_TOKEN_OR(node_id, prop, default_value) \ macro 4655 DT_STRING_UPPER_TOKEN_OR(DT_DRV_INST(inst), name, default_value)
|
/Zephyr-latest/tests/lib/devicetree/api/src/ |
D | main.c | 3270 zassert_equal(DT_STRING_UPPER_TOKEN_OR(DT_NODELABEL(test_string_token_0), in ZTEST() 3272 zassert_equal(DT_STRING_UPPER_TOKEN_OR(DT_NODELABEL(test_string_token_1), in ZTEST() 3276 zassert_equal(DT_STRING_UPPER_TOKEN_OR(DT_NODELABEL(test_string_token_1), in ZTEST()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.1.rst | 769 :c:macro:`DT_STRING_UPPER_TOKEN_OR`, :c:macro:`DT_INST_STRING_TOKEN`,
|
D | release-notes-3.2.rst | 1014 * :c:macro:`DT_STRING_UPPER_TOKEN_OR`
|