Searched refs:DT_INST_STRING_TOKEN (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/drivers/comparator/ |
D | comparator_nrf_comp.c | 16 _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))
|
D | comparator_nrf_lpcomp.c | 18 _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))
|
D | comparator_mcux_acmp.c | 83 MCUX_ACMP_ENUM(name, DT_INST_STRING_TOKEN(inst, prop))
|
/Zephyr-latest/drivers/spi/ |
D | spi_b91.c | 480 .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/ |
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-latest/drivers/espi/ |
D | espi_taf_npcx.c | 652 .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/ |
D | devicetree.h | 4219 #define DT_INST_STRING_TOKEN(inst, prop) \ macro
|
/Zephyr-latest/tests/lib/devicetree/api/src/ |
D | main.c | 3217 DT_INST_STRING_TOKEN(inst, val), 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 | 1004 * :c:macro:`DT_INST_STRING_TOKEN`
|