SSCMA-Micro CPP SDK
v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
|
#include <ma_osal.h>
Public Member Functions | |
Timer (uint32_t ms, void(*fn)(ma_timer_t *, void *), void *arg, bool oneshot=false) noexcept | |
~Timer () noexcept | |
operator bool () const | |
void | set (ma_tick_t ms=Tick::waitForever) |
void | start () |
void | stop () |
|
noexcept |
|
noexcept |
ma::Timer::operator bool | ( | ) | const |
void ma::Timer::set | ( | ma_tick_t | ms = Tick::waitForever | ) |
void ma::Timer::start | ( | ) |
void ma::Timer::stop | ( | ) |