|
SSCMA-Micro CPP SDK
v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
|
#include <ma_osal_pthread.h>
Public Attributes | |
| timer_t | timerid |
| bool | exit |
| void(* | fn )(struct ma_timer *, void *arg) |
| void * | arg |
| uint32_t | ms |
| bool | oneshot |
| void* ma_timer::arg |
| bool ma_timer::exit |
| uint32_t ma_timer::ms |
| bool ma_timer::oneshot |
| timer_t ma_timer::timerid |