Home
last modified time | relevance | path

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

12

/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_adc_ex.c527 uint32_t HAL_ADCEx_InjectedGetValue(ADC_HandleTypeDef* hadc, uint32_t InjectedRank) in HAL_ADCEx_InjectedGetValue() argument
533 assert_param(IS_ADC_INJECTED_RANK(InjectedRank)); in HAL_ADCEx_InjectedGetValue()
536 switch(InjectedRank) in HAL_ADCEx_InjectedGetValue()
619 assert_param(IS_ADC_INJECTED_RANK(sConfigInjected->InjectedRank)); in HAL_ADCEx_InjectedConfigChannel()
643 if (sConfigInjected->InjectedRank == ADC_INJECTED_RANK_1) in HAL_ADCEx_InjectedConfigChannel()
671 if (sConfigInjected->InjectedRank <= sConfigInjected->InjectedNbrOfConversion) in HAL_ADCEx_InjectedConfigChannel()
679 sConfigInjected->InjectedRank, in HAL_ADCEx_InjectedConfigChannel()
684 sConfigInjected->InjectedRank, in HAL_ADCEx_InjectedConfigChannel()
694 sConfigInjected->InjectedRank, in HAL_ADCEx_InjectedConfigChannel()
799 switch(sConfigInjected->InjectedRank) in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_adc_ex.c889 uint32_t HAL_ADCEx_InjectedGetValue(ADC_HandleTypeDef* hadc, uint32_t InjectedRank) in HAL_ADCEx_InjectedGetValue() argument
895 assert_param(IS_ADC_INJECTED_RANK(InjectedRank)); in HAL_ADCEx_InjectedGetValue()
898 switch(InjectedRank) in HAL_ADCEx_InjectedGetValue()
1015 assert_param(IS_ADC_INJECTED_RANK(sConfigInjected->InjectedRank)); in HAL_ADCEx_InjectedConfigChannel()
1034 if (sConfigInjected->InjectedRank == ADC_INJECTED_RANK_1) in HAL_ADCEx_InjectedConfigChannel()
1062 if (sConfigInjected->InjectedRank <= sConfigInjected->InjectedNbrOfConversion) in HAL_ADCEx_InjectedConfigChannel()
1070 sConfigInjected->InjectedRank, in HAL_ADCEx_InjectedConfigChannel()
1075 sConfigInjected->InjectedRank, in HAL_ADCEx_InjectedConfigChannel()
1085 sConfigInjected->InjectedRank, in HAL_ADCEx_InjectedConfigChannel()
1174 switch(sConfigInjected->InjectedRank) in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_adc_ex.c537 uint32_t HAL_ADCEx_InjectedGetValue(ADC_HandleTypeDef* hadc, uint32_t InjectedRank) in HAL_ADCEx_InjectedGetValue() argument
542 assert_param(IS_ADC_INJECTED_RANK(InjectedRank)); in HAL_ADCEx_InjectedGetValue()
549 switch(InjectedRank) in HAL_ADCEx_InjectedGetValue()
796 assert_param(IS_ADC_INJECTED_RANK(sConfigInjected->InjectedRank)); in HAL_ADCEx_InjectedConfigChannel()
841 …hadc->Instance->JSQR &= ~ADC_JSQR(ADC_JSQR_JSQ1, sConfigInjected->InjectedRank,sConfigInjected->In… in HAL_ADCEx_InjectedConfigChannel()
844 …hadc->Instance->JSQR |= ADC_JSQR(sConfigInjected->InjectedChannel, sConfigInjected->InjectedRank,s… in HAL_ADCEx_InjectedConfigChannel()
890 switch(sConfigInjected->InjectedRank) in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_adc_ex.c536 uint32_t HAL_ADCEx_InjectedGetValue(ADC_HandleTypeDef* hadc, uint32_t InjectedRank) in HAL_ADCEx_InjectedGetValue() argument
541 assert_param(IS_ADC_INJECTED_RANK(InjectedRank)); in HAL_ADCEx_InjectedGetValue()
548 switch(InjectedRank) in HAL_ADCEx_InjectedGetValue()
796 assert_param(IS_ADC_INJECTED_RANK(sConfigInjected->InjectedRank)); in HAL_ADCEx_InjectedConfigChannel()
841 …hadc->Instance->JSQR &= ~ADC_JSQR(ADC_JSQR_JSQ1, sConfigInjected->InjectedRank,sConfigInjected->In… in HAL_ADCEx_InjectedConfigChannel()
844 …hadc->Instance->JSQR |= ADC_JSQR(sConfigInjected->InjectedChannel, sConfigInjected->InjectedRank,s… in HAL_ADCEx_InjectedConfigChannel()
890 switch(sConfigInjected->InjectedRank) in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_adc_ex.c547 uint32_t HAL_ADCEx_InjectedGetValue(ADC_HandleTypeDef *hadc, uint32_t InjectedRank) in HAL_ADCEx_InjectedGetValue() argument
552 assert_param(IS_ADC_INJECTED_RANK(InjectedRank)); in HAL_ADCEx_InjectedGetValue()
559 switch (InjectedRank) in HAL_ADCEx_InjectedGetValue()
829 assert_param(IS_ADC_INJECTED_RANK(sConfigInjected->InjectedRank)); in HAL_ADCEx_InjectedConfigChannel()
874 …hadc->Instance->JSQR &= ~ADC_JSQR(ADC_JSQR_JSQ1, sConfigInjected->InjectedRank, sConfigInjected->I… in HAL_ADCEx_InjectedConfigChannel()
877 …hadc->Instance->JSQR |= ADC_JSQR(sConfigInjected->InjectedChannel, sConfigInjected->InjectedRank, … in HAL_ADCEx_InjectedConfigChannel()
923 switch (sConfigInjected->InjectedRank) in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_adc_ex.c1241 uint32_t HAL_ADCEx_InjectedGetValue(const ADC_HandleTypeDef *hadc, uint32_t InjectedRank) in HAL_ADCEx_InjectedGetValue() argument
1247 assert_param(IS_ADC_INJECTED_RANK(InjectedRank)); in HAL_ADCEx_InjectedGetValue()
1250 switch (InjectedRank) in HAL_ADCEx_InjectedGetValue()
1299 int32_t HAL_ADCEx_InjectedGetSignedValue(const ADC_HandleTypeDef *hadc, uint32_t InjectedRank) in HAL_ADCEx_InjectedGetSignedValue() argument
1305 assert_param(IS_ADC_INJECTED_RANK(InjectedRank)); in HAL_ADCEx_InjectedGetSignedValue()
1308 switch (InjectedRank) in HAL_ADCEx_InjectedGetSignedValue()
1783 assert_param(IS_ADC_INJECTED_RANK(pConfigInjected->InjectedRank)); in HAL_ADCEx_InjectedConfigChannel()
1846 if (pConfigInjected->InjectedRank == ADC_INJECTED_RANK_1) in HAL_ADCEx_InjectedConfigChannel()
1876 ADC_JSQR_RK(pConfigInjected->InjectedChannel, pConfigInjected->InjectedRank) in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_adc_ex.c876 uint32_t HAL_ADCEx_InjectedGetValue(const ADC_HandleTypeDef *hadc, uint32_t InjectedRank) in HAL_ADCEx_InjectedGetValue() argument
882 assert_param(IS_ADC_INJECTED_RANK(InjectedRank)); in HAL_ADCEx_InjectedGetValue()
885 switch (InjectedRank) in HAL_ADCEx_InjectedGetValue()
1269 assert_param(IS_ADC_INJECTED_RANK(sConfigInjected->InjectedRank)); in HAL_ADCEx_InjectedConfigChannel()
1329 if (sConfigInjected->InjectedRank == ADC_INJECTED_RANK_1) in HAL_ADCEx_InjectedConfigChannel()
1403 tmp_JSQR_ContextQueueBeingBuilt &= ~ADC_JSQR_RK(ADC_SQR3_SQ10, sConfigInjected->InjectedRank); in HAL_ADCEx_InjectedConfigChannel()
1406 …extQueueBeingBuilt |= ADC_JSQR_RK(sConfigInjected->InjectedChannel, sConfigInjected->InjectedRank); in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_adc_ex.c1144 uint32_t HAL_ADCEx_InjectedGetValue(const ADC_HandleTypeDef *hadc, uint32_t InjectedRank) in HAL_ADCEx_InjectedGetValue() argument
1150 assert_param(IS_ADC_INJECTED_RANK(InjectedRank)); in HAL_ADCEx_InjectedGetValue()
1153 switch (InjectedRank) in HAL_ADCEx_InjectedGetValue()
1678 assert_param(IS_ADC_INJECTED_RANK(pConfigInjected->InjectedRank)); in HAL_ADCEx_InjectedConfigChannel()
1740 if (pConfigInjected->InjectedRank == ADC_INJECTED_RANK_1) in HAL_ADCEx_InjectedConfigChannel()
1814 … tmp_jsqr_context_queue_being_built &= ~ADC_JSQR_RK(ADC_SQR3_SQ10, pConfigInjected->InjectedRank); in HAL_ADCEx_InjectedConfigChannel()
1817 …_queue_being_built |= ADC_JSQR_RK(pConfigInjected->InjectedChannel, pConfigInjected->InjectedRank); in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_adc_ex.c1144 uint32_t HAL_ADCEx_InjectedGetValue(const ADC_HandleTypeDef *hadc, uint32_t InjectedRank) in HAL_ADCEx_InjectedGetValue() argument
1150 assert_param(IS_ADC_INJECTED_RANK(InjectedRank)); in HAL_ADCEx_InjectedGetValue()
1153 switch (InjectedRank) in HAL_ADCEx_InjectedGetValue()
1678 assert_param(IS_ADC_INJECTED_RANK(pConfigInjected->InjectedRank)); in HAL_ADCEx_InjectedConfigChannel()
1740 if (pConfigInjected->InjectedRank == ADC_INJECTED_RANK_1) in HAL_ADCEx_InjectedConfigChannel()
1814 … tmp_jsqr_context_queue_being_built &= ~ADC_JSQR_RK(ADC_SQR3_SQ10, pConfigInjected->InjectedRank); in HAL_ADCEx_InjectedConfigChannel()
1817 …_queue_being_built |= ADC_JSQR_RK(pConfigInjected->InjectedChannel, pConfigInjected->InjectedRank); in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_adc_ex.c1151 uint32_t HAL_ADCEx_InjectedGetValue(const ADC_HandleTypeDef *hadc, uint32_t InjectedRank) in HAL_ADCEx_InjectedGetValue() argument
1157 assert_param(IS_ADC_INJECTED_RANK(InjectedRank)); in HAL_ADCEx_InjectedGetValue()
1160 switch (InjectedRank) in HAL_ADCEx_InjectedGetValue()
1687 assert_param(IS_ADC_INJECTED_RANK(pConfigInjected->InjectedRank)); in HAL_ADCEx_InjectedConfigChannel()
1749 if (pConfigInjected->InjectedRank == ADC_INJECTED_RANK_1) in HAL_ADCEx_InjectedConfigChannel()
1823 … tmp_jsqr_context_queue_being_built &= ~ADC_JSQR_RK(ADC_SQR3_SQ10, pConfigInjected->InjectedRank); in HAL_ADCEx_InjectedConfigChannel()
1826 …_queue_being_built |= ADC_JSQR_RK(pConfigInjected->InjectedChannel, pConfigInjected->InjectedRank); in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_adc_ex.c1208 uint32_t HAL_ADCEx_InjectedGetValue(const ADC_HandleTypeDef *hadc, uint32_t InjectedRank) in HAL_ADCEx_InjectedGetValue() argument
1214 assert_param(IS_ADC_INJECTED_RANK(InjectedRank)); in HAL_ADCEx_InjectedGetValue()
1217 switch (InjectedRank) in HAL_ADCEx_InjectedGetValue()
1744 assert_param(IS_ADC_INJECTED_RANK(pConfigInjected->InjectedRank)); in HAL_ADCEx_InjectedConfigChannel()
1806 if (pConfigInjected->InjectedRank == ADC_INJECTED_RANK_1) in HAL_ADCEx_InjectedConfigChannel()
1880 … tmp_jsqr_context_queue_being_built &= ~ADC_JSQR_RK(ADC_SQR3_SQ10, pConfigInjected->InjectedRank); in HAL_ADCEx_InjectedConfigChannel()
1883 …_queue_being_built |= ADC_JSQR_RK(pConfigInjected->InjectedChannel, pConfigInjected->InjectedRank); in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_adc_ex.c1207 uint32_t HAL_ADCEx_InjectedGetValue(const ADC_HandleTypeDef *hadc, uint32_t InjectedRank) in HAL_ADCEx_InjectedGetValue() argument
1213 assert_param(IS_ADC_INJECTED_RANK(InjectedRank)); in HAL_ADCEx_InjectedGetValue()
1216 switch (InjectedRank) in HAL_ADCEx_InjectedGetValue()
1743 assert_param(IS_ADC_INJECTED_RANK(pConfigInjected->InjectedRank)); in HAL_ADCEx_InjectedConfigChannel()
1805 if (pConfigInjected->InjectedRank == ADC_INJECTED_RANK_1) in HAL_ADCEx_InjectedConfigChannel()
1879 … tmp_jsqr_context_queue_being_built &= ~ADC_JSQR_RK(ADC_SQR3_SQ10, pConfigInjected->InjectedRank); in HAL_ADCEx_InjectedConfigChannel()
1882 …_queue_being_built |= ADC_JSQR_RK(pConfigInjected->InjectedChannel, pConfigInjected->InjectedRank); in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_adc_ex.c1229 uint32_t HAL_ADCEx_InjectedGetValue(ADC_HandleTypeDef *hadc, uint32_t InjectedRank) in HAL_ADCEx_InjectedGetValue() argument
1235 assert_param(IS_ADC_INJECTED_RANK(InjectedRank)); in HAL_ADCEx_InjectedGetValue()
1238 switch (InjectedRank) in HAL_ADCEx_InjectedGetValue()
1751 assert_param(IS_ADC_INJECTED_RANK(pConfigInjected->InjectedRank)); in HAL_ADCEx_InjectedConfigChannel()
1823 if (pConfigInjected->InjectedRank == ADC_INJECTED_RANK_1) in HAL_ADCEx_InjectedConfigChannel()
1897 tmp_JSQR_ContextQueueBeingBuilt &= ~ADC_JSQR_RK(ADC_SQR3_SQ10, pConfigInjected->InjectedRank); in HAL_ADCEx_InjectedConfigChannel()
1900 …extQueueBeingBuilt |= ADC_JSQR_RK(pConfigInjected->InjectedChannel, pConfigInjected->InjectedRank); in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_adc_ex.c4904 uint32_t HAL_ADCEx_InjectedGetValue(ADC_HandleTypeDef* hadc, uint32_t InjectedRank) in HAL_ADCEx_InjectedGetValue() argument
4910 assert_param(IS_ADC_INJECTED_RANK(InjectedRank)); in HAL_ADCEx_InjectedGetValue()
4916 switch(InjectedRank) in HAL_ADCEx_InjectedGetValue()
4970 uint32_t HAL_ADCEx_InjectedGetValue(ADC_HandleTypeDef* hadc, uint32_t InjectedRank) in HAL_ADCEx_InjectedGetValue() argument
4976 assert_param(IS_ADC_INJECTED_RANK(InjectedRank)); in HAL_ADCEx_InjectedGetValue()
4979 switch(InjectedRank) in HAL_ADCEx_InjectedGetValue()
6042 assert_param(IS_ADC_INJECTED_RANK(sConfigInjected->InjectedRank)); in HAL_ADCEx_InjectedConfigChannel()
6093 if (sConfigInjected->InjectedRank == ADC_INJECTED_RANK_1) in HAL_ADCEx_InjectedConfigChannel()
6181 ADC_JSQR_RK(ADC_SQR3_SQ10, sConfigInjected->InjectedRank) , in HAL_ADCEx_InjectedConfigChannel()
6182 ADC_JSQR_RK(sConfigInjected->InjectedChannel, sConfigInjected->InjectedRank) ); in HAL_ADCEx_InjectedConfigChannel()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_adc_ex.c1514 uint32_t HAL_ADCEx_InjectedGetValue(const ADC_HandleTypeDef *hadc, uint32_t InjectedRank) in HAL_ADCEx_InjectedGetValue() argument
1520 assert_param(IS_ADC_INJECTED_RANK(InjectedRank)); in HAL_ADCEx_InjectedGetValue()
1523 switch (InjectedRank) in HAL_ADCEx_InjectedGetValue()
2016 assert_param(IS_ADC_INJECTED_RANK(pConfigInjected->InjectedRank)); in HAL_ADCEx_InjectedConfigChannel()
2089 if (pConfigInjected->InjectedRank == ADC_INJECTED_RANK_1) in HAL_ADCEx_InjectedConfigChannel()
2161 … tmp_jsqr_context_queue_being_built &= ~ADC_JSQR_RK(ADC_SQR3_SQ10, pConfigInjected->InjectedRank); in HAL_ADCEx_InjectedConfigChannel()
2164 …_queue_being_built |= ADC_JSQR_RK(pConfigInjected->InjectedChannel, pConfigInjected->InjectedRank); in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_adc_ex.c1326 uint32_t HAL_ADCEx_InjectedGetValue(const ADC_HandleTypeDef *hadc, uint32_t InjectedRank) in HAL_ADCEx_InjectedGetValue() argument
1332 assert_param(IS_ADC_INJECTED_RANK(InjectedRank)); in HAL_ADCEx_InjectedGetValue()
1335 switch (InjectedRank) in HAL_ADCEx_InjectedGetValue()
1867 assert_param(IS_ADC_INJECTED_RANK(sConfigInjected->InjectedRank)); in HAL_ADCEx_InjectedConfigChannel()
1952 if (sConfigInjected->InjectedRank == ADC_INJECTED_RANK_1) in HAL_ADCEx_InjectedConfigChannel()
2026 tmp_JSQR_ContextQueueBeingBuilt &= ~ADC_JSQR_RK(ADC_SQR3_SQ10, sConfigInjected->InjectedRank); in HAL_ADCEx_InjectedConfigChannel()
2029 …extQueueBeingBuilt |= ADC_JSQR_RK(sConfigInjected->InjectedChannel, sConfigInjected->InjectedRank); in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_adc_ex.h86 …uint32_t InjectedRank; /*!< Specifies the rank in the ADC group injected sequence… member
1269 …_t HAL_ADCEx_InjectedGetValue(const ADC_HandleTypeDef *hadc, uint32_t InjectedRank);
1270 … HAL_ADCEx_InjectedGetSignedValue(const ADC_HandleTypeDef *hadc, uint32_t InjectedRank);
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_adc_ex.h60 uint32_t InjectedRank; /*!< Rank in the injected group sequencer member
244 uint32_t HAL_ADCEx_InjectedGetValue(ADC_HandleTypeDef* hadc, uint32_t InjectedRank);
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_adc_ex.h60 uint32_t InjectedRank; /*!< Rank in the injected group sequencer member
247 uint32_t HAL_ADCEx_InjectedGetValue(ADC_HandleTypeDef* hadc, uint32_t InjectedRank);
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_adc_ex.h60 uint32_t InjectedRank; /*!< Rank in the injected group sequencer member
272 uint32_t HAL_ADCEx_InjectedGetValue(ADC_HandleTypeDef *hadc, uint32_t InjectedRank);
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_adc_ex.h60 uint32_t InjectedRank; /*!< Rank in the injected group sequencer member
531 uint32_t HAL_ADCEx_InjectedGetValue(ADC_HandleTypeDef* hadc, uint32_t InjectedRank);
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_adc_ex.h80 …uint32_t InjectedRank; /*!< Specifies the rank in the ADC group injected sequence…
847 …_t HAL_ADCEx_InjectedGetValue(const ADC_HandleTypeDef *hadc, uint32_t InjectedRank);
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_adc_ex.h63 uint32_t InjectedRank; /*!< Rank in the injected group sequencer member
664 uint32_t HAL_ADCEx_InjectedGetValue(ADC_HandleTypeDef* hadc, uint32_t InjectedRank);
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_adc_ex.h88 …uint32_t InjectedRank; /*!< Specifies the rank in the ADC group injected sequence… member
1095 …_t HAL_ADCEx_InjectedGetValue(const ADC_HandleTypeDef *hadc, uint32_t InjectedRank);
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_adc_ex.h88 …uint32_t InjectedRank; /*!< Specifies the rank in the ADC group injected sequence… member
1159 …_t HAL_ADCEx_InjectedGetValue(const ADC_HandleTypeDef *hadc, uint32_t InjectedRank);

12