Searched refs:DT_INST_STRING_UPPER_TOKEN (Results 1 – 16 of 16) sorted by relevance
/Zephyr-latest/drivers/memc/ |
D | memc_nxp_s32_qspi.c | 82 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/ |
D | sx126x_stm32wl.c | 22 } pa_output = DT_INST_STRING_UPPER_TOKEN(0, power_amplifier_output);
|
/Zephyr-latest/drivers/adc/ |
D | adc_stm32.c | 117 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/ |
D | bc12_pi3usb9201.c | 615 .charging_mode = DT_INST_STRING_UPPER_TOKEN(inst, charging_mode), \
|
/Zephyr-latest/drivers/display/ |
D | display_st7789v.c | 373 ((DT_INST_STRING_UPPER_TOKEN(inst, mipi_mode) == MIPI_DBI_MODE_SPI_4WIRE) ? \
|
D | display_st7735r.c | 497 ((DT_INST_STRING_UPPER_TOKEN(inst, mipi_mode) == \
|
/Zephyr-latest/drivers/flash/ |
D | flash_nxp_s32_qspi_nor.c | 50 (_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/ |
D | wdt_nxp_fs26.c | 829 .wd_type = _CONCAT(FS26_WD_, DT_INST_STRING_UPPER_TOKEN(n, type)), \
|
/Zephyr-latest/drivers/gnss/ |
D | gnss_quectel_lcx6g.c | 842 .pps_mode = DT_INST_STRING_UPPER_TOKEN(inst, pps_mode), \
|
/Zephyr-latest/drivers/rtc/ |
D | rtc_pcf8523.c | 950 UTIL_CAT(PCF8523_PM_, DT_INST_STRING_UPPER_TOKEN(inst, battery_switch_over))
|
D | rtc_rv3028.c | 905 UTIL_CAT(RV3028_BSM_, DT_INST_STRING_UPPER_TOKEN(inst, backup_switch_mode))
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_nxp_s32_gmac.c | 621 _CONCAT(_CONCAT(GMAC_, DT_INST_STRING_UPPER_TOKEN(n, phy_connection_type)), _MODE)
|
/Zephyr-latest/include/zephyr/ |
D | devicetree.h | 4229 #define DT_INST_STRING_UPPER_TOKEN(inst, prop) \ macro
|
/Zephyr-latest/tests/lib/devicetree/api/src/ |
D | main.c | 3228 DT_INST_STRING_UPPER_TOKEN(inst, val), in ZTEST()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.1.rst | 770 :c:macro:`DT_INST_STRING_UPPER_TOKEN`,
|
D | release-notes-3.2.rst | 1007 * :c:macro:`DT_INST_STRING_UPPER_TOKEN`
|