/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_ll_adc.c | 368 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *ADC_InitStruct) in LL_ADC_Init() argument 375 assert_param(IS_LL_ADC_CLOCK(ADC_InitStruct->Clock)); in LL_ADC_Init() 376 assert_param(IS_LL_ADC_RESOLUTION(ADC_InitStruct->Resolution)); in LL_ADC_Init() 377 assert_param(IS_LL_ADC_DATA_ALIGN(ADC_InitStruct->DataAlignment)); in LL_ADC_Init() 378 assert_param(IS_LL_ADC_LOW_POWER(ADC_InitStruct->LowPowerMode)); in LL_ADC_Init() 395 ADC_InitStruct->Resolution in LL_ADC_Init() 396 | ADC_InitStruct->DataAlignment in LL_ADC_Init() 397 | ADC_InitStruct->LowPowerMode in LL_ADC_Init() 403 ADC_InitStruct->Clock in LL_ADC_Init() 420 void LL_ADC_StructInit(LL_ADC_InitTypeDef *ADC_InitStruct) in LL_ADC_StructInit() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_ll_adc.c | 479 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *ADC_InitStruct) in LL_ADC_Init() argument 486 assert_param(IS_LL_ADC_CLOCK(ADC_InitStruct->Clock)); in LL_ADC_Init() 487 assert_param(IS_LL_ADC_RESOLUTION(ADC_InitStruct->Resolution)); in LL_ADC_Init() 488 assert_param(IS_LL_ADC_DATA_ALIGN(ADC_InitStruct->DataAlignment)); in LL_ADC_Init() 489 assert_param(IS_LL_ADC_LOW_POWER(ADC_InitStruct->LowPowerMode)); in LL_ADC_Init() 506 ADC_InitStruct->Resolution in LL_ADC_Init() 507 | ADC_InitStruct->DataAlignment in LL_ADC_Init() 508 | ADC_InitStruct->LowPowerMode in LL_ADC_Init() 514 ADC_InitStruct->Clock in LL_ADC_Init() 531 void LL_ADC_StructInit(LL_ADC_InitTypeDef *ADC_InitStruct) in LL_ADC_StructInit() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_ll_adc.c | 522 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *ADC_InitStruct) in LL_ADC_Init() argument 529 assert_param(IS_LL_ADC_CLOCK(ADC_InitStruct->Clock)); in LL_ADC_Init() 530 assert_param(IS_LL_ADC_RESOLUTION(ADC_InitStruct->Resolution)); in LL_ADC_Init() 531 assert_param(IS_LL_ADC_DATA_ALIGN(ADC_InitStruct->DataAlignment)); in LL_ADC_Init() 532 assert_param(IS_LL_ADC_LOW_POWER(ADC_InitStruct->LowPowerMode)); in LL_ADC_Init() 549 ADC_InitStruct->Resolution in LL_ADC_Init() 550 | ADC_InitStruct->DataAlignment in LL_ADC_Init() 551 | ADC_InitStruct->LowPowerMode in LL_ADC_Init() 557 ADC_InitStruct->Clock in LL_ADC_Init() 575 void LL_ADC_StructInit(LL_ADC_InitTypeDef *ADC_InitStruct) in LL_ADC_StructInit() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_ll_adc.c | 572 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *ADC_InitStruct) in LL_ADC_Init() argument 579 assert_param(IS_LL_ADC_RESOLUTION(ADC_InitStruct->Resolution)); in LL_ADC_Init() 580 assert_param(IS_LL_ADC_DATA_ALIGN(ADC_InitStruct->DataAlignment)); in LL_ADC_Init() 586 …assert_param(IS_LL_ADC_LOW_POWER_AUTOWAIT(ADC_InitStruct->LowPowerMode & ~(ADC_CR1_PDI | ADC_CR1_P… in LL_ADC_Init() 587 assert_param(IS_LL_ADC_LOW_POWER_AUTOPOWEROFF(ADC_InitStruct->LowPowerMode & ~(ADC_CR2_DELS))); in LL_ADC_Init() 588 assert_param(IS_LL_ADC_SCAN_SELECTION(ADC_InitStruct->SequencersScanMode)); in LL_ADC_Init() 605 ADC_InitStruct->Resolution in LL_ADC_Init() 606 | (ADC_InitStruct->LowPowerMode & (ADC_CR1_PDI | ADC_CR1_PDD)) in LL_ADC_Init() 607 | ADC_InitStruct->SequencersScanMode in LL_ADC_Init() 614 ADC_InitStruct->DataAlignment in LL_ADC_Init() [all …]
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_adc.c | 829 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, const LL_ADC_InitTypeDef *ADC_InitStruct) in LL_ADC_Init() argument 837 assert_param(IS_LL_ADC_CLOCK(ADC_InitStruct->Clock)); in LL_ADC_Init() 839 assert_param(IS_LL_ADC_RESOLUTION(ADC_InitStruct->Resolution)); in LL_ADC_Init() 840 assert_param(IS_LL_ADC_DATA_ALIGN(ADC_InitStruct->DataAlignment)); in LL_ADC_Init() 841 assert_param(IS_LL_ADC_LOW_POWER(ADC_InitStruct->LowPowerMode)); in LL_ADC_Init() 859 ADC_InitStruct->Resolution in LL_ADC_Init() 860 | ADC_InitStruct->DataAlignment in LL_ADC_Init() 861 | ADC_InitStruct->LowPowerMode in LL_ADC_Init() 867 ADC_InitStruct->Clock in LL_ADC_Init() 875 ADC_InitStruct->Resolution in LL_ADC_Init() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_adc.c | 820 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *ADC_InitStruct) in LL_ADC_Init() argument 827 assert_param(IS_LL_ADC_RESOLUTION(ADC_InitStruct->Resolution)); in LL_ADC_Init() 828 assert_param(IS_LL_ADC_LEFT_BIT_SHIFT(ADC_InitStruct->LeftBitShift)); in LL_ADC_Init() 829 assert_param(IS_LL_ADC_LOW_POWER(ADC_InitStruct->LowPowerMode)); in LL_ADC_Init() 847 …((__LL_ADC12_RESOLUTION_TO_ADC3(ADC_InitStruct->Resolution) & (ADC_CFGR_RES_1 | ADC_CFGR_RES_0)) … in LL_ADC_Init() 848 | ADC_InitStruct->LowPowerMode in LL_ADC_Init() 857 ADC_InitStruct->Resolution in LL_ADC_Init() 858 | ADC_InitStruct->LowPowerMode in LL_ADC_Init() 866 ADC_InitStruct->Resolution in LL_ADC_Init() 867 | ADC_InitStruct->LowPowerMode in LL_ADC_Init() [all …]
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_adc.c | 1024 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *ADC_InitStruct) in LL_ADC_Init() argument 1031 assert_param(IS_LL_ADC_RESOLUTION(ADC_InitStruct->Resolution)); in LL_ADC_Init() 1032 assert_param(IS_LL_ADC_DATA_ALIGN(ADC_InitStruct->DataAlignment)); in LL_ADC_Init() 1033 assert_param(IS_LL_ADC_LOW_POWER(ADC_InitStruct->LowPowerMode)); in LL_ADC_Init() 1049 ADC_InitStruct->Resolution in LL_ADC_Init() 1050 | ADC_InitStruct->DataAlignment in LL_ADC_Init() 1051 | ADC_InitStruct->LowPowerMode in LL_ADC_Init() 1069 void LL_ADC_StructInit(LL_ADC_InitTypeDef *ADC_InitStruct) in LL_ADC_StructInit() argument 1073 ADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B; in LL_ADC_StructInit() 1074 ADC_InitStruct->DataAlignment = LL_ADC_DATA_ALIGN_RIGHT; in LL_ADC_StructInit() [all …]
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_adc.c | 571 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *ADC_InitStruct) in LL_ADC_Init() argument 578 assert_param(IS_LL_ADC_RESOLUTION(ADC_InitStruct->Resolution)); in LL_ADC_Init() 579 assert_param(IS_LL_ADC_DATA_ALIGN(ADC_InitStruct->DataAlignment)); in LL_ADC_Init() 580 assert_param(IS_LL_ADC_SCAN_SELECTION(ADC_InitStruct->SequencersScanMode)); in LL_ADC_Init() 594 ADC_InitStruct->Resolution in LL_ADC_Init() 595 | ADC_InitStruct->SequencersScanMode in LL_ADC_Init() 601 ADC_InitStruct->DataAlignment in LL_ADC_Init() 619 void LL_ADC_StructInit(LL_ADC_InitTypeDef *ADC_InitStruct) in LL_ADC_StructInit() argument 623 ADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B; in LL_ADC_StructInit() 624 ADC_InitStruct->DataAlignment = LL_ADC_DATA_ALIGN_RIGHT; in LL_ADC_StructInit() [all …]
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_adc.c | 585 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *ADC_InitStruct) in LL_ADC_Init() argument 592 assert_param(IS_LL_ADC_RESOLUTION(ADC_InitStruct->Resolution)); in LL_ADC_Init() 593 assert_param(IS_LL_ADC_DATA_ALIGN(ADC_InitStruct->DataAlignment)); in LL_ADC_Init() 594 assert_param(IS_LL_ADC_SCAN_SELECTION(ADC_InitStruct->SequencersScanMode)); in LL_ADC_Init() 608 ADC_InitStruct->Resolution in LL_ADC_Init() 609 | ADC_InitStruct->SequencersScanMode in LL_ADC_Init() 615 ADC_InitStruct->DataAlignment in LL_ADC_Init() 633 void LL_ADC_StructInit(LL_ADC_InitTypeDef *ADC_InitStruct) in LL_ADC_StructInit() argument 637 ADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B; in LL_ADC_StructInit() 638 ADC_InitStruct->DataAlignment = LL_ADC_DATA_ALIGN_RIGHT; in LL_ADC_StructInit() [all …]
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_adc.c | 593 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *ADC_InitStruct) in LL_ADC_Init() argument 600 assert_param(IS_LL_ADC_RESOLUTION(ADC_InitStruct->Resolution)); in LL_ADC_Init() 601 assert_param(IS_LL_ADC_DATA_ALIGN(ADC_InitStruct->DataAlignment)); in LL_ADC_Init() 602 assert_param(IS_LL_ADC_SCAN_SELECTION(ADC_InitStruct->SequencersScanMode)); in LL_ADC_Init() 616 ADC_InitStruct->Resolution in LL_ADC_Init() 617 | ADC_InitStruct->SequencersScanMode in LL_ADC_Init() 623 ADC_InitStruct->DataAlignment in LL_ADC_Init() 641 void LL_ADC_StructInit(LL_ADC_InitTypeDef *ADC_InitStruct) in LL_ADC_StructInit() argument 645 ADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B; in LL_ADC_StructInit() 646 ADC_InitStruct->DataAlignment = LL_ADC_DATA_ALIGN_RIGHT; in LL_ADC_StructInit() [all …]
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_adc.c | 555 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *ADC_InitStruct) in LL_ADC_Init() argument 562 assert_param(IS_LL_ADC_DATA_ALIGN(ADC_InitStruct->DataAlignment)); in LL_ADC_Init() 563 assert_param(IS_LL_ADC_SCAN_SELECTION(ADC_InitStruct->SequencersScanMode)); in LL_ADC_Init() 575 ADC_InitStruct->SequencersScanMode in LL_ADC_Init() 581 ADC_InitStruct->DataAlignment in LL_ADC_Init() 599 void LL_ADC_StructInit(LL_ADC_InitTypeDef *ADC_InitStruct) in LL_ADC_StructInit() argument 603 ADC_InitStruct->DataAlignment = LL_ADC_DATA_ALIGN_RIGHT; in LL_ADC_StructInit() 609 ADC_InitStruct->SequencersScanMode = LL_ADC_SEQ_SCAN_ENABLE; in LL_ADC_StructInit()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_ll_adc.h | 3377 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *ADC_InitStruct); 3378 void LL_ADC_StructInit(LL_ADC_InitTypeDef *ADC_InitStruct);
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_ll_adc.h | 4041 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *ADC_InitStruct); 4042 void LL_ADC_StructInit(LL_ADC_InitTypeDef *ADC_InitStruct);
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_ll_adc.h | 3895 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *ADC_InitStruct); 3896 void LL_ADC_StructInit(LL_ADC_InitTypeDef *ADC_InitStruct);
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_adc.h | 7252 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *ADC_InitStruct); 7253 void LL_ADC_StructInit(LL_ADC_InitTypeDef *ADC_InitStruct); 10791 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *ADC_InitStruct); 10792 void LL_ADC_StructInit(LL_ADC_InitTypeDef *ADC_InitStruct);
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_adc.h | 4584 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *ADC_InitStruct); 4585 void LL_ADC_StructInit(LL_ADC_InitTypeDef *ADC_InitStruct);
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_ll_adc.h | 5486 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *ADC_InitStruct); 5487 void LL_ADC_StructInit(LL_ADC_InitTypeDef *ADC_InitStruct);
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_adc.h | 4695 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *ADC_InitStruct); 4696 void LL_ADC_StructInit(LL_ADC_InitTypeDef *ADC_InitStruct);
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_adc.h | 4747 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *ADC_InitStruct); 4748 void LL_ADC_StructInit(LL_ADC_InitTypeDef *ADC_InitStruct);
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_ll_adc.h | 5171 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *ADC_InitStruct); 5172 void LL_ADC_StructInit(LL_ADC_InitTypeDef *ADC_InitStruct);
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_adc.h | 7183 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *ADC_InitStruct); 7184 void LL_ADC_StructInit(LL_ADC_InitTypeDef *ADC_InitStruct);
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_adc.h | 7985 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, const LL_ADC_InitTypeDef *ADC_InitStruct); 7986 void LL_ADC_StructInit(LL_ADC_InitTypeDef *ADC_InitStruct);
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_adc.h | 8377 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *ADC_InitStruct); 8378 void LL_ADC_StructInit(LL_ADC_InitTypeDef *ADC_InitStruct);
|