Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/comparator/
Dcomparator_nrf_comp.c16 _CONCAT(COMP_NRF_COMP_REFSEL_, DT_INST_STRING_TOKEN(inst, refsel))
22 _CONCAT(COMP_NRF_COMP_EXTREFSEL_, DT_INST_STRING_TOKEN(inst, extrefsel))
37 _CONCAT(COMP_NRF_COMP_SP_MODE_, DT_INST_STRING_TOKEN(inst, sp_mode))
43 _CONCAT(COMP_NRF_COMP_ISOURCE_, DT_INST_STRING_TOKEN(inst, isource))
46 _CONCAT(COMP_NRF_COMP_PSEL_, DT_INST_STRING_TOKEN(inst, psel))
Dcomparator_nrf_lpcomp.c18 _CONCAT(COMP_NRF_LPCOMP_REFSEL_, DT_INST_STRING_TOKEN(inst, refsel))
24 _CONCAT(COMP_NRF_LPCOMP_EXTREFSEL_, DT_INST_STRING_TOKEN(inst, extrefsel))
30 _CONCAT(COMP_NRF_LPCOMP_PSEL_, DT_INST_STRING_TOKEN(inst, psel))
Dcomparator_mcux_acmp.c83 MCUX_ACMP_ENUM(name, DT_INST_STRING_TOKEN(inst, prop))
/Zephyr-latest/drivers/spi/
Dspi_b91.c480 .cs_pin[0] = DT_INST_STRING_TOKEN(inst, cs0_pin), \
481 .cs_pin[1] = DT_INST_STRING_TOKEN(inst, cs1_pin), \
482 .cs_pin[2] = DT_INST_STRING_TOKEN(inst, cs2_pin), \
/Zephyr-latest/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-latest/drivers/espi/
Despi_taf_npcx.c652 .erase_sz = DT_INST_STRING_TOKEN(0, erase_sz),
653 .max_rd_sz = DT_INST_STRING_TOKEN(0, max_read_sz),
/Zephyr-latest/include/zephyr/
Ddevicetree.h4219 #define DT_INST_STRING_TOKEN(inst, prop) \ macro
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c3217 DT_INST_STRING_TOKEN(inst, val), 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.rst1004 * :c:macro:`DT_INST_STRING_TOKEN`