Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_adc_ex.h1013 #define IS_ADC_SAMPLING_DELAY(__DELAY__) (((__DELAY__) == ADC_TWOSAMPLINGDELAY_1CYCLE) || \ macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_adc_ex.c2097 assert_param(IS_ADC_SAMPLING_DELAY(multimode->TwoSamplingDelay)); in HAL_ADCEx_MultiModeConfigChannel()