Home
last modified time | relevance | path

Searched refs:DT_INST_STRING_UPPER_TOKEN (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/drivers/memc/
Dmemc_nxp_s32_qspi.c82 DT_INST_STRING_UPPER_TOKEN(n, data_rate)), \
119 DT_INST_STRING_UPPER_TOKEN(n, side##_dll_mode)), \
132 _CONCAT(QSPI_IP_READ_MODE_, DT_INST_STRING_UPPER_TOKEN(n, side##_rx_clock_source))
163 _CONCAT(FEATURE_QSPI_, DT_INST_STRING_UPPER_TOKEN(n, a_rx_clock_source)) == 1,\
/Zephyr-latest/drivers/lora/
Dsx126x_stm32wl.c22 } pa_output = DT_INST_STRING_UPPER_TOKEN(0, power_amplifier_output);
/Zephyr-latest/drivers/adc/
Dadc_stm32.c117 IS_EQ(DT_INST_STRING_UPPER_TOKEN(inst, prop), compare_value) ||
1689 #define ADC_STM32_CLOCK(x) DT_INST_STRING_UPPER_TOKEN(x, st_adc_clock_source)
1868 .sequencer_type = DT_INST_STRING_UPPER_TOKEN(index, st_adc_sequencer), \
1869 .oversampler_type = DT_INST_STRING_UPPER_TOKEN(index, st_adc_oversampler), \
/Zephyr-latest/drivers/usb/bc12/
Dbc12_pi3usb9201.c615 .charging_mode = DT_INST_STRING_UPPER_TOKEN(inst, charging_mode), \
/Zephyr-latest/drivers/display/
Ddisplay_st7789v.c373 ((DT_INST_STRING_UPPER_TOKEN(inst, mipi_mode) == MIPI_DBI_MODE_SPI_4WIRE) ? \
Ddisplay_st7735r.c497 ((DT_INST_STRING_UPPER_TOKEN(inst, mipi_mode) == \
/Zephyr-latest/drivers/flash/
Dflash_nxp_s32_qspi_nor.c50 (_CONCAT(QSPI_SEQ_PP_, DT_INST_STRING_UPPER_TOKEN(n, writeoc))),\
55 (_CONCAT(QSPI_SEQ_READ_, DT_INST_STRING_UPPER_TOKEN(n, readoc))),\
/Zephyr-latest/drivers/watchdog/
Dwdt_nxp_fs26.c829 .wd_type = _CONCAT(FS26_WD_, DT_INST_STRING_UPPER_TOKEN(n, type)), \
/Zephyr-latest/drivers/gnss/
Dgnss_quectel_lcx6g.c842 .pps_mode = DT_INST_STRING_UPPER_TOKEN(inst, pps_mode), \
/Zephyr-latest/drivers/rtc/
Drtc_pcf8523.c950 UTIL_CAT(PCF8523_PM_, DT_INST_STRING_UPPER_TOKEN(inst, battery_switch_over))
Drtc_rv3028.c905 UTIL_CAT(RV3028_BSM_, DT_INST_STRING_UPPER_TOKEN(inst, backup_switch_mode))
/Zephyr-latest/drivers/ethernet/
Deth_nxp_s32_gmac.c621 _CONCAT(_CONCAT(GMAC_, DT_INST_STRING_UPPER_TOKEN(n, phy_connection_type)), _MODE)
/Zephyr-latest/include/zephyr/
Ddevicetree.h4229 #define DT_INST_STRING_UPPER_TOKEN(inst, prop) \ macro
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c3228 DT_INST_STRING_UPPER_TOKEN(inst, val), in ZTEST()
/Zephyr-latest/doc/releases/
Drelease-notes-3.1.rst770 :c:macro:`DT_INST_STRING_UPPER_TOKEN`,
Drelease-notes-3.2.rst1007 * :c:macro:`DT_INST_STRING_UPPER_TOKEN`