Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_adc.h461 #define ADC_OP_MODE_ADC (LL_ADC_OP_MODE_ADC) /*!< ADC operation mode ADC */
Dstm32wb0x_ll_adc.h452 #define LL_ADC_OP_MODE_ADC (0x2UL << ADC_CONF_OP_MODE_Pos) /*!< ADC operation mode ADC */ macro
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_adc.c453 LL_ADC_SetADCMode(hadc->Instance, LL_ADC_OP_MODE_ADC); in HAL_ADC_Init()