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

Shared interrupt 5 routine. More...

#include <hsk_isr.h>

Collaboration diagram for hsk_isr5_callback:
[legend]

Data Fields

void(* TF2 )(void)
 Function to be called back when the TF2 interrupt event is triggered. More...
 
void(* EXF2 )(void)
 Function to be called back when the EXF2 interrupt event is triggered. More...
 
void(* CCTOVF )(void)
 Function to be called back when the CCTOVF interrupt event is triggered. More...
 
void(* NDOV )(void)
 Function to be called back when the NDOV interrupt event is triggered. More...
 
void(* EOFSYN )(void)
 Function to be called back when the EOFSYN interrupt event is triggered. More...
 
void(* ERRSYN )(void)
 Function to be called back when the ERRSYN interrupt event is triggered. More...
 
void(* CANSRC0 )(void)
 Function to be called back when the CANSRC0 interrupt event is triggered. More...
 

Detailed Description

Shared interrupt 5 routine.

Activate the interrupt by setting ET2 = 1.

This interrupt has the following sources:

Field Documentation

§ CANSRC0

void( * hsk_isr5_callback::CANSRC0) (void)

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

§ CCTOVF

void( * hsk_isr5_callback::CCTOVF) (void)

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

§ EOFSYN

void( * hsk_isr5_callback::EOFSYN) (void)

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

§ ERRSYN

void( * hsk_isr5_callback::ERRSYN) (void)

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

§ EXF2

void( * hsk_isr5_callback::EXF2) (void)

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

§ NDOV

void( * hsk_isr5_callback::NDOV) (void)

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

§ TF2

void( * hsk_isr5_callback::TF2) (void)

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


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