Home
last modified time | relevance | path

Searched refs:pConfigInjected (Results 1 – 15 of 15) sorted by relevance

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_adc_ex.c1660 const ADC_InjectionConfTypeDef *pConfigInjected) in HAL_ADCEx_InjectedConfigChannel() argument
1673 assert_param(IS_ADC_SAMPLE_TIME(pConfigInjected->InjectedSamplingTime)); in HAL_ADCEx_InjectedConfigChannel()
1674 assert_param(IS_ADC_SINGLE_DIFFERENTIAL(pConfigInjected->InjectedSingleDiff)); in HAL_ADCEx_InjectedConfigChannel()
1675 assert_param(IS_FUNCTIONAL_STATE(pConfigInjected->AutoInjectedConv)); in HAL_ADCEx_InjectedConfigChannel()
1676 assert_param(IS_FUNCTIONAL_STATE(pConfigInjected->QueueInjectedContext)); in HAL_ADCEx_InjectedConfigChannel()
1677 assert_param(IS_ADC_EXTTRIGINJEC_EDGE(pConfigInjected->ExternalTrigInjecConvEdge)); in HAL_ADCEx_InjectedConfigChannel()
1678 assert_param(IS_ADC_EXTTRIGINJEC(hadc, pConfigInjected->ExternalTrigInjecConv)); in HAL_ADCEx_InjectedConfigChannel()
1679 assert_param(IS_ADC_OFFSET_NUMBER(pConfigInjected->InjectedOffsetNumber)); in HAL_ADCEx_InjectedConfigChannel()
1680 assert_param(IS_ADC_RANGE(ADC_GET_RESOLUTION(hadc), pConfigInjected->InjectedOffset)); in HAL_ADCEx_InjectedConfigChannel()
1681 assert_param(IS_ADC_OFFSET_SIGN(pConfigInjected->InjectedOffsetSign)); in HAL_ADCEx_InjectedConfigChannel()
[all …]
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_adc_ex.c1717 const ADC_InjectionConfTypeDef *pConfigInjected) in HAL_ADCEx_InjectedConfigChannel() argument
1730 assert_param(IS_ADC_SAMPLE_TIME(pConfigInjected->InjectedSamplingTime)); in HAL_ADCEx_InjectedConfigChannel()
1731 assert_param(IS_ADC_SINGLE_DIFFERENTIAL(pConfigInjected->InjectedSingleDiff)); in HAL_ADCEx_InjectedConfigChannel()
1732 assert_param(IS_FUNCTIONAL_STATE(pConfigInjected->AutoInjectedConv)); in HAL_ADCEx_InjectedConfigChannel()
1733 assert_param(IS_FUNCTIONAL_STATE(pConfigInjected->QueueInjectedContext)); in HAL_ADCEx_InjectedConfigChannel()
1734 assert_param(IS_ADC_EXTTRIGINJEC_EDGE(pConfigInjected->ExternalTrigInjecConvEdge)); in HAL_ADCEx_InjectedConfigChannel()
1735 assert_param(IS_ADC_EXTTRIGINJEC(pConfigInjected->ExternalTrigInjecConv)); in HAL_ADCEx_InjectedConfigChannel()
1736 assert_param(IS_ADC_OFFSET_NUMBER(pConfigInjected->InjectedOffsetNumber)); in HAL_ADCEx_InjectedConfigChannel()
1737 assert_param(IS_ADC_RANGE(ADC_GET_RESOLUTION(hadc), pConfigInjected->InjectedOffset)); in HAL_ADCEx_InjectedConfigChannel()
1738 assert_param(IS_ADC_OFFSET_SIGN(pConfigInjected->InjectedOffsetSign)); in HAL_ADCEx_InjectedConfigChannel()
[all …]
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_adc_ex.c1726 …HAL_ADCEx_InjectedConfigChannel(ADC_HandleTypeDef *hadc, ADC_InjectionConfTypeDef *pConfigInjected) in HAL_ADCEx_InjectedConfigChannel() argument
1739 assert_param(IS_ADC_SAMPLE_TIME(pConfigInjected->InjectedSamplingTime)); in HAL_ADCEx_InjectedConfigChannel()
1740 assert_param(IS_ADC_SINGLE_DIFFERENTIAL(pConfigInjected->InjectedSingleDiff)); in HAL_ADCEx_InjectedConfigChannel()
1741 assert_param(IS_FUNCTIONAL_STATE(pConfigInjected->AutoInjectedConv)); in HAL_ADCEx_InjectedConfigChannel()
1742 assert_param(IS_FUNCTIONAL_STATE(pConfigInjected->QueueInjectedContext)); in HAL_ADCEx_InjectedConfigChannel()
1743 assert_param(IS_ADC_EXTTRIGINJEC_EDGE(pConfigInjected->ExternalTrigInjecConvEdge)); in HAL_ADCEx_InjectedConfigChannel()
1744 assert_param(IS_ADC_EXTTRIGINJEC(pConfigInjected->ExternalTrigInjecConv)); in HAL_ADCEx_InjectedConfigChannel()
1745 assert_param(IS_ADC_OFFSET_NUMBER(pConfigInjected->InjectedOffsetNumber)); in HAL_ADCEx_InjectedConfigChannel()
1746 assert_param(IS_ADC_RANGE(ADC_GET_RESOLUTION(hadc), pConfigInjected->InjectedOffset)); in HAL_ADCEx_InjectedConfigChannel()
1747 assert_param(IS_FUNCTIONAL_STATE(pConfigInjected->InjecOversamplingMode)); in HAL_ADCEx_InjectedConfigChannel()
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_adc_ex.c1716 const ADC_InjectionConfTypeDef *pConfigInjected) in HAL_ADCEx_InjectedConfigChannel() argument
1729 assert_param(IS_ADC_SAMPLE_TIME(pConfigInjected->InjectedSamplingTime)); in HAL_ADCEx_InjectedConfigChannel()
1730 assert_param(IS_ADC_SINGLE_DIFFERENTIAL(pConfigInjected->InjectedSingleDiff)); in HAL_ADCEx_InjectedConfigChannel()
1731 assert_param(IS_FUNCTIONAL_STATE(pConfigInjected->AutoInjectedConv)); in HAL_ADCEx_InjectedConfigChannel()
1732 assert_param(IS_FUNCTIONAL_STATE(pConfigInjected->QueueInjectedContext)); in HAL_ADCEx_InjectedConfigChannel()
1733 assert_param(IS_ADC_EXTTRIGINJEC_EDGE(pConfigInjected->ExternalTrigInjecConvEdge)); in HAL_ADCEx_InjectedConfigChannel()
1734 assert_param(IS_ADC_EXTTRIGINJEC(pConfigInjected->ExternalTrigInjecConv)); in HAL_ADCEx_InjectedConfigChannel()
1735 assert_param(IS_ADC_OFFSET_NUMBER(pConfigInjected->InjectedOffsetNumber)); in HAL_ADCEx_InjectedConfigChannel()
1736 assert_param(IS_ADC_RANGE(ADC_GET_RESOLUTION(hadc), pConfigInjected->InjectedOffset)); in HAL_ADCEx_InjectedConfigChannel()
1737 assert_param(IS_ADC_OFFSET_SIGN(pConfigInjected->InjectedOffsetSign)); in HAL_ADCEx_InjectedConfigChannel()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_adc_ex.c1991 …HAL_ADCEx_InjectedConfigChannel(ADC_HandleTypeDef *hadc, ADC_InjectionConfTypeDef *pConfigInjected) in HAL_ADCEx_InjectedConfigChannel() argument
2004 assert_param(IS_ADC_SAMPLE_TIME(pConfigInjected->InjectedSamplingTime)); in HAL_ADCEx_InjectedConfigChannel()
2005 assert_param(IS_ADC_SINGLE_DIFFERENTIAL(pConfigInjected->InjectedSingleDiff)); in HAL_ADCEx_InjectedConfigChannel()
2006 assert_param(IS_FUNCTIONAL_STATE(pConfigInjected->AutoInjectedConv)); in HAL_ADCEx_InjectedConfigChannel()
2007 assert_param(IS_ADC_EXTTRIGINJEC_EDGE(pConfigInjected->ExternalTrigInjecConvEdge)); in HAL_ADCEx_InjectedConfigChannel()
2008 assert_param(IS_ADC_EXTTRIGINJEC(pConfigInjected->ExternalTrigInjecConv)); in HAL_ADCEx_InjectedConfigChannel()
2009 assert_param(IS_ADC_OFFSET_NUMBER(pConfigInjected->InjectedOffsetNumber)); in HAL_ADCEx_InjectedConfigChannel()
2010 assert_param(IS_ADC_OFFSET_SIGN(pConfigInjected->InjectedOffsetSign)); in HAL_ADCEx_InjectedConfigChannel()
2011 …assert_param(IS_ADC_RANGE(hadc->Instance, ADC_GET_RESOLUTION(hadc), pConfigInjected->InjectedOffse… in HAL_ADCEx_InjectedConfigChannel()
2012 assert_param(IS_FUNCTIONAL_STATE(pConfigInjected->InjecOversamplingMode)); in HAL_ADCEx_InjectedConfigChannel()
[all …]
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_adc_ex.c1653 const ADC_InjectionConfTypeDef *pConfigInjected) in HAL_ADCEx_InjectedConfigChannel() argument
1666 assert_param(IS_ADC_SAMPLE_TIME(pConfigInjected->InjectedSamplingTime)); in HAL_ADCEx_InjectedConfigChannel()
1667 assert_param(IS_ADC_SINGLE_DIFFERENTIAL(pConfigInjected->InjectedSingleDiff)); in HAL_ADCEx_InjectedConfigChannel()
1668 assert_param(IS_FUNCTIONAL_STATE(pConfigInjected->AutoInjectedConv)); in HAL_ADCEx_InjectedConfigChannel()
1669 assert_param(IS_FUNCTIONAL_STATE(pConfigInjected->QueueInjectedContext)); in HAL_ADCEx_InjectedConfigChannel()
1670 assert_param(IS_ADC_EXTTRIGINJEC_EDGE(pConfigInjected->ExternalTrigInjecConvEdge)); in HAL_ADCEx_InjectedConfigChannel()
1671 assert_param(IS_ADC_EXTTRIGINJEC(hadc, pConfigInjected->ExternalTrigInjecConv)); in HAL_ADCEx_InjectedConfigChannel()
1672 assert_param(IS_ADC_OFFSET_NUMBER(pConfigInjected->InjectedOffsetNumber)); in HAL_ADCEx_InjectedConfigChannel()
1673 assert_param(IS_ADC_RANGE(ADC_GET_RESOLUTION(hadc), pConfigInjected->InjectedOffset)); in HAL_ADCEx_InjectedConfigChannel()
1674 assert_param(IS_FUNCTIONAL_STATE(pConfigInjected->InjecOversamplingMode)); in HAL_ADCEx_InjectedConfigChannel()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_adc_ex.c1760 const ADC_InjectionConfTypeDef *pConfigInjected) in HAL_ADCEx_InjectedConfigChannel() argument
1771 assert_param(IS_ADC_SAMPLING_TIME(pConfigInjected->InjectedSamplingTime)); in HAL_ADCEx_InjectedConfigChannel()
1772 assert_param(IS_ADC_SINGLE_DIFFERENTIAL(pConfigInjected->InjectedSingleDiff)); in HAL_ADCEx_InjectedConfigChannel()
1773 assert_param(IS_FUNCTIONAL_STATE(pConfigInjected->AutoInjectedConv)); in HAL_ADCEx_InjectedConfigChannel()
1774 assert_param(IS_ADC_EXTTRIGINJEC_EDGE(pConfigInjected->ExternalTrigInjecConvEdge)); in HAL_ADCEx_InjectedConfigChannel()
1775 assert_param(IS_ADC_EXTTRIGINJEC(hadc->Instance, pConfigInjected->ExternalTrigInjecConv)); in HAL_ADCEx_InjectedConfigChannel()
1776 assert_param(IS_ADC_OFFSET_NUMBER(pConfigInjected->InjectedOffsetNumber)); in HAL_ADCEx_InjectedConfigChannel()
1777 assert_param(IS_ADC_RANGE(ADC_GET_RESOLUTION(hadc), pConfigInjected->InjectedOffset)); in HAL_ADCEx_InjectedConfigChannel()
1778 assert_param(IS_ADC_OFFSET_SIGN(pConfigInjected->InjectedOffsetSign)); in HAL_ADCEx_InjectedConfigChannel()
1779 assert_param(IS_FUNCTIONAL_STATE(pConfigInjected->InjecOversamplingMode)); in HAL_ADCEx_InjectedConfigChannel()
[all …]
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_adc_ex.c1653 const ADC_InjectionConfTypeDef *pConfigInjected) in HAL_ADCEx_InjectedConfigChannel() argument
1666 assert_param(IS_ADC_SAMPLE_TIME(pConfigInjected->InjectedSamplingTime)); in HAL_ADCEx_InjectedConfigChannel()
1667 assert_param(IS_ADC_SINGLE_DIFFERENTIAL(pConfigInjected->InjectedSingleDiff)); in HAL_ADCEx_InjectedConfigChannel()
1668 assert_param(IS_FUNCTIONAL_STATE(pConfigInjected->AutoInjectedConv)); in HAL_ADCEx_InjectedConfigChannel()
1669 assert_param(IS_FUNCTIONAL_STATE(pConfigInjected->QueueInjectedContext)); in HAL_ADCEx_InjectedConfigChannel()
1670 assert_param(IS_ADC_EXTTRIGINJEC_EDGE(pConfigInjected->ExternalTrigInjecConvEdge)); in HAL_ADCEx_InjectedConfigChannel()
1671 assert_param(IS_ADC_EXTTRIGINJEC(hadc, pConfigInjected->ExternalTrigInjecConv)); in HAL_ADCEx_InjectedConfigChannel()
1672 assert_param(IS_ADC_OFFSET_NUMBER(pConfigInjected->InjectedOffsetNumber)); in HAL_ADCEx_InjectedConfigChannel()
1673 assert_param(IS_ADC_RANGE(ADC_GET_RESOLUTION(hadc), pConfigInjected->InjectedOffset)); in HAL_ADCEx_InjectedConfigChannel()
1674 assert_param(IS_FUNCTIONAL_STATE(pConfigInjected->InjecOversamplingMode)); in HAL_ADCEx_InjectedConfigChannel()
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_adc_ex.h1121 … const ADC_InjectionConfTypeDef *pConfigInjected);
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_adc_ex.h1185 … const ADC_InjectionConfTypeDef *pConfigInjected);
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_adc_ex.h1138 … const ADC_InjectionConfTypeDef *pConfigInjected);
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_adc_ex.h1295 … const ADC_InjectionConfTypeDef *pConfigInjected);
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_adc_ex.h1365 ADC_InjectionConfTypeDef *pConfigInjected);
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_adc_ex.h1392 … const ADC_InjectionConfTypeDef *pConfigInjected);
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_adc_ex.h1539 … const ADC_InjectionConfTypeDef *pConfigInjected);