Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_adc.h347 #define ADC_CHANNEL_VINM2 (LL_ADC_CHANNEL_VINM2) /*!< ADC channel for VINM2 to si… macro
1024 ((__CHANNEL__) == ADC_CHANNEL_VINM2) || \
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_adc.c2256 case ADC_CHANNEL_VINM2: in HAL_ADC_ConfigChannel()