|
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 64 of file golioth_sys.h.
| uint32_t golioth_timer_config::expiration_ms |
Definition at line 67 of file golioth_sys.h.
| golioth_sys_timer_fn_t golioth_timer_config::fn |
Definition at line 68 of file golioth_sys.h.
| const char* golioth_timer_config::name |
Definition at line 66 of file golioth_sys.h.
| void* golioth_timer_config::user_arg |
Definition at line 69 of file golioth_sys.h.