![]() |
Contains all interrupt handlers declarations. More...
#include <stdlib.h>
#include <util/delay.h>
#include "uCmaskFile.h"
#include "functions.h"
#include "MCP2515control.h"
#include "hll.h"
Go to the source code of this file.
Defines | |
#define | TIME_10MS 16 |
#define | TIME_1000MS 100*TIME_10MS |
Functions | |
ISR (TIMER0_OVF_VECT) | |
ISR (INT0_VECTOR) | |
ISR (INT_SENDING) | |
ISR (INT_RECEIVING) | |
ISR (WDT_VECT) | |
ISR (BADISR_vect) | |
void | clearMCP2515InterruptFlag (uint8_t reg, uint8_t flag) |
void | receiveCanMsg (struct can_msg *msgRec, uint8_t regRec) |
void | sendCanMsg (struct can_msg *msgToSend, uint8_t regToSend) |
void | hal_msg_poll (void) |
Contains all interrupt handlers declarations.