From f5cd026ae32f64239415363dc0ea5b4f82fce229 Mon Sep 17 00:00:00 2001 From: Piotr Esden-Tempski Date: Wed, 29 Feb 2012 17:53:46 -0800 Subject: Added dma_channel_reset prototype. --- include/libopencm3/stm32/f1/dma.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libopencm3/stm32') 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); -- cgit v1.2.3