![]() |
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 software interrupt. All interrupt flags are cleared automatically by the driver.
Typedefs | |
typedef void(* | CMP_CALLBACK) (CMP_CALLBACK_SRC module, CMP_CALLBACK_TYPE type) |
Enumerations | |
enum | CMP_CALLBACK_SRC { CMP0_CALLBACK, CMP1_CALLBACK } |
CMP_CALLBACK type declaration. More... | |
enum | CMP_CALLBACK_TYPE { CMP_NEGEDGE_CALLBACK, CMP_POSEDGE_CALLBACK } |
CMP_CALLBACK type declaration. More... | |
typedef void(* CMP_CALLBACK) (CMP_CALLBACK_SRC module, CMP_CALLBACK_TYPE type) |
CMP_CALLBACK function declaration
enum CMP_CALLBACK_SRC |
enum CMP_CALLBACK_TYPE |