mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-20 00:09:11 +00:00
fix(jpeg): use dma2d empty rx desc event to avoid a stuck
This commit is contained in:
@@ -118,6 +118,7 @@ typedef enum {
|
||||
JPEG_DMA2D_RX_EOF = BIT(0), // DMA2D rx eof event
|
||||
JPEG_DMA2D_RX_DONE = BIT(1), // DMA2D rx done event
|
||||
JPEG_DMA2D_TX_DONE = BIT(2), // DMA2D tx done event
|
||||
JPEG_DMA2D_RX_DESC_EMPTY = BIT(3), // DMA2D rx empty event
|
||||
} jpeg_dma2d_evt_enum_t;
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user