MKMxxZxxACxx5 Bare Metal Software Drivers  R4.1.6
Reference Manual
AFE 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(* AFE_CH_CALLBACK) (AFE_CH_CALLBACK_TYPE type, int32 result)
 AFE_CH_CALLBACK function declaration.
 

Enumerations

enum  AFE_CH_CALLBACK_TYPE { COC_CALLBACK, OVR_CALLBACK }
 

Enumeration Type Documentation

AFE_CH_CALLBACK type declaration

Enumerator
COC_CALLBACK 

Conversion Complete (COC) interrupt.

OVR_CALLBACK 

Overflow (OVR) interrupt.