Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/spi/
Dspi_b91.c476 .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/
Dflash_npcx_fiu_nor.c60 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/
Despi_taf_npcx.c550 .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/
Ddevicetree.h3921 #define DT_INST_STRING_TOKEN(inst, prop) \ macro
/Zephyr-Core-3.7.0/tests/lib/devicetree/api/src/
Dmain.c2967 DT_INST_STRING_TOKEN(inst, val), in ZTEST()
/Zephyr-Core-3.7.0/doc/releases/
Drelease-notes-3.1.rst769 :c:macro:`DT_STRING_UPPER_TOKEN_OR`, :c:macro:`DT_INST_STRING_TOKEN`,
Drelease-notes-3.2.rst1004 * :c:macro:`DT_INST_STRING_TOKEN`