Clock Handling. More...
#include "config.h"
Go to the source code of this file.
Macros | |
#define | coap_clock_init coap_clock_init_impl |
#define | coap_ticks coap_ticks_impl |
Functions | |
static void | coap_clock_init_impl (void) |
static void | coap_ticks_impl (coap_tick_t *t) |
static int | coap_time_lt (coap_tick_t a, coap_tick_t b) |
Returns 1 if and only if a is less than b where less is defined on a signed data type. More... | |
static int | coap_time_le (coap_tick_t a, coap_tick_t b) |
Returns 1 if and only if a is less than or equal b where less is defined on a signed data type. More... | |
Clock Handling.
Definition in file coap_time.h.