lpc43xx/gpdma.csv: Fix INTSTAT register name

This commit is contained in:
Ben Gamari 2013-07-02 06:57:11 -04:00 committed by Piotr Esden-Tempski
parent e8af7a98ee
commit 036cb51676
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
GPDMA_NTSTAT,0,8,INTSTAT,Status of DMA channel interrupts after masking,0x00,r
GPDMA_INTSTAT,0,8,INTSTAT,Status of DMA channel interrupts after masking,0x00,r
GPDMA_INTTCSTAT,0,8,INTTCSTAT,Terminal count interrupt request status for DMA channels,0x00,r
GPDMA_INTTCCLEAR,0,8,INTTCCLEAR,Allows clearing the Terminal count interrupt request (IntTCStat) for DMA channels,0x00,w
GPDMA_INTERRSTAT,0,8,INTERRSTAT,Interrupt error status for DMA channels,0x00,r

1 GPDMA_NTSTAT GPDMA_INTSTAT 0 8 INTSTAT Status of DMA channel interrupts after masking 0x00 r
2 GPDMA_INTTCSTAT 0 8 INTTCSTAT Terminal count interrupt request status for DMA channels 0x00 r
3 GPDMA_INTTCCLEAR 0 8 INTTCCLEAR Allows clearing the Terminal count interrupt request (IntTCStat) for DMA channels 0x00 w
4 GPDMA_INTERRSTAT 0 8 INTERRSTAT Interrupt error status for DMA channels 0x00 r