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

Shared interrupt 5 routine. More...

#include <hsk_isr.h>

Collaboration diagram for hsk_isr5_callback:

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:

  • Timer 2 Overflow (TF2)
  • Timer 2 External Event (EXF2)
  • T2CCU CCT Overflow (CCTOVF)
  • Normal Divider Overflow (NDOV)
  • End of Syn Byte (EOFSYN)
  • Syn Byte Error (ERRSYN)
  • CAN Interrupt 0 (CANSRC0)

Field Documentation

void( * hsk_isr5_callback::CANSRC0)(void)

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

void( * hsk_isr5_callback::CCTOVF)(void)

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

void( * hsk_isr5_callback::EOFSYN)(void)

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

void( * hsk_isr5_callback::ERRSYN)(void)

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

void( * hsk_isr5_callback::EXF2)(void)

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

void( * hsk_isr5_callback::NDOV)(void)

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

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: