MKM34Z256VLx7 Bare Metal Software Drivers  R4.1.6
Reference Manual
DMA Callback Function

Overview

This section describes callback function of the driver. The callback function is called by the driver to notify interrupt of the peripheral. All interrupt flags are cleared automatically by the driver.

Typedefs

typedef void(* DMA_CH_CALLBACK) (DMA_CH_CALLBACK_TYPE type)
 DMA_CH_CALLBACK function declaration.
 

Enumerations

enum  DMA_CH_CALLBACK_TYPE { CE_CALLBACK, DONE_CALLBACK }
 

Enumeration Type Documentation

DMA_CH_CALLBACK type declaration

Enumerator
CE_CALLBACK 

Configuration error (CE) interrupt.

DONE_CALLBACK 

Transactions done (DONE) interrupt.