tim #6

Merged
Steins7 merged 16 commits from tim into dev 2024-11-03 12:07:39 +00:00
Showing only changes of commit bd15878cb5 - Show all commits

View File

@ -96,7 +96,7 @@ enum DmaIRQSource {
/** /**
* Prototype of the IRQ callbacks that the applicative code can provide * Prototype of the IRQ callbacks that the applicative code can provide
*/ */
typedef void (*DmaCallback)(enum DmaIRQSource, volatile void* param); typedef void (*DmaCallback)(enum DmaIRQSource src, volatile void* param);
/** /**
* Generic struct used to share DAM configs between peripheral drivers and * Generic struct used to share DAM configs between peripheral drivers and