master-thesis/controller/fw/src/dma_util.h
2020-03-16 19:19:34 +01:00

10 lines
178 B
C

#ifndef __DMA_UTIL_H__
#define __DMA_UTIL_H__
#include <stdint.h>
#include "sr_global.h"
uint8_t dma_get_isr_and_clear(DMA_TypeDef *dma, int ch);
#endif /* __DMA_UTIL_H__ */