Module copy_dma

Source
Expand description

Copy DMA Controller

Modules§

conf
Copy DMA configuration register
date
Copy DMA version control register
in_eof_des_addr
Receive descriptor address when EOF occurs
in_link
Link descriptor address and control
in_st
Status register of receiving data
inlink_dscr
Address of current receive descriptor
inlink_dscr_bf0
Address of last receive descriptor
int_clr
Interrupt clear bits
int_ena
Interrupt enable bits
int_raw
Raw interrupt status
int_st
Masked interrupt status
out_eof_bfr_des_addr
Transmit descriptor address before the last transmit descriptor
out_eof_des_addr
Transmit descriptor address when EOF occurs
out_link
Link descriptor address and control
out_st
Status register of transmitting data
outlink_dscr
Address of current transmit descriptor
outlink_dscr_bf0
Address of last transmit descriptor

Structs§

RegisterBlock
Register block

Type Aliases§

CONF
CONF (rw) register accessor: Copy DMA configuration register
DATE
DATE (rw) register accessor: Copy DMA version control register
INLINK_DSCR
INLINK_DSCR (r) register accessor: Address of current receive descriptor
INLINK_DSCR_BF0
INLINK_DSCR_BF0 (r) register accessor: Address of last receive descriptor
INT_CLR
INT_CLR (w) register accessor: Interrupt clear bits
INT_ENA
INT_ENA (rw) register accessor: Interrupt enable bits
INT_RAW
INT_RAW (r) register accessor: Raw interrupt status
INT_ST
INT_ST (r) register accessor: Masked interrupt status
IN_EOF_DES_ADDR
IN_EOF_DES_ADDR (r) register accessor: Receive descriptor address when EOF occurs
IN_LINK
IN_LINK (rw) register accessor: Link descriptor address and control
IN_ST
IN_ST (r) register accessor: Status register of receiving data
OUTLINK_DSCR
OUTLINK_DSCR (r) register accessor: Address of current transmit descriptor
OUTLINK_DSCR_BF0
OUTLINK_DSCR_BF0 (r) register accessor: Address of last transmit descriptor
OUT_EOF_BFR_DES_ADDR
OUT_EOF_BFR_DES_ADDR (r) register accessor: Transmit descriptor address before the last transmit descriptor
OUT_EOF_DES_ADDR
OUT_EOF_DES_ADDR (r) register accessor: Transmit descriptor address when EOF occurs
OUT_LINK
OUT_LINK (rw) register accessor: Link descriptor address and control
OUT_ST
OUT_ST (r) register accessor: Status register of transmitting data