hsk_libs-dev  163:b63ae088cc97
High Speed Karlsruhe XC878 library collection
 All Data Structures Files Functions Variables Typedefs Macros Groups Pages
hsk_isr14_callback Struct Reference

Shared non-maskable interrupt routine. More...

#include <hsk_isr.h>

Collaboration diagram for hsk_isr14_callback:

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...
 

Detailed Description

Shared non-maskable interrupt routine.

This interrupt has the following sources:

  • Watchdog Timer NMI (NMIWDT)
  • PLL NMI (NMIPLL)
  • Flash Timer NMI (NMIFLASH)
  • VDDP Prewarning NMI (NMIVDDP)
  • Flash ECC NMI (NMIECC)

Field Documentation

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.


The documentation for this struct was generated from the following file: