PER Firmware
Loading...
Searching...
No Matches
can_irq.h
Go to the documentation of this file.
1
8#ifndef CAN_IRQ_H
9#define CAN_IRQ_H
10
11#include <stdint.h>
12
13extern volatile uint32_t last_can_rx_time_ms;
16
17#endif // CAN_IRQ_H
volatile uint32_t last_can_rx_time_ms
Definition can_irq.c:16
void CAN2_RX0_IRQHandler()
Definition can_irq.c:71
void CAN1_RX0_IRQHandler()
Definition can_irq.c:67