Go to the source code of this file.
Defines | |
| #define | _INTvoid __attribute__ ((interrupt("IRQ"))) TIMER1_interrupt(void); |
Functions | |
| void | __attribute__ ((interrupt("IRQ"))) TIMER0_interrupt(void) |
| void | SetEXT1 (char, char) |
| void | INT_Initialize (void) |
| void | TIMER_Int () |
| void | CAN1_Rx_IntRoutine () |
| void | CAN1_Tx_IntRoutine () |
| void | CAN_LUT_interrupt () |
| void | ADC_int (void) |
| void | TIMER0_Int () |
Variables | |
| int | iADchannel |
| #define _INTvoid __attribute__ ((interrupt("IRQ"))) TIMER1_interrupt(void); |
Definition at line 27 of file Interrupt.h.
| void __attribute__ | ( | (interrupt("IRQ")) | ) |
| void ADC_int | ( | void | ) |
Definition at line 39 of file ad.c.
References AD_ADDR, AD_OFFSET, disableIRQ(), enableIRQ(), iADchannel, inputs, itoa_16(), UARTWriteStr(), and VICVectAddr.
Referenced by ADC_interrupt().
| void CAN_LUT_interrupt | ( | ) |
Definition at line 62 of file Interrupt.c.
References CAN_LUT, CAN_LUTERR, disableIRQ(), enableIRQ(), LUT_interrupt(), printf(), and VICVectAddr.
| void INT_Initialize | ( | void | ) |
Definition at line 38 of file Interrupt.c.
References disableIRQ(), enableIRQ(), VICDefVectAddr, VICIntEnClear, VICIntSelect, and WD_Reset().
Referenced by Init().
| void SetEXT1 | ( | char | , | |
| char | ||||
| ) |
| void TIMER0_Int | ( | ) |
Definition at line 76 of file ex1.c.
References GPIO1_IOCLR, GPIO1_IOSET, iStaff, printf(), Sheduler(), and WD_Reset().
| void TIMER_Int | ( | ) |
| int iADchannel |
1.4.7