Function dmac_channel_set_destination_addr()

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)

Table 1. Parameters
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

Note: This register must be aligned with the source transfer width.