Home
last modified time | relevance | path

Searched refs:DT_STRING_UPPER_TOKEN_OR (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/sensor/
Dbattery.h49 UTIL_CAT(BATTERY_CHEMISTRY_, DT_STRING_UPPER_TOKEN_OR(node_id, device_chemistry, UNKNOWN))
/Zephyr-latest/include/zephyr/drivers/
Dbluetooth.h93 UTIL_CAT(BT_HCI_BUS_, DT_STRING_UPPER_TOKEN_OR(node_id, bt_hci_bus, VIRTUAL))
/Zephyr-latest/drivers/display/
Ddisplay_ili9xxx.c524 .mode = DT_STRING_UPPER_TOKEN_OR( \
/Zephyr-latest/include/zephyr/
Ddevicetree.h1200 #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/
Dmain.c3270 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/
Drelease-notes-3.1.rst769 :c:macro:`DT_STRING_UPPER_TOKEN_OR`, :c:macro:`DT_INST_STRING_TOKEN`,
Drelease-notes-3.2.rst1014 * :c:macro:`DT_STRING_UPPER_TOKEN_OR`