HAL
LL_TIM_ConfigDMABurst() is only used within HAL.
 
Symbols
loading...
Files
loading...

LL_TIM_ConfigDMABurst() function

Configures the timer DMA burst feature.

Syntax

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

Arguments

Return value

None

Notes

Macro IS_TIM_DMABURST_INSTANCE(TIMx) can be used to check whether or not a timer instance supports the DMA burst mode. DCR DBA LL_TIM_ConfigDMABurst

References

LocationText
stm32f4xx_ll_tim.h:3082
__STATIC_INLINE void LL_TIM_ConfigDMABurst(TIM_TypeDef *TIMx, uint32_t DMABurstBaseAddress, uint32_t DMABurstLength)

Data Use