Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/src/
Dtest_stm32_clock_configuration_adc.c19 #define STM32_ADC_DOMAIN_CLOCK_SUPPORT 1 macro
21 #define STM32_ADC_DOMAIN_CLOCK_SUPPORT 0 macro
84 if (IS_ENABLED(STM32_ADC_DOMAIN_CLOCK_SUPPORT) && DT_NUM_CLOCKS(DT_NODELABEL(adc1)) > 1) { in ZTEST()
/Zephyr-latest/drivers/adc/
Dadc_stm32.c1426 #define STM32_ADC_DOMAIN_CLOCK_SUPPORT 1 macro
1428 #define STM32_ADC_DOMAIN_CLOCK_SUPPORT 0 macro
1445 if (IS_ENABLED(STM32_ADC_DOMAIN_CLOCK_SUPPORT) && (config->pclk_len > 1)) {