lpc43xx/ssp; Add DMACR fields
This commit is contained in:
parent
f4cd74a741
commit
2a588f11aa
@ -105,6 +105,12 @@ LGPL License Terms @ref lgpl_license
|
|||||||
#define SSP0_DMACR SSP_DMACR(SSP0)
|
#define SSP0_DMACR SSP_DMACR(SSP0)
|
||||||
#define SSP1_DMACR SSP_DMACR(SSP1)
|
#define SSP1_DMACR SSP_DMACR(SSP1)
|
||||||
|
|
||||||
|
/* RXDMAE: Receive DMA enable */
|
||||||
|
#define SSP_DMACR_RXDMAE 0x1
|
||||||
|
|
||||||
|
/* RXDMAE: Transmit DMA enable */
|
||||||
|
#define SSP_DMACR_TXDMAE 0x2
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
SSP0_NUM = 0x0,
|
SSP0_NUM = 0x0,
|
||||||
SSP1_NUM = 0x1
|
SSP1_NUM = 0x1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user