hsk-libs-dev
270
High Speed Karlsruhe XC878 library collection
|
Shared non-maskable interrupt routine. More...
#include <hsk_isr.h>
Data Fields | |
void(* | NMIWDT )(void) |
Function to be called back when the NMIWDT interrupt event is triggered. More... | |
void(* | NMIPLL )(void) |
Function to be called back when the NMIPLL interrupt event is triggered. More... | |
void(* | NMIFLASH )(void) |
Function to be called back when the NMIFLASH interrupt event is triggered. More... | |
void(* | NMIVDDP )(void) |
Function to be called back when the NMIVDDP interrupt event is triggered. More... | |
void(* | NMIECC )(void) |
Function to be called back when the NMIECC interrupt event is triggered. More... | |
Shared non-maskable interrupt routine.
This interrupt has the following sources:
void( * hsk_isr14_callback::NMIECC) (void) |
Function to be called back when the NMIECC interrupt event is triggered.
void( * hsk_isr14_callback::NMIFLASH) (void) |
Function to be called back when the NMIFLASH interrupt event is triggered.
void( * hsk_isr14_callback::NMIPLL) (void) |
Function to be called back when the NMIPLL interrupt event is triggered.
void( * hsk_isr14_callback::NMIVDDP) (void) |
Function to be called back when the NMIVDDP interrupt event is triggered.
void( * hsk_isr14_callback::NMIWDT) (void) |
Function to be called back when the NMIWDT interrupt event is triggered.