#include <avr/cpp/Timer.h>Go to the source code of this file.
| #define TIMER0_COMP_struct Timer::TimerCounter0::CompareMatchInterrupt |
| #define TIMER0_OVF_struct Timer::TimerCounter0::OverflowInterrupt |
| #define TIMER1_CAPT_struct Timer::TimerCounter1::InputCaptureInterrupt |
| #define TIMER1_COMPA_struct Timer::TimerCounter1::CompareMatchAInterrupt |
| #define TIMER1_COMPB_struct Timer::TimerCounter1::CompareMatchBInterrupt |
| #define TIMER1_COMPC_struct Timer::TimerCounter1::CompareMatchCInterrupt |
| #define TIMER1_OVF_struct Timer::TimerCounter1::OverflowInterrupt |
| #define TIMER2_COMP_struct Timer::TimerCounter2::CompareMatchInterrupt |
| #define TIMER2_OVF_struct Timer::TimerCounter2::OverflowInterrupt |
| #define TIMER3_CAPT_struct Timer::TimerCounter3::InputCaptureInterrupt |
| #define TIMER3_COMPA_struct Timer::TimerCounter3::CompareMatchAInterrupt |
| #define TIMER3_COMPB_struct Timer::TimerCounter3::CompareMatchBInterrupt |
| #define TIMER3_COMPC_struct Timer::TimerCounter3::CompareMatchCInterrupt |
| #define TIMER3_OVF_struct Timer::TimerCounter3::OverflowInterrupt |
1.5.2
|
|
|