Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_adc.h1171 #define IS_ADC_SAMPLING_TIME(__SAMPLING_TIME__) (((__SAMPLING_TIME__) == ADC_SAMPLETIME_1CYCLE_5) … macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_adc_ex.c1771 assert_param(IS_ADC_SAMPLING_TIME(pConfigInjected->InjectedSamplingTime)); in HAL_ADCEx_InjectedConfigChannel()
Dstm32n6xx_hal_adc.c2742 assert_param(IS_ADC_SAMPLING_TIME(pConfig->SamplingTime)); in HAL_ADC_ConfigChannel()