Prusa MINI Firmware overview
Collaboration diagram for DMA Handle index:

Macros

#define TIM_DMA_ID_UPDATE   ((uint16_t)0x0000)
 
#define TIM_DMA_ID_CC1   ((uint16_t)0x0001)
 
#define TIM_DMA_ID_CC2   ((uint16_t)0x0002)
 
#define TIM_DMA_ID_CC3   ((uint16_t)0x0003)
 
#define TIM_DMA_ID_CC4   ((uint16_t)0x0004)
 
#define TIM_DMA_ID_COMMUTATION   ((uint16_t)0x0005)
 
#define TIM_DMA_ID_TRIGGER   ((uint16_t)0x0006)
 

Detailed Description

Macro Definition Documentation

◆ TIM_DMA_ID_UPDATE

#define TIM_DMA_ID_UPDATE   ((uint16_t)0x0000)

Index of the DMA handle used for Update DMA requests

◆ TIM_DMA_ID_CC1

#define TIM_DMA_ID_CC1   ((uint16_t)0x0001)

Index of the DMA handle used for Capture/Compare 1 DMA requests

◆ TIM_DMA_ID_CC2

#define TIM_DMA_ID_CC2   ((uint16_t)0x0002)

Index of the DMA handle used for Capture/Compare 2 DMA requests

◆ TIM_DMA_ID_CC3

#define TIM_DMA_ID_CC3   ((uint16_t)0x0003)

Index of the DMA handle used for Capture/Compare 3 DMA requests

◆ TIM_DMA_ID_CC4

#define TIM_DMA_ID_CC4   ((uint16_t)0x0004)

Index of the DMA handle used for Capture/Compare 4 DMA requests

◆ TIM_DMA_ID_COMMUTATION

#define TIM_DMA_ID_COMMUTATION   ((uint16_t)0x0005)

Index of the DMA handle used for Commutation DMA requests

◆ TIM_DMA_ID_TRIGGER

#define TIM_DMA_ID_TRIGGER   ((uint16_t)0x0006)

Index of the DMA handle used for Trigger DMA requests