aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/FSMC_NAND/dma_storm.h
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/STM32F4xx/FSMC_NAND/dma_storm.h')
-rw-r--r--testhal/STM32/STM32F4xx/FSMC_NAND/dma_storm.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F4xx/FSMC_NAND/dma_storm.h b/testhal/STM32/STM32F4xx/FSMC_NAND/dma_storm.h
new file mode 100644
index 0000000..0be66ba
--- /dev/null
+++ b/testhal/STM32/STM32F4xx/FSMC_NAND/dma_storm.h
@@ -0,0 +1,17 @@
+#ifndef DMA_STORM_H_
+#define DMA_STORM_H_
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+ void dma_storm_spi_start(void);
+ uint32_t dma_storm_spi_stop(void);
+ void dma_storm_adc_start(void);
+ uint32_t dma_storm_adc_stop(void);
+ void dma_storm_uart_start(void);
+ uint32_t dma_storm_uart_stop(void);
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* DMA_STORM_H_ */