MNRS-BM-BSP/include/ehrenberg/devices/dma.h

12 lines
207 B
C

#ifndef _BSP_DMA_H
#define _BSP_DMA_H
#include "gen/simpledma.h"
#define EVENT_UART 1
#define I2S_LEFT_SAMPLE_AVAIL 2
#define I2S_RIGHT_SAMPLE_AVAIL 4
#define CAMERA_PIXEL_AVAIL 8
#endif /* _BSP_DMA_H */