Home
last modified time | relevance | path

Searched refs:pMultimode (Results 1 – 14 of 14) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_adc_ex.c2107 …f HAL_ADCEx_MultiModeConfigChannel(ADC_HandleTypeDef *hadc, const ADC_MultiModeTypeDef *pMultimode) in HAL_ADCEx_MultiModeConfigChannel() argument
2116 assert_param(IS_ADC_MULTIMODE(pMultimode->Mode)); in HAL_ADCEx_MultiModeConfigChannel()
2117 if (pMultimode->Mode != ADC_MODE_INDEPENDENT) in HAL_ADCEx_MultiModeConfigChannel()
2119 assert_param(IS_ADC_DMA_ACCESS_MULTIMODE(pMultimode->DMAAccessMode)); in HAL_ADCEx_MultiModeConfigChannel()
2120 assert_param(IS_ADC_SAMPLING_DELAY(pMultimode->TwoSamplingDelay)); in HAL_ADCEx_MultiModeConfigChannel()
2158 if (pMultimode->Mode != ADC_MODE_INDEPENDENT) in HAL_ADCEx_MultiModeConfigChannel()
2161 pMultimode->DMAAccessMode | in HAL_ADCEx_MultiModeConfigChannel()
2179 pMultimode->Mode | in HAL_ADCEx_MultiModeConfigChannel()
2180 pMultimode->TwoSamplingDelay in HAL_ADCEx_MultiModeConfigChannel()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_adc_ex.c2117 …f HAL_ADCEx_MultiModeConfigChannel(ADC_HandleTypeDef *hadc, const ADC_MultiModeTypeDef *pMultimode) in HAL_ADCEx_MultiModeConfigChannel() argument
2126 assert_param(IS_ADC_MULTIMODE(pMultimode->Mode)); in HAL_ADCEx_MultiModeConfigChannel()
2127 if (pMultimode->Mode != ADC_MODE_INDEPENDENT) in HAL_ADCEx_MultiModeConfigChannel()
2129 assert_param(IS_ADC_DMA_ACCESS_MULTIMODE(pMultimode->DMAAccessMode)); in HAL_ADCEx_MultiModeConfigChannel()
2130 assert_param(IS_ADC_SAMPLING_DELAY(pMultimode->TwoSamplingDelay)); in HAL_ADCEx_MultiModeConfigChannel()
2168 if (pMultimode->Mode != ADC_MODE_INDEPENDENT) in HAL_ADCEx_MultiModeConfigChannel()
2171 pMultimode->DMAAccessMode | in HAL_ADCEx_MultiModeConfigChannel()
2189 pMultimode->Mode | in HAL_ADCEx_MultiModeConfigChannel()
2190 pMultimode->TwoSamplingDelay in HAL_ADCEx_MultiModeConfigChannel()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_adc_ex.c2116 …f HAL_ADCEx_MultiModeConfigChannel(ADC_HandleTypeDef *hadc, const ADC_MultiModeTypeDef *pMultimode) in HAL_ADCEx_MultiModeConfigChannel() argument
2125 assert_param(IS_ADC_MULTIMODE(pMultimode->Mode)); in HAL_ADCEx_MultiModeConfigChannel()
2126 if (pMultimode->Mode != ADC_MODE_INDEPENDENT) in HAL_ADCEx_MultiModeConfigChannel()
2128 assert_param(IS_ADC_DMA_ACCESS_MULTIMODE(pMultimode->DMAAccessMode)); in HAL_ADCEx_MultiModeConfigChannel()
2129 assert_param(IS_ADC_SAMPLING_DELAY(pMultimode->TwoSamplingDelay)); in HAL_ADCEx_MultiModeConfigChannel()
2167 if (pMultimode->Mode != ADC_MODE_INDEPENDENT) in HAL_ADCEx_MultiModeConfigChannel()
2170 pMultimode->DMAAccessMode | in HAL_ADCEx_MultiModeConfigChannel()
2188 pMultimode->Mode | in HAL_ADCEx_MultiModeConfigChannel()
2189 pMultimode->TwoSamplingDelay in HAL_ADCEx_MultiModeConfigChannel()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_adc_ex.c2136 const ADC_MultiModeTypeDef *pMultimode) in HAL_ADCEx_MultiModeConfigChannel() argument
2145 assert_param(IS_ADC_MULTIMODE(pMultimode->Mode)); in HAL_ADCEx_MultiModeConfigChannel()
2146 if (pMultimode->Mode != ADC_MODE_INDEPENDENT) in HAL_ADCEx_MultiModeConfigChannel()
2148 assert_param(IS_ADC_DUAL_DATA_MODE(pMultimode->DualModeData)); in HAL_ADCEx_MultiModeConfigChannel()
2149 assert_param(IS_ADC_SAMPLING_DELAY(pMultimode->TwoSamplingDelay)); in HAL_ADCEx_MultiModeConfigChannel()
2195 if (pMultimode->Mode != ADC_MODE_INDEPENDENT) in HAL_ADCEx_MultiModeConfigChannel()
2197 MODIFY_REG(tmpADC_Common->CCR, ADC_CCR_DAMDF, pMultimode->DualModeData); in HAL_ADCEx_MultiModeConfigChannel()
2214 pMultimode->Mode | in HAL_ADCEx_MultiModeConfigChannel()
2215 pMultimode->TwoSamplingDelay in HAL_ADCEx_MultiModeConfigChannel()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_adc_ex.c2186 …f HAL_ADCEx_MultiModeConfigChannel(ADC_HandleTypeDef *hadc, const ADC_MultiModeTypeDef *pMultimode) in HAL_ADCEx_MultiModeConfigChannel() argument
2195 assert_param(IS_ADC_MULTIMODE(pMultimode->Mode)); in HAL_ADCEx_MultiModeConfigChannel()
2196 if (pMultimode->Mode != ADC_MODE_INDEPENDENT) in HAL_ADCEx_MultiModeConfigChannel()
2198 assert_param(IS_ADC_DMA_ACCESS_MULTIMODE(pMultimode->DMAAccessMode)); in HAL_ADCEx_MultiModeConfigChannel()
2199 assert_param(IS_ADC_SAMPLING_DELAY(pMultimode->TwoSamplingDelay)); in HAL_ADCEx_MultiModeConfigChannel()
2237 if (pMultimode->Mode != ADC_MODE_INDEPENDENT) in HAL_ADCEx_MultiModeConfigChannel()
2240 pMultimode->DMAAccessMode | in HAL_ADCEx_MultiModeConfigChannel()
2258 pMultimode->Mode | in HAL_ADCEx_MultiModeConfigChannel()
2259 pMultimode->TwoSamplingDelay in HAL_ADCEx_MultiModeConfigChannel()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_adc_ex.c2178 …f HAL_ADCEx_MultiModeConfigChannel(ADC_HandleTypeDef *hadc, const ADC_MultiModeTypeDef *pMultimode) in HAL_ADCEx_MultiModeConfigChannel() argument
2187 assert_param(IS_ADC_MULTIMODE(pMultimode->Mode)); in HAL_ADCEx_MultiModeConfigChannel()
2188 if (pMultimode->Mode != ADC_MODE_INDEPENDENT) in HAL_ADCEx_MultiModeConfigChannel()
2190 assert_param(IS_ADC_DMA_ACCESS_MULTIMODE(pMultimode->DMAAccessMode)); in HAL_ADCEx_MultiModeConfigChannel()
2191 assert_param(IS_ADC_SAMPLING_DELAY(pMultimode->TwoSamplingDelay)); in HAL_ADCEx_MultiModeConfigChannel()
2229 if (pMultimode->Mode != ADC_MODE_INDEPENDENT) in HAL_ADCEx_MultiModeConfigChannel()
2232 pMultimode->DMAAccessMode | in HAL_ADCEx_MultiModeConfigChannel()
2251 pMultimode->Mode | in HAL_ADCEx_MultiModeConfigChannel()
2252 pMultimode->TwoSamplingDelay in HAL_ADCEx_MultiModeConfigChannel()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_adc_ex.c2463 …TypeDef HAL_ADCEx_MultiModeConfigChannel(ADC_HandleTypeDef *hadc, ADC_MultiModeTypeDef *pMultimode) in HAL_ADCEx_MultiModeConfigChannel() argument
2472 assert_param(IS_ADC_MULTIMODE(pMultimode->Mode)); in HAL_ADCEx_MultiModeConfigChannel()
2473 if (pMultimode->Mode != ADC_MODE_INDEPENDENT) in HAL_ADCEx_MultiModeConfigChannel()
2475 assert_param(IS_ADC_DUAL_DATA_MODE(pMultimode->DualModeData)); in HAL_ADCEx_MultiModeConfigChannel()
2476 assert_param(IS_ADC_SAMPLING_DELAY(pMultimode->TwoSamplingDelay)); in HAL_ADCEx_MultiModeConfigChannel()
2512 if (pMultimode->Mode != ADC_MODE_INDEPENDENT) in HAL_ADCEx_MultiModeConfigChannel()
2514 MODIFY_REG(tmp_adc_common->CCR, ADC_CCR_DAMDF, pMultimode->DualModeData); in HAL_ADCEx_MultiModeConfigChannel()
2529 (pMultimode->Mode | pMultimode->TwoSamplingDelay)); in HAL_ADCEx_MultiModeConfigChannel()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_adc_ex.h1124 const ADC_MultiModeTypeDef *pMultimode);
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_adc_ex.h1188 const ADC_MultiModeTypeDef *pMultimode);
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_adc_ex.h1141 const ADC_MultiModeTypeDef *pMultimode);
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_adc_ex.h1299 const ADC_MultiModeTypeDef *pMultimode);
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_adc_ex.h1367 … HAL_ADCEx_MultiModeConfigChannel(ADC_HandleTypeDef *hadc, ADC_MultiModeTypeDef *pMultimode);
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_adc_ex.h1395 const ADC_MultiModeTypeDef *pMultimode);
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_adc_ex.h1542 const ADC_MultiModeTypeDef *pMultimode);