Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_adc.h383 #define ADC_SAMPLETIME_3CYCLES 0x00000000U macro
739 #define IS_ADC_SAMPLE_TIME(TIME) (((TIME) == ADC_SAMPLETIME_3CYCLES) || \
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_adc.h392 #define ADC_SAMPLETIME_3CYCLES 0x00000000U macro
748 #define IS_ADC_SAMPLE_TIME(TIME) (((TIME) == ADC_SAMPLETIME_3CYCLES) || \
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_adc.h429 #define ADC_SAMPLETIME_3CYCLES ((uint32_t)0x00000000U) macro
788 #define IS_ADC_SAMPLE_TIME(__TIME__) (((__TIME__) == ADC_SAMPLETIME_3CYCLES) || \