Searched refs:DT_STRING_TOKEN (Results 1 – 14 of 14) sorted by relevance
/Zephyr-latest/include/zephyr/linker/ |
D | devicetree_regions.h | 49 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/ |
D | port-endpoint.h | 265 DT_NODE_BY_ENDPOINT(DT_NODELABEL(DT_STRING_TOKEN(ep, remote_endpoint_label)))
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_nxp_s32_emios.c | 717 .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/ |
D | adc.h | 240 .gain = DT_STRING_TOKEN(node_id, zephyr_gain), \ 241 .reference = DT_STRING_TOKEN(node_id, zephyr_reference), \
|
/Zephyr-latest/drivers/misc/nxp_s32_emios/ |
D | nxp_s32_emios.c | 73 .masterMode = NXP_S32_EMIOS_MASTER_BUS_MODE(DT_STRING_TOKEN(node_id, mode)), \
|
/Zephyr-latest/include/zephyr/ |
D | devicetree.h | 1106 #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/ |
D | dmic_nrfx_pdm.c | 632 #define PDM_CLK_SRC(idx) DT_STRING_TOKEN(PDM(idx), clock_source)
|
/Zephyr-latest/drivers/counter/ |
D | counter_renesas_ra_agt.c | 556 .count_source = DT_STRING_TOKEN(TIMER(n), renesas_count_source), \
|
/Zephyr-latest/drivers/flash/ |
D | flash_stm32_qspi.c | 1600 (_CONCAT(SPI_NOR_CMD_, DT_STRING_TOKEN(DT_DRV_INST(inst), writeoc))), \ 1606 DT_STRING_TOKEN(DT_DRV_INST(inst), quad_enable_requirements))), \
|
D | flash_stm32_xspi.c | 37 (_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))), \
|
D | flash_stm32_ospi.c | 36 (_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))), \
|
D | nrf_qspi_nor.c | 157 DT_STRING_TOKEN(DT_DRV_INST(0), \
|
/Zephyr-latest/drivers/i2s/ |
D | i2s_nrfx.c | 926 #define I2S_CLK_SRC(idx) DT_STRING_TOKEN(I2S(idx), clock_source)
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.7.rst | 104 :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`,
|