hsk-libs-dev
270
High Speed Karlsruhe XC878 library collection
|
Shared interrupt 6 routine. More...
#include <hsk_isr.h>
Data Fields | |
void(* | CANSRC1 )(void) |
Function to be called back when the CANSRC1 interrupt event is triggered. More... | |
void(* | CANSRC2 )(void) |
Function to be called back when the CANSRC2 interrupt event is triggered. More... | |
void(* | ADCSR0 )(void) |
Function to be called back when the ADCSR0 interrupt event is triggered. More... | |
void(* | ADCSR1 )(void) |
Function to be called back when the ADCSR1 interrupt event is triggered. More... | |
Shared interrupt 6 routine.
Activate the interrupt by setting EADC = 1.
This interrupt has the following sources:
void( * hsk_isr6_callback::ADCSR0) (void) |
Function to be called back when the ADCSR0 interrupt event is triggered.
void( * hsk_isr6_callback::ADCSR1) (void) |
Function to be called back when the ADCSR1 interrupt event is triggered.
void( * hsk_isr6_callback::CANSRC1) (void) |
Function to be called back when the CANSRC1 interrupt event is triggered.
void( * hsk_isr6_callback::CANSRC2) (void) |
Function to be called back when the CANSRC2 interrupt event is triggered.