SSCMA-Micro CPP SDK  v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
ma_timer Struct Reference

#include <ma_osal_pthread.h>

Collaboration diagram for ma_timer:

Public Attributes

timer_t timerid
 
bool exit
 
void(* fn )(struct ma_timer *, void *arg)
 
void * arg
 
uint32_t ms
 
bool oneshot
 

Member Data Documentation

◆ arg

void* ma_timer::arg

◆ exit

bool ma_timer::exit

◆ fn

void(* ma_timer::fn) (struct ma_timer *, void *arg)

◆ ms

uint32_t ma_timer::ms

◆ oneshot

bool ma_timer::oneshot

◆ timerid

timer_t ma_timer::timerid