MKMxxZxxACxx5 Bare Metal Software Drivers  R4.1.6
Reference Manual
ADC 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(* ADC_CALLBACK) (ADC_CALLBACK_TYPE type, register uint16 result)
 ADC_CALLBACK function declaration.
 

Enumerations

enum  ADC_CALLBACK_TYPE { CHA_CALLBACK, CHB_CALLBACK, CHC_CALLBACK, CHD_CALLBACK }
 

Enumeration Type Documentation

ADC_CALLBACK type declaration

Enumerator
CHA_CALLBACK 

Status and Control Register A Conversion Complete.

CHB_CALLBACK 

Status and Control Register B Conversion Complete.

CHC_CALLBACK 

Status and Control Register C Conversion Complete.

CHD_CALLBACK 

Status and Control Register D Conversion Complete.