Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/adc/
Dadc_stm32.c1689 #define ADC_STM32_CLOCK(x) DT_INST_STRING_UPPER_TOKEN(x, st_adc_clock_source) macro
1694 COND_CODE_1(IS_EQ(ADC_STM32_CLOCK(x), SYNC), \
1707 BUILD_ASSERT(IS_EQ(ADC_STM32_CLOCK(x), SYNC) || (DT_INST_NUM_CLOCKS(x) > 1), \