Prusa MINI Firmware overview
|
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) |
#define TIM_DMA_ID_UPDATE ((uint16_t)0x0000) |
Index of the DMA handle used for Update DMA requests
#define TIM_DMA_ID_CC1 ((uint16_t)0x0001) |
Index of the DMA handle used for Capture/Compare 1 DMA requests
#define TIM_DMA_ID_CC2 ((uint16_t)0x0002) |
Index of the DMA handle used for Capture/Compare 2 DMA requests
#define TIM_DMA_ID_CC3 ((uint16_t)0x0003) |
Index of the DMA handle used for Capture/Compare 3 DMA requests
#define TIM_DMA_ID_CC4 ((uint16_t)0x0004) |
Index of the DMA handle used for Capture/Compare 4 DMA requests
#define TIM_DMA_ID_COMMUTATION ((uint16_t)0x0005) |
Index of the DMA handle used for Commutation DMA requests
#define TIM_DMA_ID_TRIGGER ((uint16_t)0x0006) |
Index of the DMA handle used for Trigger DMA requests