Home
last modified time | relevance | path

Searched refs:DMAAccessMode (Results 1 – 18 of 18) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_adc_ex.c947 assert_param(IS_ADC_DMA_ACCESS_MODE(multimode->DMAAccessMode)); in HAL_ADCEx_MultiModeConfigChannel()
959 ADC->CCR |= multimode->DMAAccessMode; in HAL_ADCEx_MultiModeConfigChannel()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_adc_ex.c947 assert_param(IS_ADC_DMA_ACCESS_MODE(multimode->DMAAccessMode)); in HAL_ADCEx_MultiModeConfigChannel()
959 ADC->CCR |= multimode->DMAAccessMode; in HAL_ADCEx_MultiModeConfigChannel()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_adc_ex.c988 assert_param(IS_ADC_DMA_ACCESS_MODE(multimode->DMAAccessMode)); in HAL_ADCEx_MultiModeConfigChannel()
1005 tmpADC_Common->CCR |= multimode->DMAAccessMode; in HAL_ADCEx_MultiModeConfigChannel()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_adc_ex.h118 uint32_t DMAAccessMode; /*!< Configures the Direct memory access mode for multi ADC mode. member
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_adc_ex.h118 uint32_t DMAAccessMode; /*!< Configures the Direct memory access mode for multi ADC mode. member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_adc_ex.h118 uint32_t DMAAccessMode; /*!< Configures the Direct memory access mode for multi ADC mode. member
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_adc_ex.c2119 assert_param(IS_ADC_DMA_ACCESS_MULTIMODE(pMultimode->DMAAccessMode)); in HAL_ADCEx_MultiModeConfigChannel()
2161 pMultimode->DMAAccessMode | in HAL_ADCEx_MultiModeConfigChannel()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_adc_ex.c2129 assert_param(IS_ADC_DMA_ACCESS_MULTIMODE(pMultimode->DMAAccessMode)); in HAL_ADCEx_MultiModeConfigChannel()
2171 pMultimode->DMAAccessMode | in HAL_ADCEx_MultiModeConfigChannel()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_adc_ex.c2128 assert_param(IS_ADC_DMA_ACCESS_MULTIMODE(pMultimode->DMAAccessMode)); in HAL_ADCEx_MultiModeConfigChannel()
2170 pMultimode->DMAAccessMode | in HAL_ADCEx_MultiModeConfigChannel()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_adc_ex.c2198 assert_param(IS_ADC_DMA_ACCESS_MULTIMODE(pMultimode->DMAAccessMode)); in HAL_ADCEx_MultiModeConfigChannel()
2240 pMultimode->DMAAccessMode | in HAL_ADCEx_MultiModeConfigChannel()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_adc_ex.c2190 assert_param(IS_ADC_DMA_ACCESS_MULTIMODE(pMultimode->DMAAccessMode)); in HAL_ADCEx_MultiModeConfigChannel()
2232 pMultimode->DMAAccessMode | in HAL_ADCEx_MultiModeConfigChannel()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_adc_ex.h264 uint32_t DMAAccessMode; /*!< Configures the DMA mode for multimode ADC: member
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_adc_ex.h264 uint32_t DMAAccessMode; /*!< Configures the DMA mode for multimode ADC: member
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_adc_ex.h249 uint32_t DMAAccessMode; /*!< Configures the DMA mode for multimode ADC: member
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_adc_ex.h249 uint32_t DMAAccessMode; /*!< Configures the DMA mode for multimode ADC: member
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_adc_ex.h264 uint32_t DMAAccessMode; /*!< Configures the DMA mode for multimode ADC: member
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_adc_ex.c7065 assert_param(IS_ADC_DMA_ACCESS_MODE(multimode->DMAAccessMode)); in HAL_ADCEx_MultiModeConfigChannel()
7104 multimode->DMAAccessMode | in HAL_ADCEx_MultiModeConfigChannel()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_adc_ex.h322 uint32_t DMAAccessMode; /*!< Configures the DMA mode for multi ADC mode: member