add sw int_on_complete support for dcd lpc17xx

This commit is contained in:
hathach
2013-11-20 12:03:04 +07:00
parent 2dafeee585
commit d284ecaccb
2 changed files with 92 additions and 86 deletions

View File

@@ -77,7 +77,6 @@ typedef struct
volatile uint16_t atle_is_msb_extracted : 1; // used in ATLE mode
volatile uint16_t atle_message_length_position : 6; // used in ATLE mode
uint16_t : 2;
// uint16_t int_on_complete : 1; ///< make use of reserved bit
volatile uint16_t present_count; // The number of bytes transferred by the DMA engine. The DMA engine updates this field after completing each packet transfer.
//------------- Word 4 -------------//