Home
last modified time | relevance | path

Searched refs:sConfigInjected (Results 1 – 17 of 17) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_adc_ex.c604 …HAL_ADCEx_InjectedConfigChannel(ADC_HandleTypeDef* hadc, ADC_InjectionConfTypeDef* sConfigInjected) in HAL_ADCEx_InjectedConfigChannel() argument
611 assert_param(IS_ADC_CHANNEL(sConfigInjected->InjectedChannel)); in HAL_ADCEx_InjectedConfigChannel()
612 assert_param(IS_ADC_SAMPLE_TIME(sConfigInjected->InjectedSamplingTime)); in HAL_ADCEx_InjectedConfigChannel()
613 assert_param(IS_FUNCTIONAL_STATE(sConfigInjected->AutoInjectedConv)); in HAL_ADCEx_InjectedConfigChannel()
614 assert_param(IS_ADC_EXTTRIGINJEC(sConfigInjected->ExternalTrigInjecConv)); in HAL_ADCEx_InjectedConfigChannel()
615 assert_param(IS_ADC_RANGE(ADC_RESOLUTION_12B, sConfigInjected->InjectedOffset)); in HAL_ADCEx_InjectedConfigChannel()
619 assert_param(IS_ADC_INJECTED_RANK(sConfigInjected->InjectedRank)); in HAL_ADCEx_InjectedConfigChannel()
620 assert_param(IS_ADC_INJECTED_NB_CONV(sConfigInjected->InjectedNbrOfConversion)); in HAL_ADCEx_InjectedConfigChannel()
621 assert_param(IS_FUNCTIONAL_STATE(sConfigInjected->InjectedDiscontinuousConvMode)); in HAL_ADCEx_InjectedConfigChannel()
624 if(sConfigInjected->ExternalTrigInjecConv != ADC_INJECTED_SOFTWARE_START) in HAL_ADCEx_InjectedConfigChannel()
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_adc_ex.c1831 …HAL_ADCEx_InjectedConfigChannel(ADC_HandleTypeDef *hadc, ADC_InjectionConfTypeDef *sConfigInjected) in HAL_ADCEx_InjectedConfigChannel() argument
1844 assert_param(IS_ADC_SAMPLE_TIME(sConfigInjected->InjectedSamplingTime)); in HAL_ADCEx_InjectedConfigChannel()
1845 assert_param(IS_ADC_SINGLE_DIFFERENTIAL(sConfigInjected->InjectedSingleDiff)); in HAL_ADCEx_InjectedConfigChannel()
1846 assert_param(IS_FUNCTIONAL_STATE(sConfigInjected->AutoInjectedConv)); in HAL_ADCEx_InjectedConfigChannel()
1847 assert_param(IS_FUNCTIONAL_STATE(sConfigInjected->QueueInjectedContext)); in HAL_ADCEx_InjectedConfigChannel()
1848 assert_param(IS_ADC_EXTTRIGINJEC_EDGE(sConfigInjected->ExternalTrigInjecConvEdge)); in HAL_ADCEx_InjectedConfigChannel()
1849 assert_param(IS_ADC_EXTTRIGINJEC(sConfigInjected->ExternalTrigInjecConv)); in HAL_ADCEx_InjectedConfigChannel()
1850 assert_param(IS_ADC_OFFSET_NUMBER(sConfigInjected->InjectedOffsetNumber)); in HAL_ADCEx_InjectedConfigChannel()
1851 assert_param(IS_FUNCTIONAL_STATE(sConfigInjected->InjecOversamplingMode)); in HAL_ADCEx_InjectedConfigChannel()
1853 assert_param(IS_FUNCTIONAL_STATE(sConfigInjected->InjectedOffsetSaturation)); in HAL_ADCEx_InjectedConfigChannel()
[all …]
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_adc_ex.c1244 …CEx_InjectedConfigChannel(ADC_HandleTypeDef *hadc, const ADC_InjectionConfTypeDef *sConfigInjected) in HAL_ADCEx_InjectedConfigChannel() argument
1257 assert_param(IS_ADC_SAMPLE_TIME(sConfigInjected->InjectedSamplingTime)); in HAL_ADCEx_InjectedConfigChannel()
1258 assert_param(IS_ADC_SINGLE_DIFFERENTIAL(sConfigInjected->InjectedSingleDiff)); in HAL_ADCEx_InjectedConfigChannel()
1259 assert_param(IS_FUNCTIONAL_STATE(sConfigInjected->AutoInjectedConv)); in HAL_ADCEx_InjectedConfigChannel()
1260 assert_param(IS_FUNCTIONAL_STATE(sConfigInjected->QueueInjectedContext)); in HAL_ADCEx_InjectedConfigChannel()
1261 assert_param(IS_ADC_EXTTRIGINJEC_EDGE(sConfigInjected->ExternalTrigInjecConvEdge)); in HAL_ADCEx_InjectedConfigChannel()
1262 assert_param(IS_ADC_EXTTRIGINJEC(hadc, sConfigInjected->ExternalTrigInjecConv)); in HAL_ADCEx_InjectedConfigChannel()
1263 assert_param(IS_ADC_OFFSET_NUMBER(sConfigInjected->InjectedOffsetNumber)); in HAL_ADCEx_InjectedConfigChannel()
1264 assert_param(IS_ADC_RANGE(ADC_GET_RESOLUTION(hadc), sConfigInjected->InjectedOffset)); in HAL_ADCEx_InjectedConfigChannel()
1265 assert_param(IS_FUNCTIONAL_STATE(sConfigInjected->InjecOversamplingMode)); in HAL_ADCEx_InjectedConfigChannel()
[all …]
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_adc_ex.c1000 …HAL_ADCEx_InjectedConfigChannel(ADC_HandleTypeDef* hadc, ADC_InjectionConfTypeDef* sConfigInjected) in HAL_ADCEx_InjectedConfigChannel() argument
1007 assert_param(IS_ADC_CHANNEL(sConfigInjected->InjectedChannel)); in HAL_ADCEx_InjectedConfigChannel()
1008 assert_param(IS_ADC_SAMPLE_TIME(sConfigInjected->InjectedSamplingTime)); in HAL_ADCEx_InjectedConfigChannel()
1009 assert_param(IS_FUNCTIONAL_STATE(sConfigInjected->AutoInjectedConv)); in HAL_ADCEx_InjectedConfigChannel()
1010 assert_param(IS_ADC_EXTTRIGINJEC(sConfigInjected->ExternalTrigInjecConv)); in HAL_ADCEx_InjectedConfigChannel()
1011 assert_param(IS_ADC_RANGE(sConfigInjected->InjectedOffset)); in HAL_ADCEx_InjectedConfigChannel()
1015 assert_param(IS_ADC_INJECTED_RANK(sConfigInjected->InjectedRank)); in HAL_ADCEx_InjectedConfigChannel()
1016 assert_param(IS_ADC_INJECTED_NB_CONV(sConfigInjected->InjectedNbrOfConversion)); in HAL_ADCEx_InjectedConfigChannel()
1017 assert_param(IS_FUNCTIONAL_STATE(sConfigInjected->InjectedDiscontinuousConvMode)); in HAL_ADCEx_InjectedConfigChannel()
1034 if (sConfigInjected->InjectedRank == ADC_INJECTED_RANK_1) in HAL_ADCEx_InjectedConfigChannel()
[all …]
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_adc_ex.c787 …HAL_ADCEx_InjectedConfigChannel(ADC_HandleTypeDef* hadc, ADC_InjectionConfTypeDef* sConfigInjected) in HAL_ADCEx_InjectedConfigChannel() argument
795 assert_param(IS_ADC_CHANNEL(sConfigInjected->InjectedChannel)); in HAL_ADCEx_InjectedConfigChannel()
796 assert_param(IS_ADC_INJECTED_RANK(sConfigInjected->InjectedRank)); in HAL_ADCEx_InjectedConfigChannel()
797 assert_param(IS_ADC_SAMPLE_TIME(sConfigInjected->InjectedSamplingTime)); in HAL_ADCEx_InjectedConfigChannel()
798 assert_param(IS_ADC_EXT_INJEC_TRIG(sConfigInjected->ExternalTrigInjecConv)); in HAL_ADCEx_InjectedConfigChannel()
799 assert_param(IS_ADC_INJECTED_LENGTH(sConfigInjected->InjectedNbrOfConversion)); in HAL_ADCEx_InjectedConfigChannel()
800 assert_param(IS_FUNCTIONAL_STATE(sConfigInjected->AutoInjectedConv)); in HAL_ADCEx_InjectedConfigChannel()
801 assert_param(IS_FUNCTIONAL_STATE(sConfigInjected->InjectedDiscontinuousConvMode)); in HAL_ADCEx_InjectedConfigChannel()
805 assert_param(IS_ADC_RANGE(tmp, sConfigInjected->InjectedOffset)); in HAL_ADCEx_InjectedConfigChannel()
808 if(sConfigInjected->ExternalTrigInjecConv != ADC_INJECTED_SOFTWARE_START) in HAL_ADCEx_InjectedConfigChannel()
[all …]
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_adc_ex.c787 …HAL_ADCEx_InjectedConfigChannel(ADC_HandleTypeDef* hadc, ADC_InjectionConfTypeDef* sConfigInjected) in HAL_ADCEx_InjectedConfigChannel() argument
795 assert_param(IS_ADC_CHANNEL(sConfigInjected->InjectedChannel)); in HAL_ADCEx_InjectedConfigChannel()
796 assert_param(IS_ADC_INJECTED_RANK(sConfigInjected->InjectedRank)); in HAL_ADCEx_InjectedConfigChannel()
797 assert_param(IS_ADC_SAMPLE_TIME(sConfigInjected->InjectedSamplingTime)); in HAL_ADCEx_InjectedConfigChannel()
798 assert_param(IS_ADC_EXT_INJEC_TRIG(sConfigInjected->ExternalTrigInjecConv)); in HAL_ADCEx_InjectedConfigChannel()
799 assert_param(IS_ADC_INJECTED_LENGTH(sConfigInjected->InjectedNbrOfConversion)); in HAL_ADCEx_InjectedConfigChannel()
800 assert_param(IS_FUNCTIONAL_STATE(sConfigInjected->AutoInjectedConv)); in HAL_ADCEx_InjectedConfigChannel()
801 assert_param(IS_FUNCTIONAL_STATE(sConfigInjected->InjectedDiscontinuousConvMode)); in HAL_ADCEx_InjectedConfigChannel()
805 assert_param(IS_ADC_RANGE(tmp, sConfigInjected->InjectedOffset)); in HAL_ADCEx_InjectedConfigChannel()
808 if(sConfigInjected->ExternalTrigInjecConv != ADC_INJECTED_SOFTWARE_START) in HAL_ADCEx_InjectedConfigChannel()
[all …]
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_adc_ex.c817 …HAL_ADCEx_InjectedConfigChannel(ADC_HandleTypeDef *hadc, ADC_InjectionConfTypeDef *sConfigInjected) in HAL_ADCEx_InjectedConfigChannel() argument
828 assert_param(IS_ADC_CHANNEL(sConfigInjected->InjectedChannel)); in HAL_ADCEx_InjectedConfigChannel()
829 assert_param(IS_ADC_INJECTED_RANK(sConfigInjected->InjectedRank)); in HAL_ADCEx_InjectedConfigChannel()
830 assert_param(IS_ADC_SAMPLE_TIME(sConfigInjected->InjectedSamplingTime)); in HAL_ADCEx_InjectedConfigChannel()
831 assert_param(IS_ADC_EXT_INJEC_TRIG(sConfigInjected->ExternalTrigInjecConv)); in HAL_ADCEx_InjectedConfigChannel()
832 assert_param(IS_ADC_INJECTED_LENGTH(sConfigInjected->InjectedNbrOfConversion)); in HAL_ADCEx_InjectedConfigChannel()
833 assert_param(IS_FUNCTIONAL_STATE(sConfigInjected->AutoInjectedConv)); in HAL_ADCEx_InjectedConfigChannel()
834 assert_param(IS_FUNCTIONAL_STATE(sConfigInjected->InjectedDiscontinuousConvMode)); in HAL_ADCEx_InjectedConfigChannel()
838 assert_param(IS_ADC_RANGE(tmp, sConfigInjected->InjectedOffset)); in HAL_ADCEx_InjectedConfigChannel()
841 if (sConfigInjected->ExternalTrigInjecConv != ADC_INJECTED_SOFTWARE_START) in HAL_ADCEx_InjectedConfigChannel()
[all …]
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_adc_ex.c6017 …HAL_ADCEx_InjectedConfigChannel(ADC_HandleTypeDef* hadc, ADC_InjectionConfTypeDef* sConfigInjected) in HAL_ADCEx_InjectedConfigChannel() argument
6031 assert_param(IS_ADC_SAMPLE_TIME(sConfigInjected->InjectedSamplingTime)); in HAL_ADCEx_InjectedConfigChannel()
6032 assert_param(IS_ADC_SINGLE_DIFFERENTIAL(sConfigInjected->InjectedSingleDiff)); in HAL_ADCEx_InjectedConfigChannel()
6033 assert_param(IS_FUNCTIONAL_STATE(sConfigInjected->AutoInjectedConv)); in HAL_ADCEx_InjectedConfigChannel()
6034 assert_param(IS_FUNCTIONAL_STATE(sConfigInjected->QueueInjectedContext)); in HAL_ADCEx_InjectedConfigChannel()
6035 assert_param(IS_ADC_EXTTRIGINJEC_EDGE(sConfigInjected->ExternalTrigInjecConvEdge)); in HAL_ADCEx_InjectedConfigChannel()
6036 assert_param(IS_ADC_EXTTRIGINJEC(sConfigInjected->ExternalTrigInjecConv)); in HAL_ADCEx_InjectedConfigChannel()
6037 assert_param(IS_ADC_OFFSET_NUMBER(sConfigInjected->InjectedOffsetNumber)); in HAL_ADCEx_InjectedConfigChannel()
6038 assert_param(IS_ADC_RANGE(ADC_GET_RESOLUTION(hadc), sConfigInjected->InjectedOffset)); in HAL_ADCEx_InjectedConfigChannel()
6042 assert_param(IS_ADC_INJECTED_RANK(sConfigInjected->InjectedRank)); in HAL_ADCEx_InjectedConfigChannel()
[all …]
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_adc_ex.h251 …HAL_ADCEx_InjectedConfigChannel(ADC_HandleTypeDef* hadc,ADC_InjectionConfTypeDef* sConfigInjected);
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_adc_ex.h254 …HAL_ADCEx_InjectedConfigChannel(ADC_HandleTypeDef* hadc,ADC_InjectionConfTypeDef* sConfigInjected);
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_adc_ex.h279 …AL_ADCEx_InjectedConfigChannel(ADC_HandleTypeDef *hadc, ADC_InjectionConfTypeDef *sConfigInjected);
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_adc_ex.h545 …HAL_ADCEx_InjectedConfigChannel(ADC_HandleTypeDef* hadc,ADC_InjectionConfTypeDef* sConfigInjected);
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_adc_ex.h880 …Ex_InjectedConfigChannel(ADC_HandleTypeDef *hadc, const ADC_InjectionConfTypeDef* sConfigInjected);
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_adc_ex.h680 …HAL_ADCEx_InjectedConfigChannel(ADC_HandleTypeDef* hadc,ADC_InjectionConfTypeDef* sConfigInjected);
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_adc_ex.h1083 ADC_InjectionConfTypeDef *sConfigInjected);
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_adc_ex.h1433 …AL_ADCEx_InjectedConfigChannel(ADC_HandleTypeDef *hadc, ADC_InjectionConfTypeDef *sConfigInjected);
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_adc_ex.h3932 …_InjectedConfigChannel(struct __ADC_HandleTypeDef* hadc,ADC_InjectionConfTypeDef* sConfigInjected);