MKM34Z256VLx7 Bare Metal Software Drivers  R4.1.6
Reference Manual
IRTC 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(* IRTC_CALLBACK) (IRTC_CALLBACK_TYPE type, void *data)
 Pointer to IRTC_CALLBACK function. More...
 

Typedef Documentation

typedef void(* IRTC_CALLBACK) (IRTC_CALLBACK_TYPE type, void *data)
Parameters
typeCallback type IRTC Callback Types.
dataIf Callback has been generated by any tamper pin then "data" points to tamper log IRTC Tamper Log Data Structure. For other callback types "data" contains time stamp IRTC Time Data Structure of the event being serviced.