G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
DMA burst mode configuration

Functions

__STATIC_INLINE void DDL_TMR_ConfigDMABurst (TMR_TypeDef *TMRx, uint32_t DMABurstBaseAddress, uint32_t DMABurstLength)
 Configures the timer DMA burst feature.

Detailed Description

Function Documentation

◆ DDL_TMR_ConfigDMABurst()

__STATIC_INLINE void DDL_TMR_ConfigDMABurst ( TMR_TypeDef * TMRx,
uint32_t DMABurstBaseAddress,
uint32_t DMABurstLength )

Configures the timer DMA burst feature.

Note
Macro IS_TMR_DMABURST_INSTANCE(TMRx) can be used to check whether or not a timer instance supports the DMA burst mode.
Parameters
TMRxTimer 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 2784 of file g32r4xx_ddl_tmr.h.