Home
last modified time | relevance | path

Searched refs:DT_STRING_TOKEN (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/include/zephyr/linker/
Ddevicetree_regions.h49 DT_STRING_TOKEN(node_id, zephyr_memory_region)
85 #define _DT_MEMORY_REGION_FLAGS_TOKEN(n) DT_STRING_TOKEN(n, zephyr_memory_region_flags)
/Zephyr-latest/include/zephyr/devicetree/
Dport-endpoint.h265 DT_NODE_BY_ENDPOINT(DT_NODELABEL(DT_STRING_TOKEN(ep, remote_endpoint_label)))
/Zephyr-latest/drivers/pwm/
Dpwm_nxp_s32_emios.c717 .Mode = EMIOS_PWM_MODE(DT_STRING_TOKEN(node_id, pwm_mode)), \
718 .InternalPsSrc = EMIOS_PWM_PS_SRC(DT_STRING_TOKEN(node_id, prescaler_src)), \
722 (EMIOS_PWM_BUS(DT_STRING_TOKEN( \
728 .OutputPolarity = EMIOS_PWM_POLARITY(DT_STRING_TOKEN(node_id, polarity)), \
782 .ucMode = EMIOS_PWM_CAPTURE_MODE(DT_STRING_TOKEN(node_id, pwm_mode)), \
788 (EMIOS_PWM_CAPTURE_BUS(DT_STRING_TOKEN( \
/Zephyr-latest/include/zephyr/drivers/
Dadc.h240 .gain = DT_STRING_TOKEN(node_id, zephyr_gain), \
241 .reference = DT_STRING_TOKEN(node_id, zephyr_reference), \
/Zephyr-latest/drivers/misc/nxp_s32_emios/
Dnxp_s32_emios.c73 .masterMode = NXP_S32_EMIOS_MASTER_BUS_MODE(DT_STRING_TOKEN(node_id, mode)), \
/Zephyr-latest/include/zephyr/
Ddevicetree.h1106 #define DT_STRING_TOKEN(node_id, prop) \ macro
1124 (DT_STRING_TOKEN(node_id, prop)), (default_value))
4220 DT_STRING_TOKEN(DT_DRV_INST(inst), prop)
/Zephyr-latest/drivers/audio/
Ddmic_nrfx_pdm.c632 #define PDM_CLK_SRC(idx) DT_STRING_TOKEN(PDM(idx), clock_source)
/Zephyr-latest/drivers/counter/
Dcounter_renesas_ra_agt.c556 .count_source = DT_STRING_TOKEN(TIMER(n), renesas_count_source), \
/Zephyr-latest/drivers/flash/
Dflash_stm32_qspi.c1600 (_CONCAT(SPI_NOR_CMD_, DT_STRING_TOKEN(DT_DRV_INST(inst), writeoc))), \
1606 DT_STRING_TOKEN(DT_DRV_INST(inst), quad_enable_requirements))), \
Dflash_stm32_xspi.c37 (_CONCAT(HAL_XSPIM_, DT_STRING_TOKEN(STM32_XSPI_NODE, prop))), \
2389 (_CONCAT(SPI_NOR_CMD_, DT_STRING_TOKEN(DT_DRV_INST(inst), writeoc))), \
2395 DT_STRING_TOKEN(DT_DRV_INST(inst), quad_enable_requirements))), \
Dflash_stm32_ospi.c36 (_CONCAT(HAL_OSPIM_, DT_STRING_TOKEN(STM32_OSPI_NODE, prop))), \
2570 (_CONCAT(SPI_NOR_CMD_, DT_STRING_TOKEN(DT_DRV_INST(inst), writeoc))), \
2576 DT_STRING_TOKEN(DT_DRV_INST(inst), quad_enable_requirements))), \
Dnrf_qspi_nor.c157 DT_STRING_TOKEN(DT_DRV_INST(0), \
/Zephyr-latest/drivers/i2s/
Di2s_nrfx.c926 #define I2S_CLK_SRC(idx) DT_STRING_TOKEN(I2S(idx), clock_source)
/Zephyr-latest/doc/releases/
Drelease-notes-2.7.rst104 :c:macro:`DT_STRING_TOKEN` and :c:macro:`DT_STRING_UPPER_TOKEN`
762 * New macros for converting strings to C tokens: :c:macro:`DT_STRING_TOKEN`,