Set the DMA destination address of the specified DMA Channel.
void dmac_channel_set_destination_addr( Dmac * p_dmac, uint32_t ul_num, uint32_t ul_addr)
Data direction | Parameter name | Description |
---|---|---|
[out] |
p_dmac |
Module hardware register base address pointer |
[in] |
ul_num |
DMA Channel number (range 0 to 3) |
[in] |
ul_addr |
Destination address |