Golioth Firmware SDK
Loading...
Searching...
No Matches
golioth_timer_config 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 64 of file golioth_sys.h.

Field Documentation

◆ expiration_ms

uint32_t golioth_timer_config::expiration_ms

Definition at line 67 of file golioth_sys.h.

◆ fn

golioth_sys_timer_fn_t golioth_timer_config::fn

Definition at line 68 of file golioth_sys.h.

◆ name

const char* golioth_timer_config::name

Definition at line 66 of file golioth_sys.h.

◆ user_arg

void* golioth_timer_config::user_arg

Definition at line 69 of file golioth_sys.h.


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