HAL + 0/52 examples
CodeScope will show references to ADC_InitTypeDef::DMAContinuousRequests from the following samples and libraries:
Drivers
Boards
Examples
STM32446E_EVAL
Applications
USB_Device
Examples
ADC
STM32469I-Discovery
Examples
ADC
STM32469I_EVAL
Examples
ADC
STM324x9I_EVAL
Applications
USB_Device
Examples
ADC
STM324xG_EVAL
Applications
USB_Device
Examples
ADC
STM32F4-Discovery
Examples
ADC
STM32F401-Discovery
Examples
ADC
STM32F411E-Discovery
Examples
ADC
STM32F412G-Discovery
Examples
ADC
STM32F412ZG-Nucleo
Examples
ADC
STM32F413H-Discovery
Examples
ADC
STM32F413ZH-Nucleo
Examples
ADC
STM32F429I-Discovery
Examples
ADC
STM32F429ZI-Nucleo
Examples
ADC
Examples_MIX
ADC
STM32F446ZE-Nucleo
Examples
ADC
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALADC_InitTypeDef::DMAContinuousRequests

ADC_InitTypeDef::DMAContinuousRequests field

Specifies whether the DMA requests are performed in one shot mode (DMA transfer stop when number of conversions is reached) or in Continuous mode (DMA transfer unlimited, whatever number of conversions). Note: In continuous mode, DMA must be configured in circular mode. Otherwise an overrun will be triggered when DMA buffer maximum pointer is reached. Note: This parameter must be modified when no conversion is on going on both regular and injected groups (ADC disabled, or ADC enabled without continuous mode or external trigger that could launch a conversion). This parameter can be set to ENABLE or DISABLE.

Syntax

FunctionalState DMAContinuousRequests;

Examples

ADC_InitTypeDef::DMAContinuousRequests is referenced by 52 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_adc.h:103
FunctionalState DMAContinuousRequests; /*!< Specifies whether the DMA requests are performed in one shot mode (DMA transfer stop when number of conversions is reached)
stm32f4xx_hal_adc.c:330HAL_ADC_Init()
assert_param(IS_FUNCTIONAL_STATE(hadc->Init.DMAContinuousRequests));
stm32f4xx_hal_adc.c:1981ADC_Init()
hadc->Instance->CR2 |= ADC_CR2_DMAContReq((uint32_t)hadc->Init.DMAContinuousRequests);
stm32f4xx_hal_adc_ex.c:606HAL_ADCEx_MultiModeStart_DMA()
assert_param(IS_FUNCTIONAL_STATE(hadc->Init.DMAContinuousRequests));
stm32f4xx_hal_adc_ex.c:685HAL_ADCEx_MultiModeStart_DMA()
if (hadc->Init.DMAContinuousRequests != DISABLE)

Data Use

Functions reading ADC_InitTypeDef::DMAContinuousRequests
ADC_InitTypeDef::DMAContinuousRequests
Type of ADC_InitTypeDef::DMAContinuousRequests
ADC_InitTypeDef::DMAContinuousRequests
all items filtered out