Home
last modified time | relevance | path

Searched refs:__SAMPLING_MODE__ (Results 1 – 2 of 2) 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… argument
94 … ((__SAMPLING_MODE__) == LL_ADC_SAMPLING_AT_END) )
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_adc.h903 #define IS_ADC_SAMPLINGMODE(__SAMPLING_MODE__) (((__SAMPLING_MODE__) == ADC_SAMPLING_AT_START) || \ argument
904 ((__SAMPLING_MODE__) == ADC_SAMPLING_AT_END) )