1.3.8.7 1.4.6.7 1.5.7.7 1.6.6.7 1.7.7.7 1.29.8.7 1.30.5.7 1.31.5.7 1.32.8.7 1.33.5.7 1.37.5.7 1.38.6.7 1.39.5.7 1.40.6.7 DMAC_ChannelGetTransferredCount Function
C
uint16_t DMAC_ChannelGetTransferredCount( DMAC_CHANNEL channel )
Summary
Returns transfer count of the ongoing DMAC transfer
Description
Returns transfer count of the ongoing DMAC transfer
Precondition
DMAC should have been initialized by calling DMAC_Initialize.
Parameters
Param | Description |
---|---|
channel | DMAC channel |
Returns
None.
Example
uint16_t transfer_cnt;
transfer_cnt = DMAC_ChannelGetTransferredCount (DMAC_CHANNEL_0);
Remarks
None.