Home
last modified time | relevance | path

Searched refs:Multimode (Results 1 – 4 of 4) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_ll_adc.c329 assert_param(IS_LL_ADC_MULTI_MODE(ADC_CommonInitStruct->Multimode)); in LL_ADC_CommonInit()
330 if(ADC_CommonInitStruct->Multimode != LL_ADC_MULTI_INDEPENDENT) in LL_ADC_CommonInit()
354 if(ADC_CommonInitStruct->Multimode != LL_ADC_MULTI_INDEPENDENT) in LL_ADC_CommonInit()
364 | ADC_CommonInitStruct->Multimode in LL_ADC_CommonInit()
411 ADC_CommonInitStruct->Multimode = LL_ADC_MULTI_INDEPENDENT; in LL_ADC_CommonStructInit()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_ll_adc.c348 assert_param(IS_LL_ADC_MULTI_MODE(ADC_CommonInitStruct->Multimode)); in LL_ADC_CommonInit()
349 if (ADC_CommonInitStruct->Multimode != LL_ADC_MULTI_INDEPENDENT) in LL_ADC_CommonInit()
373 if (ADC_CommonInitStruct->Multimode != LL_ADC_MULTI_INDEPENDENT) in LL_ADC_CommonInit()
383 | ADC_CommonInitStruct->Multimode in LL_ADC_CommonInit()
430 ADC_CommonInitStruct->Multimode = LL_ADC_MULTI_INDEPENDENT; in LL_ADC_CommonStructInit()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_ll_adc.h329 …uint32_t Multimode; /*!< Set ADC multimode configuration to operate in independe… member
3619 __STATIC_INLINE void LL_ADC_SetMultimode(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t Multimode) in LL_ADC_SetMultimode() argument
3621 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_MULTI, Multimode); in LL_ADC_SetMultimode()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_adc.h408 …uint32_t Multimode; /*!< Set ADC multimode configuration to operate in independe… member
5654 __STATIC_INLINE void LL_ADC_SetMultimode(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t Multimode) in LL_ADC_SetMultimode() argument
5656 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_DUAL, Multimode); in LL_ADC_SetMultimode()