MKM34Z256VLx7 Bare Metal Software Drivers  R4.1.6
Reference Manual
PDB 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(* PDB_CALLBACK) (PDB_CALLBACK_TYPE type)
 

Enumerations

enum  PDB_CALLBACK_TYPE { PDBDLY_CALLBACK, CH0SEQERR_CALLBACK }
 PDB_CALLBACK type declaration. More...
 

Typedef Documentation

typedef void(* PDB_CALLBACK) (PDB_CALLBACK_TYPE type)

PDB_CALLBACK function declaration

Enumeration Type Documentation

Enumerator
PDBDLY_CALLBACK 

PDB interrupt.

CH0SEQERR_CALLBACK 

PDB channel 0 sequence error interrupt.