Repo re-org
This commit is contained in:
parent
312fee491c
commit
50998fcfb9
270 changed files with 9 additions and 9 deletions
10
reset-controller/fw/src/dma_util.h
Normal file
10
reset-controller/fw/src/dma_util.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#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__ */
|
||||
Loading…
Add table
Add a link
Reference in a new issue