Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_adc.h1520 #define IS_ADC4_SAMPLE_TIME_COMMON(TIME) (((TIME) == ADC4_SAMPLINGTIME_COMMON_1) || \ macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_adc.c3343 assert_param(IS_ADC4_SAMPLE_TIME_COMMON(pConfig->SamplingTime)); in HAL_ADC_ConfigChannel()