Home
last modified time | relevance | path

Searched refs:pADC_InitStruct (Results 1 – 25 of 25) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_adc.c505 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/
Dstm32wlxx_ll_adc.c516 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/
Dstm32g0xx_ll_adc.c534 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/
Dstm32u5xx_ll_adc.c838 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/
Dstm32wb0x_ll_adc.c211 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/
Dstm32l5xx_ll_adc.c721 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/
Dstm32n6xx_ll_adc.c729 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/
Dstm32l4xx_ll_adc.c721 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/
Dstm32h7rsxx_ll_adc.c734 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/
Dstm32h5xx_ll_adc.c778 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/
Dstm32mp1xx_ll_adc.c752 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/
Dstm32wbaxx_ll_adc.c466 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/
Dstm32g4xx_ll_adc.c1088 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/
Dstm32wlxx_ll_adc.h5140 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/
Dstm32wbaxx_ll_adc.h5030 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/
Dstm32u0xx_ll_adc.h5398 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/
Dstm32g0xx_ll_adc.h5466 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/
Dstm32n6xx_ll_adc.h7554 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/
Dstm32h5xx_ll_adc.h8295 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/
Dstm32h7rsxx_ll_adc.h8229 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/
Dstm32l4xx_ll_adc.h8210 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/
Dstm32l5xx_ll_adc.h7869 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/
Dstm32g4xx_ll_adc.h9170 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/
Dstm32u5xx_ll_adc.h9061 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/
Dstm32wb0x_ll_adc.h4274 ErrorStatus LL_ADC_Init(ADC_TypeDef *ADCx, const LL_ADC_InitTypeDef *pADC_InitStruct);