Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_ll_adc.c93 #define IS_LL_ADC_SAMPLINGMODE(__SAMPLING_MODE__) (((__SAMPLING_MODE__) == LL_ADC_SAMPLING_AT_START
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_adc.h368 #define ADC_SAMPLING_AT_START (LL_ADC_SAMPLING_AT_START) /*!< Sampling only at conversion start…
Dstm32wb0x_ll_adc.h351 #define LL_ADC_SAMPLING_AT_START (0x00000000UL) /*!< Sampling only at conversion sta… macro