MKM34Z256VLx7 Bare Metal Software Drivers  R4.1.6
Reference Manual
PIT 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(* PIT_CALLBACK) (PIT_CALLBACK_TYPE type)
 PIT_CALLBACK function declaration.
 

Enumerations

enum  PIT_CALLBACK_TYPE { PIT0CH0_CALLBACK, PIT0CH1_CALLBACK, PIT1CH0_CALLBACK, PIT1CH1_CALLBACK }
 PIT_CALLBACK type declaration. More...
 

Enumeration Type Documentation

Enumerator
PIT0CH0_CALLBACK 

PIT0_CH0 interrupt.

PIT0CH1_CALLBACK 

PIT0_CH1 interrupt.

PIT1CH0_CALLBACK 

PIT1_CH0 interrupt.

PIT1CH1_CALLBACK 

PIT1_CH1 interrupt.