Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_sdadc.c344 hsdadc->RegularMultimode = SDADC_MULTIMODE_SDADC1_SDADC2; in HAL_SDADC_Init()
1148 hsdadc->RegularMultimode = MultimodeType; in HAL_SDADC_MultiModeConfigChannel()
2101 if(hsdadc->RegularMultimode == SDADC_MULTIMODE_SDADC1_SDADC2) in HAL_SDADC_MultiModeStart_DMA()
2192 value = (hsdadc->RegularMultimode == SDADC_MULTIMODE_SDADC1_SDADC2) ? \ in HAL_SDADC_MultiModeGetValue()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_sdadc.h92 uint32_t RegularMultimode; /*!< current type of regular multimode */ member