Added dma_channel_reset prototype.
This commit is contained in:
parent
ec904f176b
commit
f5cd026ae3
@ -310,6 +310,7 @@
|
|||||||
|
|
||||||
/* --- function prototypes ------------------------------------------------- */
|
/* --- function prototypes ------------------------------------------------- */
|
||||||
|
|
||||||
|
void dma_channel_reset(u32 dma, u8 channel);
|
||||||
void dma_enable_mem2mem_mode(u32 dma, u8 channel);
|
void dma_enable_mem2mem_mode(u32 dma, u8 channel);
|
||||||
void dma_set_priority(u32 dma, u8 channel, u32 prio);
|
void dma_set_priority(u32 dma, u8 channel, u32 prio);
|
||||||
void dma_set_memory_size(u32 dma, u8 channel, u32 mem_size);
|
void dma_set_memory_size(u32 dma, u8 channel, u32 mem_size);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user