Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_ll_adc.c581 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *ADC_InitStruct) in LL_ADC_Init() argument
588 assert_param(IS_LL_ADC_RESOLUTION(ADC_InitStruct->Resolution)); in LL_ADC_Init()
589 assert_param(IS_LL_ADC_DATA_ALIGN(ADC_InitStruct->DataAlignment)); in LL_ADC_Init()
590 assert_param(IS_LL_ADC_SCAN_SELECTION(ADC_InitStruct->SequencersScanMode)); in LL_ADC_Init()
604 ADC_InitStruct->Resolution in LL_ADC_Init()
605 | ADC_InitStruct->SequencersScanMode in LL_ADC_Init()
611 ADC_InitStruct->DataAlignment in LL_ADC_Init()
629 void LL_ADC_StructInit(LL_ADC_InitTypeDef *ADC_InitStruct) in LL_ADC_StructInit() argument
633 ADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B; in LL_ADC_StructInit()
634 ADC_InitStruct->DataAlignment = LL_ADC_DATA_ALIGN_RIGHT; in LL_ADC_StructInit()
[all …]
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_ll_adc.c729 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *ADC_InitStruct) in LL_ADC_Init() argument
736 assert_param(IS_LL_ADC_RESOLUTION(ADC_InitStruct->Resolution)); in LL_ADC_Init()
737 assert_param(IS_LL_ADC_DATA_ALIGN(ADC_InitStruct->DataAlignment)); in LL_ADC_Init()
738 assert_param(IS_LL_ADC_LOW_POWER(ADC_InitStruct->LowPowerMode)); in LL_ADC_Init()
754 ADC_InitStruct->Resolution in LL_ADC_Init()
755 | ADC_InitStruct->DataAlignment in LL_ADC_Init()
756 | ADC_InitStruct->LowPowerMode in LL_ADC_Init()
774 void LL_ADC_StructInit(LL_ADC_InitTypeDef *ADC_InitStruct) in LL_ADC_StructInit() argument
778 ADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B; in LL_ADC_StructInit()
779 ADC_InitStruct->DataAlignment = LL_ADC_DATA_ALIGN_RIGHT; in LL_ADC_StructInit()
[all …]
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_ll_adc.h4708 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *ADC_InitStruct);
4709 void LL_ADC_StructInit(LL_ADC_InitTypeDef *ADC_InitStruct);
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_adc.h7411 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *ADC_InitStruct);
7412 void LL_ADC_StructInit(LL_ADC_InitTypeDef *ADC_InitStruct);