aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/stm32/f1
diff options
context:
space:
mode:
authorPiotr Esden-Tempski2012-02-29 17:53:46 -0800
committerPiotr Esden-Tempski2012-02-29 17:53:46 -0800
commitf5cd026ae32f64239415363dc0ea5b4f82fce229 (patch)
tree4609f4fbfe7c41f660d50b9af9ff95340f000b73 /include/libopencm3/stm32/f1
parentec904f176b014b611efa3c3fe81dce4a74378b5a (diff)
Added dma_channel_reset prototype.
Diffstat (limited to 'include/libopencm3/stm32/f1')
-rw-r--r--include/libopencm3/stm32/f1/dma.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libopencm3/stm32/f1/dma.h b/include/libopencm3/stm32/f1/dma.h
index 6e9d5e2..a156496 100644
--- a/include/libopencm3/stm32/f1/dma.h
+++ b/include/libopencm3/stm32/f1/dma.h
@@ -310,6 +310,7 @@
/* --- function prototypes ------------------------------------------------- */
+void dma_channel_reset(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_memory_size(u32 dma, u8 channel, u32 mem_size);