9.3.12 DMA2D transfer control (start, suspend, abort and completion)
ทันทีที่ the DMA2D ถูกกำหนดค่า, the transfer สามารถถูกเริ่มโดยการเซ็ต the START bit of the DMA2D_CR register. ทันทีที่ the transfer เสร็จสมบูรณ์, the START bit จะถูกรีเซ็ตโดยอัตโนมัติและ the TCIF flag of the DMA2D_ISR register จะถูกทำให้พุ่งขึ้น. An interrupt สามารถถูกสร้างถ้า the TCIE bit of the DMA2D_CR ถูกเซ็ต.
The user application สามารถระงับค้างไว้ the DMA2D ณ เวลาใดก็ได้โดยการเซ็ต the SUSP bit of the DMA2D_CR register. The transaction จากนั้นสามารถถูกยกเลิกโดยการเซ็ต the ABORT bit of the DMA2D_CR register หรือสามารถถูกรีสตาร์ทโดยการรีเซ็ต the SUSP bit of the DMA2D_CR register.
The user application สามารถยกเลิก an ongoing transaction ณ เวลาใดก็ได้โดยการเซ็ต the ABORT bit of the DMA2D_CR register. ในกรณีนี้, the TCIF flag ไม่ถูกทำให้พุ่งขึ้น.
Automatic CLUT transfers สามารถถูกยกเลิกหรือถูกระงับค้างไว้โดยการใช้ the ABORT or the SUSP bit of the DMA2D_CR register.