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

Overview

This section describes callback function of the software driver. The callback function is called by the software driver to notify interrupt of the MMAU. The interrupt flag is cleared by the software driver automatically.

Typedefs

typedef void(* MMAU_CALLBACK) (MMAU_CALLBACK_TYPE type)
 MMAU_CALLBACK function declaration.
 

Enumerations

enum  MMAU_CALLBACK_TYPE { DZIF_CALLBACK, VIF_CALLBACK, QIF_CALLBACK }
 MMAU_CALLBACK type declaration. More...
 

Enumeration Type Documentation

MMAU_CALLBACK type declaration

Enumerator
DZIF_CALLBACK 

For divide, divide-by-zero error.

VIF_CALLBACK 

Product in MUL, MAC or quotient of a divide overflows.

QIF_CALLBACK 

Accumulation overflows during a MAC instruction.