remove dma_desc_t

This commit is contained in:
hathach
2026-03-07 13:07:13 +07:00
parent 6c4f119ddd
commit 1c53009dc7
2 changed files with 1 additions and 9 deletions

View File

@ -50,14 +50,6 @@
#define EP_GET_FIFO_PTR(ep, scale) \
(((TU_XSTRCAT(TU_STRCAT(uint, scale), _t)(*)[0x8000 / ((scale) / 8)]) FIFO_RAM_ADDR)[(ep)])
// DMA Channel Transfer Descriptor
typedef struct {
volatile uint32_t next_desc;
volatile uint32_t buff_addr;
volatile uint32_t chnl_ctrl;
uint32_t padding;
} dma_desc_t;
// Transfer control context
typedef struct {
uint8_t *buffer;

View File

@ -1,4 +1,4 @@
/*
/*
* The MIT License (MIT)
*
* Copyright (c) 2019 Microchip Technology Inc.