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

12 lines
207 B
C
Raw Normal View History

2024-06-10 12:21:20 +02:00
#ifndef _BSP_DMA_H
#define _BSP_DMA_H
#include "gen/simpledma.h"
2024-07-01 11:41:28 +02:00
#define EVENT_UART 1
#define I2S_LEFT_SAMPLE_AVAIL 2
#define I2S_RIGHT_SAMPLE_AVAIL 4
#define CAMERA_PIXEL_AVAIL 8
2024-06-10 12:21:20 +02:00
#endif /* _BSP_DMA_H */