Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of DSP_200kHz by
Sample/dma.h@52:5a40cc58c4c2, 2015-01-31 (annotated)
- Committer:
- timmey9
- Date:
- Sat Jan 31 20:56:04 2015 +0000
- Revision:
- 52:5a40cc58c4c2
- Parent:
- dma.h@45:d591d138cdeb
Made minor cosmetic and comment changes.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
timmey9 | 34:44cc9b76a507 | 1 | #ifndef DMA_H_ |
timmey9 | 34:44cc9b76a507 | 2 | #define DMA_H_ |
timmey9 | 34:44cc9b76a507 | 3 | |
timmey9 | 39:82dc3daecf32 | 4 | #include "mbed.h" |
timmey9 | 34:44cc9b76a507 | 5 | |
timmey9 | 45:d591d138cdeb | 6 | void dma_reset(); |
timmey9 | 45:d591d138cdeb | 7 | void dma_init(); |
timmey9 | 40:bd6d8c35e822 | 8 | |
timmey9 | 45:d591d138cdeb | 9 | #endif /* DMA_H_ */ |