30#ifndef __DMAMANAGER_H__
31#define __DMAMANAGER_H__
36#ifndef HIDE_FROM_DOXYGEN
57 friend class SysManager;
60 static DmacChannel *Channel(DmaChannels index);
61 static DmacDescriptor *BaseDescriptor(DmaChannels index);
66 static DmaManager &Instance();
69 static DmacDescriptor writeBackDescriptor[DMA_CHANNEL_COUNT] __attribute__((
71 static DmacDescriptor descriptorBase[DMA_CHANNEL_COUNT] __attribute__((aligned(
89 static void Initialize();
Namespace to encompass the ClearCore board API.
Definition AdcManager.h:36