| /hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
| D | stm32g4xx_hal_adc_ex.c | 1660 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/ |
| D | stm32h5xx_hal_adc_ex.c | 1717 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/ |
| D | stm32mp1xx_hal_adc_ex.c | 1726 …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/ |
| D | stm32h7rsxx_hal_adc_ex.c | 1716 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/ |
| D | stm32u5xx_hal_adc_ex.c | 1991 …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/ |
| D | stm32l4xx_hal_adc_ex.c | 1653 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/ |
| D | stm32n6xx_hal_adc_ex.c | 1760 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/ |
| D | stm32l5xx_hal_adc_ex.c | 1653 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/ |
| D | stm32h7rsxx_hal_adc_ex.h | 1121 … const ADC_InjectionConfTypeDef *pConfigInjected);
|
| /hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
| D | stm32h5xx_hal_adc_ex.h | 1185 … const ADC_InjectionConfTypeDef *pConfigInjected);
|
| /hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
| D | stm32l5xx_hal_adc_ex.h | 1138 … const ADC_InjectionConfTypeDef *pConfigInjected);
|
| /hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
| D | stm32n6xx_hal_adc_ex.h | 1295 … const ADC_InjectionConfTypeDef *pConfigInjected);
|
| /hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
| D | stm32u5xx_hal_adc_ex.h | 1365 ADC_InjectionConfTypeDef *pConfigInjected);
|
| /hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
| D | stm32l4xx_hal_adc_ex.h | 1392 … const ADC_InjectionConfTypeDef *pConfigInjected);
|
| /hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
| D | stm32g4xx_hal_adc_ex.h | 1539 … const ADC_InjectionConfTypeDef *pConfigInjected);
|