Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_adc.h463 #define ADC_OP_MODE_FULL (LL_ADC_OP_MODE_FULL) /*!< ADC operation Full mode */
Dstm32wb0x_ll_adc.h453 #define LL_ADC_OP_MODE_FULL (0x3UL << ADC_CONF_OP_MODE_Pos) /*!< ADC operation Full mode */ macro
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_adc.c458 LL_ADC_SetADCMode(hadc->Instance, LL_ADC_OP_MODE_FULL); in HAL_ADC_Init()