hsk-libs-dev
270
High Speed Karlsruhe XC878 library collection
|
Shared interrupt 5 routine. More...
#include <hsk_isr.h>
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... | |
Shared interrupt 5 routine.
Activate the interrupt by setting ET2 = 1.
This interrupt has the following sources:
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.