Skyward boardcore
|
#include "DMA.h"
#include <kernel/logging.h>
#include <utils/ClockUtils.h>
#include <utils/Debug.h>
#include <map>
Go to the source code of this file.
Namespaces | |
namespace | Boardcore |
Driver for the VN100S IMU. | |
Functions | |
void | __attribute__ ((naked)) DMA1_Stream0_IRQHandler() |
void | __attribute__ ((used)) DMA1_Stream0_IRQImpl() |
void __attribute__ | ( | (naked) | ) |
Here are defined the IRQHandlers for the various streams.
The problem is that some of these stream are used by miosix. The corresponding IRQHandlers are already defined in there, causing conflicts. Moreover, the used streams might differ from different boards. That's why some streams are available only for a particular board.