Home
last modified time | relevance | path

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

/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()
458 LL_ADC_SetADCMode(hadc->Instance, LL_ADC_OP_MODE_FULL); in HAL_ADC_Init()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_adc.h1508 __STATIC_INLINE void LL_ADC_SetADCMode(ADC_TypeDef *ADCx, uint32_t OperationMode) in LL_ADC_SetADCMode() function