#include <Timer.h>
Inherits AVRCpp::Interrupt< Bits< _TIMSK0, 0x4 >, Bits< _TIFR0, 0x4 > >.
Static Public Member Functions | |
| static void | Evoke () |
| template<class DelegateType> | |
| static DelegateType & | Me () |
| template<class ControllerType> | |
| static ControllerType & | Controller () |
| static void | ClearFlag () |
| static bool | IsTriggered () |
| static void | Enable () |
| static void | Disable () |
| static bool | IsEnabled () |
Definition at line 92 of file Timer.h.
| static void AVRCpp::Timer::TimerCounter0::CompareMatchBInterrupt::Evoke | ( | ) | [static] |
| static DelegateType& AVRCpp::Timer::TimerCounter0::CompareMatchBInterrupt::Me | ( | ) | [inline, static] |
| static ControllerType& AVRCpp::Timer::TimerCounter0::CompareMatchBInterrupt::Controller | ( | ) | [inline, static] |
| static void AVRCpp::Interrupt< Bits< _TIMSK0, 0x4 > , Bits< _TIFR0, 0x4 > >::ClearFlag | ( | ) | [inline, static, inherited] |
| static bool AVRCpp::Interrupt< Bits< _TIMSK0, 0x4 > , Bits< _TIFR0, 0x4 > >::IsTriggered | ( | ) | [inline, static, inherited] |
| static void AVRCpp::BasicInterrupt< Bits< _TIMSK0, 0x4 > >::Enable | ( | ) | [inline, static, inherited] |
| static void AVRCpp::BasicInterrupt< Bits< _TIMSK0, 0x4 > >::Disable | ( | ) | [inline, static, inherited] |
| static bool AVRCpp::BasicInterrupt< Bits< _TIMSK0, 0x4 > >::IsEnabled | ( | ) | [inline, static, inherited] |
1.5.2
|
|
|