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 mbed-dev by
Diff: targets/TARGET_NUVOTON/TARGET_NUC472/dma.h
- Revision:
- 161:2cc1468da177
- Parent:
- 149:156823d33999
diff -r d5399cc887bb -r 2cc1468da177 targets/TARGET_NUVOTON/TARGET_NUC472/dma.h --- a/targets/TARGET_NUVOTON/TARGET_NUC472/dma.h Tue Mar 14 16:40:56 2017 +0000 +++ b/targets/TARGET_NUVOTON/TARGET_NUC472/dma.h Thu Mar 30 13:45:57 2017 +0100 @@ -32,6 +32,7 @@ #define DMA_EVENT_MASK DMA_EVENT_ALL void dma_set_handler(int channelid, uint32_t handler, uint32_t id, uint32_t event); +PDMA_T *dma_modbase(void); #ifdef __cplusplus }