/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_ll_adc.c | 505 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, const LL_ADC_InitTypeDef *pADC_InitStruct) in LL_ADC_Init() argument 512 assert_param(IS_LL_ADC_CLOCK(pADC_InitStruct->Clock)); in LL_ADC_Init() 513 assert_param(IS_LL_ADC_RESOLUTION(pADC_InitStruct->Resolution)); in LL_ADC_Init() 514 assert_param(IS_LL_ADC_DATA_ALIGN(pADC_InitStruct->DataAlignment)); in LL_ADC_Init() 515 assert_param(IS_LL_ADC_LOW_POWER(pADC_InitStruct->LowPowerMode)); in LL_ADC_Init() 532 pADC_InitStruct->Resolution in LL_ADC_Init() 533 | pADC_InitStruct->DataAlignment in LL_ADC_Init() 534 | pADC_InitStruct->LowPowerMode in LL_ADC_Init() 540 pADC_InitStruct->Clock in LL_ADC_Init() 558 void LL_ADC_StructInit(LL_ADC_InitTypeDef *pADC_InitStruct) in LL_ADC_StructInit() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_ll_adc.c | 516 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *pADC_InitStruct) in LL_ADC_Init() argument 523 assert_param(IS_LL_ADC_CLOCK(pADC_InitStruct->Clock)); in LL_ADC_Init() 524 assert_param(IS_LL_ADC_RESOLUTION(pADC_InitStruct->Resolution)); in LL_ADC_Init() 525 assert_param(IS_LL_ADC_DATA_ALIGN(pADC_InitStruct->DataAlignment)); in LL_ADC_Init() 526 assert_param(IS_LL_ADC_LOW_POWER(pADC_InitStruct->LowPowerMode)); in LL_ADC_Init() 543 pADC_InitStruct->Resolution in LL_ADC_Init() 544 | pADC_InitStruct->DataAlignment in LL_ADC_Init() 545 | pADC_InitStruct->LowPowerMode in LL_ADC_Init() 551 pADC_InitStruct->Clock in LL_ADC_Init() 569 void LL_ADC_StructInit(LL_ADC_InitTypeDef *pADC_InitStruct) in LL_ADC_StructInit() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_adc.c | 534 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, const LL_ADC_InitTypeDef *pADC_InitStruct) in LL_ADC_Init() argument 541 assert_param(IS_LL_ADC_CLOCK(pADC_InitStruct->Clock)); in LL_ADC_Init() 542 assert_param(IS_LL_ADC_RESOLUTION(pADC_InitStruct->Resolution)); in LL_ADC_Init() 543 assert_param(IS_LL_ADC_DATA_ALIGN(pADC_InitStruct->DataAlignment)); in LL_ADC_Init() 544 assert_param(IS_LL_ADC_LOW_POWER(pADC_InitStruct->LowPowerMode)); in LL_ADC_Init() 561 pADC_InitStruct->Resolution in LL_ADC_Init() 562 | pADC_InitStruct->DataAlignment in LL_ADC_Init() 563 | pADC_InitStruct->LowPowerMode in LL_ADC_Init() 569 pADC_InitStruct->Clock in LL_ADC_Init() 587 void LL_ADC_StructInit(LL_ADC_InitTypeDef *pADC_InitStruct) in LL_ADC_StructInit() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_adc.c | 838 ErrorStatus LL_ADC_Init(ADC_TypeDef *pADCx, LL_ADC_InitTypeDef *pADC_InitStruct) in LL_ADC_Init() argument 845 assert_param(IS_LL_ADC_RESOLUTION(pADC_InitStruct->Resolution)); in LL_ADC_Init() 846 assert_param(IS_LL_ADC_LOW_POWER(pADC_InitStruct->LowPowerMode)); in LL_ADC_Init() 849 assert_param(IS_LL_ADC_LEFT_BIT_SHIFT(pADC_InitStruct->LeftBitShift)); in LL_ADC_Init() 853 assert_param(IS_LL_ADC_DATA_ALIGN(pADC_InitStruct->DataAlignment)); in LL_ADC_Init() 868 … ADC_CFGR1_RES | ADC4_CFGR1_WAIT, pADC_InitStruct->Resolution | pADC_InitStruct->LowPowerMode); in LL_ADC_Init() 869 MODIFY_REG(pADCx->CFGR2, ADC_CFGR2_LSHIFT, pADC_InitStruct->LeftBitShift); in LL_ADC_Init() 875 pADC_InitStruct->DataAlignment in LL_ADC_Init() 876 | pADC_InitStruct->LowPowerMode in LL_ADC_Init() 878 LL_ADC_SetResolution(pADCx, pADC_InitStruct->Resolution); in LL_ADC_Init() [all …]
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
D | stm32wb0x_ll_adc.c | 211 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, const LL_ADC_InitTypeDef *pADC_InitStruct) in LL_ADC_Init() argument 218 assert_param(IS_LL_ADC_NB_CONV(pADC_InitStruct->SequenceLength)); in LL_ADC_Init() 219 assert_param(IS_LL_ADC_SAMPLINGMODE(pADC_InitStruct->SamplingMode)); in LL_ADC_Init() 220 assert_param(IS_LL_ADC_SAMPLERATE(pADC_InitStruct->SampleRate)); in LL_ADC_Init() 221 assert_param(IS_LL_ADC_OVERRUN(pADC_InitStruct->Overrun)); in LL_ADC_Init() 242 (pADC_InitStruct->SampleRate in LL_ADC_Init() 243 | pADC_InitStruct->SamplingMode in LL_ADC_Init() 244 | pADC_InitStruct->Overrun in LL_ADC_Init() 245 | ((pADC_InitStruct->SequenceLength - 1UL) << ADC_CONF_SEQ_LEN_Pos) in LL_ADC_Init() 246 | pADC_InitStruct->ContinuousConvMode)); in LL_ADC_Init()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_adc.c | 721 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, const LL_ADC_InitTypeDef *pADC_InitStruct) in LL_ADC_Init() argument 728 assert_param(IS_LL_ADC_RESOLUTION(pADC_InitStruct->Resolution)); in LL_ADC_Init() 729 assert_param(IS_LL_ADC_DATA_ALIGN(pADC_InitStruct->DataAlignment)); in LL_ADC_Init() 730 assert_param(IS_LL_ADC_LOW_POWER(pADC_InitStruct->LowPowerMode)); in LL_ADC_Init() 746 pADC_InitStruct->Resolution in LL_ADC_Init() 747 | pADC_InitStruct->DataAlignment in LL_ADC_Init() 748 | pADC_InitStruct->LowPowerMode in LL_ADC_Init() 767 void LL_ADC_StructInit(LL_ADC_InitTypeDef *pADC_InitStruct) in LL_ADC_StructInit() argument 771 pADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B; in LL_ADC_StructInit() 772 pADC_InitStruct->DataAlignment = LL_ADC_DATA_ALIGN_RIGHT; in LL_ADC_StructInit() [all …]
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_ll_adc.c | 729 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, const LL_ADC_InitTypeDef *pADC_InitStruct) in LL_ADC_Init() argument 736 assert_param(IS_LL_ADC_RESOLUTION(pADC_InitStruct->Resolution)); in LL_ADC_Init() 737 assert_param(IS_LL_ADC_LOW_POWER(pADC_InitStruct->LowPowerMode)); in LL_ADC_Init() 738 assert_param(IS_LL_ADC_LEFT_BIT_SHIFT(pADC_InitStruct->LeftBitShift)); in LL_ADC_Init() 753 pADC_InitStruct->Resolution in LL_ADC_Init() 754 | pADC_InitStruct->LowPowerMode in LL_ADC_Init() 757 MODIFY_REG(ADCx->CFGR2, ADC_CFGR2_LSHIFT, pADC_InitStruct->LeftBitShift); in LL_ADC_Init() 774 void LL_ADC_StructInit(LL_ADC_InitTypeDef *pADC_InitStruct) in LL_ADC_StructInit() argument 778 pADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B; in LL_ADC_StructInit() 779 pADC_InitStruct->LowPowerMode = LL_ADC_LP_MODE_NONE; in LL_ADC_StructInit() [all …]
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_adc.c | 721 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, const LL_ADC_InitTypeDef *pADC_InitStruct) in LL_ADC_Init() argument 728 assert_param(IS_LL_ADC_RESOLUTION(pADC_InitStruct->Resolution)); in LL_ADC_Init() 729 assert_param(IS_LL_ADC_DATA_ALIGN(pADC_InitStruct->DataAlignment)); in LL_ADC_Init() 730 assert_param(IS_LL_ADC_LOW_POWER(pADC_InitStruct->LowPowerMode)); in LL_ADC_Init() 746 pADC_InitStruct->Resolution in LL_ADC_Init() 747 | pADC_InitStruct->DataAlignment in LL_ADC_Init() 748 | pADC_InitStruct->LowPowerMode in LL_ADC_Init() 767 void LL_ADC_StructInit(LL_ADC_InitTypeDef *pADC_InitStruct) in LL_ADC_StructInit() argument 771 pADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B; in LL_ADC_StructInit() 772 pADC_InitStruct->DataAlignment = LL_ADC_DATA_ALIGN_RIGHT; in LL_ADC_StructInit() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_ll_adc.c | 734 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, const LL_ADC_InitTypeDef *pADC_InitStruct) in LL_ADC_Init() argument 741 assert_param(IS_LL_ADC_RESOLUTION(pADC_InitStruct->Resolution)); in LL_ADC_Init() 742 assert_param(IS_LL_ADC_DATA_ALIGN(pADC_InitStruct->DataAlignment)); in LL_ADC_Init() 743 assert_param(IS_LL_ADC_LOW_POWER(pADC_InitStruct->LowPowerMode)); in LL_ADC_Init() 759 pADC_InitStruct->Resolution in LL_ADC_Init() 760 | pADC_InitStruct->DataAlignment in LL_ADC_Init() 761 | pADC_InitStruct->LowPowerMode in LL_ADC_Init() 780 void LL_ADC_StructInit(LL_ADC_InitTypeDef *pADC_InitStruct) in LL_ADC_StructInit() argument 784 pADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B; in LL_ADC_StructInit() 785 pADC_InitStruct->DataAlignment = LL_ADC_DATA_ALIGN_RIGHT; in LL_ADC_StructInit() [all …]
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_adc.c | 778 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, const LL_ADC_InitTypeDef *pADC_InitStruct) in LL_ADC_Init() argument 785 assert_param(IS_LL_ADC_RESOLUTION(pADC_InitStruct->Resolution)); in LL_ADC_Init() 786 assert_param(IS_LL_ADC_DATA_ALIGN(pADC_InitStruct->DataAlignment)); in LL_ADC_Init() 787 assert_param(IS_LL_ADC_LOW_POWER(pADC_InitStruct->LowPowerMode)); in LL_ADC_Init() 803 pADC_InitStruct->Resolution in LL_ADC_Init() 804 | pADC_InitStruct->DataAlignment in LL_ADC_Init() 805 | pADC_InitStruct->LowPowerMode in LL_ADC_Init() 824 void LL_ADC_StructInit(LL_ADC_InitTypeDef *pADC_InitStruct) in LL_ADC_StructInit() argument 828 pADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B; in LL_ADC_StructInit() 829 pADC_InitStruct->DataAlignment = LL_ADC_DATA_ALIGN_RIGHT; in LL_ADC_StructInit() [all …]
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_ll_adc.c | 752 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *pADC_InitStruct) in LL_ADC_Init() argument 759 assert_param(IS_LL_ADC_RESOLUTION(pADC_InitStruct->Resolution)); in LL_ADC_Init() 760 assert_param(IS_LL_ADC_LEFT_BIT_SHIFT(pADC_InitStruct->LeftBitShift)); in LL_ADC_Init() 761 assert_param(IS_LL_ADC_LOW_POWER(pADC_InitStruct->LowPowerMode)); in LL_ADC_Init() 776 pADC_InitStruct->Resolution in LL_ADC_Init() 777 | pADC_InitStruct->LowPowerMode in LL_ADC_Init() 780 MODIFY_REG(ADCx->CFGR2, ADC_CFGR2_LSHIFT, pADC_InitStruct->LeftBitShift); in LL_ADC_Init() 797 void LL_ADC_StructInit(LL_ADC_InitTypeDef *pADC_InitStruct) in LL_ADC_StructInit() argument 801 pADC_InitStruct->Resolution = LL_ADC_RESOLUTION_16B; in LL_ADC_StructInit() 802 pADC_InitStruct->LeftBitShift = LL_ADC_LEFT_BIT_SHIFT_NONE; in LL_ADC_StructInit() [all …]
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_ll_adc.c | 466 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, const LL_ADC_InitTypeDef *pADC_InitStruct) in LL_ADC_Init() argument 473 assert_param(IS_LL_ADC_RESOLUTION(pADC_InitStruct->Resolution)); in LL_ADC_Init() 474 assert_param(IS_LL_ADC_DATA_ALIGN(pADC_InitStruct->DataAlignment)); in LL_ADC_Init() 489 pADC_InitStruct->Resolution in LL_ADC_Init() 490 | pADC_InitStruct->DataAlignment in LL_ADC_Init() 508 void LL_ADC_StructInit(LL_ADC_InitTypeDef *pADC_InitStruct) in LL_ADC_StructInit() argument 512 pADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B; in LL_ADC_StructInit() 513 pADC_InitStruct->DataAlignment = LL_ADC_DATA_ALIGN_RIGHT; in LL_ADC_StructInit()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_adc.c | 1088 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, const LL_ADC_InitTypeDef *pADC_InitStruct) in LL_ADC_Init() argument 1095 assert_param(IS_LL_ADC_RESOLUTION(pADC_InitStruct->Resolution)); in LL_ADC_Init() 1096 assert_param(IS_LL_ADC_DATA_ALIGN(pADC_InitStruct->DataAlignment)); in LL_ADC_Init() 1097 assert_param(IS_LL_ADC_LOW_POWER(pADC_InitStruct->LowPowerMode)); in LL_ADC_Init() 1113 pADC_InitStruct->Resolution in LL_ADC_Init() 1114 | pADC_InitStruct->DataAlignment in LL_ADC_Init() 1115 | pADC_InitStruct->LowPowerMode in LL_ADC_Init() 1134 void LL_ADC_StructInit(LL_ADC_InitTypeDef *pADC_InitStruct) in LL_ADC_StructInit() argument 1138 pADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B; in LL_ADC_StructInit() 1139 pADC_InitStruct->DataAlignment = LL_ADC_DATA_ALIGN_RIGHT; in LL_ADC_StructInit() [all …]
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_adc.h | 5140 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *pADC_InitStruct); 5141 void LL_ADC_StructInit(LL_ADC_InitTypeDef *pADC_InitStruct);
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_adc.h | 5030 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, const LL_ADC_InitTypeDef *pADC_InitStruct); 5031 void LL_ADC_StructInit(LL_ADC_InitTypeDef *pADC_InitStruct);
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_adc.h | 5398 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, const LL_ADC_InitTypeDef *pADC_InitStruct); 5399 void LL_ADC_StructInit(LL_ADC_InitTypeDef *pADC_InitStruct);
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_adc.h | 5466 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, const LL_ADC_InitTypeDef *pADC_InitStruct); 5467 void LL_ADC_StructInit(LL_ADC_InitTypeDef *pADC_InitStruct);
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_adc.h | 7554 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, const LL_ADC_InitTypeDef *pADC_InitStruct); 7555 void LL_ADC_StructInit(LL_ADC_InitTypeDef *pADC_InitStruct);
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_adc.h | 8295 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, const LL_ADC_InitTypeDef *pADC_InitStruct); 8296 void LL_ADC_StructInit(LL_ADC_InitTypeDef *pADC_InitStruct);
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_adc.h | 8229 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, const LL_ADC_InitTypeDef *pADC_InitStruct); 8230 void LL_ADC_StructInit(LL_ADC_InitTypeDef *pADC_InitStruct);
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_adc.h | 8210 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, const LL_ADC_InitTypeDef *pADC_InitStruct); 8211 void LL_ADC_StructInit(LL_ADC_InitTypeDef *pADC_InitStruct);
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_adc.h | 7869 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, const LL_ADC_InitTypeDef *pADC_InitStruct); 7870 void LL_ADC_StructInit(LL_ADC_InitTypeDef *pADC_InitStruct);
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_adc.h | 9170 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, const LL_ADC_InitTypeDef *pADC_InitStruct); 9171 void LL_ADC_StructInit(LL_ADC_InitTypeDef *pADC_InitStruct);
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_adc.h | 9061 ErrorStatus LL_ADC_Init(ADC_TypeDef *pADCx, LL_ADC_InitTypeDef *pADC_InitStruct); 9062 void LL_ADC_StructInit(const ADC_TypeDef *pADCx, LL_ADC_InitTypeDef *pADC_InitStruct);
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_ll_adc.h | 4274 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, const LL_ADC_InitTypeDef *pADC_InitStruct);
|