Golioth Firmware SDK
golioth_sys_timer_config_t Struct Reference

#include <golioth_sys.h>

Data Fields

const char * name
 
uint32_t expiration_ms
 
golioth_sys_timer_fn_t fn
 
void * user_arg
 

Detailed Description

Definition at line 40 of file golioth_sys.h.

Field Documentation

◆ expiration_ms

uint32_t golioth_sys_timer_config_t::expiration_ms

Definition at line 42 of file golioth_sys.h.

◆ fn

golioth_sys_timer_fn_t golioth_sys_timer_config_t::fn

Definition at line 43 of file golioth_sys.h.

◆ name

const char* golioth_sys_timer_config_t::name

Definition at line 41 of file golioth_sys.h.

◆ user_arg

void* golioth_sys_timer_config_t::user_arg

Definition at line 44 of file golioth_sys.h.


The documentation for this struct was generated from the following file: