Home
last modified time | relevance | path

Searched refs:MultimodeType (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_sdadc.c1129 uint32_t MultimodeType) in HAL_SDADC_MultiModeConfigChannel() argument
1135 assert_param(IS_SDADC_MULTIMODE_TYPE(MultimodeType)); in HAL_SDADC_MultiModeConfigChannel()
1148 hsdadc->RegularMultimode = MultimodeType; in HAL_SDADC_MultiModeConfigChannel()
1168 uint32_t MultimodeType) in HAL_SDADC_InjectedMultiModeConfigChannel() argument
1174 assert_param(IS_SDADC_MULTIMODE_TYPE(MultimodeType)); in HAL_SDADC_InjectedMultiModeConfigChannel()
1187 hsdadc->InjectedMultimode = MultimodeType; in HAL_SDADC_InjectedMultiModeConfigChannel()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_sdadc.h648 …tatusTypeDef HAL_SDADC_MultiModeConfigChannel(SDADC_HandleTypeDef* hsdadc, uint32_t MultimodeType);
649 …eDef HAL_SDADC_InjectedMultiModeConfigChannel(SDADC_HandleTypeDef* hsdadc, uint32_t MultimodeType);