Searched refs:hdma_tim3_ch2 (Results 1 – 1 of 1) sorted by relevance
36 DMA_HandleTypeDef hdma_tim3_ch2; variable67 HAL_DMA_IRQHandler(&hdma_tim3_ch2); in DMA1_Stream5_IRQHandler()122 hdma_tim3_ch2.Instance = DMA1_Stream5; in matrix_init()123 hdma_tim3_ch2.Init.Channel = DMA_CHANNEL_5; in matrix_init()124 hdma_tim3_ch2.Init.Direction = DMA_MEMORY_TO_PERIPH; in matrix_init()125 hdma_tim3_ch2.Init.PeriphInc = DMA_PINC_DISABLE; in matrix_init()126 hdma_tim3_ch2.Init.MemInc = DMA_MINC_ENABLE; in matrix_init()129 hdma_tim3_ch2.Init.Mode = DMA_NORMAL; in matrix_init()130 hdma_tim3_ch2.Init.Priority = DMA_PRIORITY_HIGH; in matrix_init()131 hdma_tim3_ch2.Init.FIFOMode = DMA_FIFOMODE_DISABLE; in matrix_init()[all …]
Completed in 7 milliseconds