![]() |
MKM34Z256VLx7 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(* | LLWU_CALLBACK) (uint32 flags) |
LLWU_CALLBACK function declaration. More... | |
typedef void(* LLWU_CALLBACK) (uint32 flags) |
This callback is called by the LLWU module upon recovery from VLLS modes. The service routine shall restore I/O and release latch states by the PMC_SetACKISO macro.
flags | Mask formed of the LLWU Wakeup Flags. |