Golioth Firmware SDK
|
#include <golioth_sys.h>
Data Fields | |
const char * | name |
uint32_t | expiration_ms |
golioth_sys_timer_fn_t | fn |
void * | user_arg |
Definition at line 40 of file golioth_sys.h.
uint32_t golioth_sys_timer_config_t::expiration_ms |
Definition at line 42 of file golioth_sys.h.
golioth_sys_timer_fn_t golioth_sys_timer_config_t::fn |
Definition at line 43 of file golioth_sys.h.
const char* golioth_sys_timer_config_t::name |
Definition at line 41 of file golioth_sys.h.
void* golioth_sys_timer_config_t::user_arg |
Definition at line 44 of file golioth_sys.h.