MKM34Z256VLx7 Bare Metal Software Drivers  R4.1.6
Reference Manual
XBAR 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(* XBAR_CALLBACK) (XBAR_CALLBACK_SRC src)
 XBAR_CALLBACK function declaration.
 

Enumerations

enum  XBAR_CALLBACK_SRC { XBAR_DMA0_CALLBACK, XBAR_DMA1_CALLBACK, XBAR_DMA2_CALLBACK, XBAR_DMA3_CALLBACK }
 XBAR_CALLBACK type declaration. More...
 

Enumeration Type Documentation

Enumerator
XBAR_DMA0_CALLBACK 

XBAR_DMA0 interrupt.

XBAR_DMA1_CALLBACK 

XBAR_DMA1 interrupt.

XBAR_DMA2_CALLBACK 

XBAR_DMA2 interrupt.

XBAR_DMA3_CALLBACK 

XBAR_DMA3 interrupt.