![]() |
MKMxxZxxACxx5 Bare Metal Software Drivers
R4.1.6
Reference Manual
|
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 void(* IRTC_CALLBACK) (IRTC_CALLBACK_TYPE type, void *data) |
type | Callback type IRTC Callback Types. |
data | If 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. |