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.
DMA_SPI.h@8:e87027349167, 2019-02-27 (annotated)
- Committer:
- Zbyszek
- Date:
- Wed Feb 27 23:35:51 2019 +0000
- Revision:
- 8:e87027349167
- Child:
- 9:9ed9dffd602a
Exporting To Mbed studio
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Zbyszek | 8:e87027349167 | 1 | #ifndef _DMA_SPI_H_ |
Zbyszek | 8:e87027349167 | 2 | #define _DMA_SPI_H_ |
Zbyszek | 8:e87027349167 | 3 | |
Zbyszek | 8:e87027349167 | 4 | #define C2S 2 |
Zbyszek | 8:e87027349167 | 5 | #define C3S 3 |
Zbyszek | 8:e87027349167 | 6 | |
Zbyszek | 8:e87027349167 | 7 | //#include <stm32l4xx.h> |
Zbyszek | 8:e87027349167 | 8 | #include <stm32l4xx.h> |
Zbyszek | 8:e87027349167 | 9 | void initDMA(); |
Zbyszek | 8:e87027349167 | 10 | |
Zbyszek | 8:e87027349167 | 11 | #endif |