hsk-libs-dev  270
High Speed Karlsruhe XC878 library collection
Data Fields
hsk_isr14_callback Struct Reference

Shared non-maskable interrupt routine. More...

#include <hsk_isr.h>

Collaboration diagram for hsk_isr14_callback:
[legend]

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:

Field Documentation

§ NMIECC

void( * hsk_isr14_callback::NMIECC) (void)

Function to be called back when the NMIECC interrupt event is triggered.

§ NMIFLASH

void( * hsk_isr14_callback::NMIFLASH) (void)

Function to be called back when the NMIFLASH interrupt event is triggered.

§ NMIPLL

void( * hsk_isr14_callback::NMIPLL) (void)

Function to be called back when the NMIPLL interrupt event is triggered.

§ NMIVDDP

void( * hsk_isr14_callback::NMIVDDP) (void)

Function to be called back when the NMIVDDP interrupt event is triggered.

§ NMIWDT

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: