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

12 lines
209 B
C
Raw Normal View History

2024-08-04 13:27:53 +02:00
#ifndef _DEVICES_DMA_H
2024-08-02 12:36:38 +02:00
#define _DEVICES_DMA_H
2024-06-10 12:21:20 +02:00
2024-08-02 12:36:38 +02:00
#include "gen/dma.h"
2024-06-10 12:21:20 +02:00
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 */