13 DMA_Stream_TypeDef *stream;
18 HW(
const Conf &conf) {
19 handle.Instance = conf.stream;
20 handle.Init = conf.init;
21 while (HAL_DMA_Init(&handle) != HAL_OK);
26 HAL_DMA_IRQHandler(&handle);
30 DMA_HandleTypeDef handle{};
DMA configuration structure.
Definition dma.h:12