Golioth Firmware SDK
|
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | GOLIOTH_WAIT_FOREVER -1 |
For Golioth APIs that take a timeout parameter. More... | |
Functions | |
uint64_t | golioth_time_millis (void) |
Time since boot, in milliseconds. More... | |
void | golioth_time_delay_ms (uint32_t ms) |
Delay the current RTOS thread by a certain number of milliseconds. More... | |
#define GOLIOTH_WAIT_FOREVER -1 |
For Golioth APIs that take a timeout parameter.
Definition at line 11 of file golioth_time.h.
void golioth_time_delay_ms | ( | uint32_t | ms | ) |
Delay the current RTOS thread by a certain number of milliseconds.
uint64_t golioth_time_millis | ( | void | ) |
Time since boot, in milliseconds.