Searched defs:timerType (Results 1 – 2 of 2) sorted by relevance
25 std::shared_ptr<Timer> Timer::Create(const std::string& name, TimerType timerType, in Create()43 Timer::Timer(const std::string& name, TimerType timerType, uint32_t intervalMs, TimerCallback callb… in Timer()
154 osTimerType_t timerType = isPeriodic ? osTimerPeriodic : osTimerOnce; in GraphicTimer() local