MKMxxZxxACxx5 Bare Metal Software Drivers  R4.1.6
Reference Manual
PMC Callback Function

Overview

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

Typedefs

typedef void(* PMC_CALLBACK) (PMC_CALLBACK_TYPE type)
 PMC_CALLBACK function declaration.
 

Enumerations

enum  PMC_CALLBACK_TYPE { LVD_CALLBACK, LVW_CALLBACK }
 PMC_CALLBACK type declaration. More...
 

Enumeration Type Documentation

Enumerator
LVD_CALLBACK 

LVD interrupt.

LVW_CALLBACK 

LVW interrupt.