What is the difference between "Active" and "Busy" in the DMA of the LPC55? The User Manual contains the following definitions:
"A DMA channel is considered active when a DMA operation has been started but not yet fully completed. The Active status will persist from a DMA operation being started, until the pipeline is empty after end of the last descriptor (when there is no reload)."
"A DMA channel is considered busy when there is any operation related to that channel in the DMA controller’s internal pipeline."
Both seem to indicate whether there are any operations for the channel in the DMA pipeline, so what is the difference?