Searched refs:DT_INST_STRING_TOKEN (Results 1 – 7 of 7) sorted by relevance
/Zephyr-Core-3.7.0/drivers/spi/ |
D | spi_b91.c | 476 .cs_pin[0] = DT_INST_STRING_TOKEN(inst, cs0_pin), \ 477 .cs_pin[1] = DT_INST_STRING_TOKEN(inst, cs1_pin), \ 478 .cs_pin[2] = DT_INST_STRING_TOKEN(inst, cs2_pin), \
|
/Zephyr-Core-3.7.0/drivers/flash/ |
D | flash_npcx_fiu_nor.c | 60 DT_INST_STRING_TOKEN(inst, quad_enable_requirements))), \ 595 DT_INST_STRING_TOKEN(n, rd_mode) == NPCX_RD_MODE_FAST_DUAL, \ 608 .rd_mode = DT_INST_STRING_TOKEN(n, rd_mode), \
|
/Zephyr-Core-3.7.0/drivers/espi/ |
D | espi_taf_npcx.c | 550 .erase_sz = DT_INST_STRING_TOKEN(0, erase_sz), 551 .max_rd_sz = DT_INST_STRING_TOKEN(0, max_read_sz),
|
/Zephyr-Core-3.7.0/include/zephyr/ |
D | devicetree.h | 3921 #define DT_INST_STRING_TOKEN(inst, prop) \ macro
|
/Zephyr-Core-3.7.0/tests/lib/devicetree/api/src/ |
D | main.c | 2967 DT_INST_STRING_TOKEN(inst, val), in ZTEST()
|
/Zephyr-Core-3.7.0/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 | 1004 * :c:macro:`DT_INST_STRING_TOKEN`
|