Skyward boardcore
|
#include <kernel/scheduler/scheduler.h>
#include <kernel/sync.h>
#include <chrono>
#include <functional>
#include <map>
#include "DMADefs.h"
Go to the source code of this file.
Classes | |
struct | Boardcore::DMATransaction |
This is the configuration struct for a DMA transaction. More... | |
class | Boardcore::DMADriver |
This class is responsible for streams acquisition, streams release and interrupt handling. More... | |
class | Boardcore::DMAStream |
This class represents the actual DMA stream. It can be used to setup, start and stop DMA transactions. More... | |
class | Boardcore::DMAStreamGuard |
Simple RAII class to handle DMA streams. More... | |
Namespaces | |
namespace | Boardcore |
This file includes all the types the logdecoder script will decode. | |