STM32F439xx HAL User Manual
Functions
DMA burst mode configuration
TIM Exported Functions

Functions

__STATIC_INLINE void LL_TIM_ConfigDMABurst (TIM_TypeDef *TIMx, uint32_t DMABurstBaseAddress, uint32_t DMABurstLength)
 Configures the timer DMA burst feature.

Function Documentation

__STATIC_INLINE void LL_TIM_ConfigDMABurst ( TIM_TypeDef *  TIMx,
uint32_t  DMABurstBaseAddress,
uint32_t  DMABurstLength 
)

Configures the timer DMA burst feature.

Note:
Macro IS_TIM_DMABURST_INSTANCE(TIMx) can be used to check whether or not a timer instance supports the DMA burst mode.
Reference Manual to LL API cross reference:
DCR DBL LL_TIM_ConfigDMABurst
DCR DBA LL_TIM_ConfigDMABurst
Parameters:
TIMxTimer instance
DMABurstBaseAddressThis parameter can be one of the following values:
DMABurstLengthThis parameter can be one of the following values:
Return values:
None

Definition at line 2993 of file stm32f4xx_ll_tim.h.