Searched refs:ADC_InitStruct (Results 1 – 4 of 4) sorted by relevance
581 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *ADC_InitStruct) in LL_ADC_Init() argument588 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() argument633 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 …]
729 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *ADC_InitStruct) in LL_ADC_Init() argument736 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() argument778 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 …]
4708 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *ADC_InitStruct);4709 void LL_ADC_StructInit(LL_ADC_InitTypeDef *ADC_InitStruct);
7411 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *ADC_InitStruct);7412 void LL_ADC_StructInit(LL_ADC_InitTypeDef *ADC_InitStruct);