tinydtls  0.8.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Macros | Typedefs | Functions
dtls_time.h File Reference

Clock Handling. More...

#include <stdint.h>
#include <sys/time.h>
#include "tinydtls.h"
#include <time.h>

Go to the source code of this file.

Macros

#define CLOCK_SECOND   1000
 
#define DTLS_TICKS_PER_SECOND   CLOCK_SECOND
 

Typedefs

typedef uint32_t clock_time_t
 
typedef clock_time_t dtls_tick_t
 

Functions

void dtls_clock_init (void)
 
void dtls_ticks (dtls_tick_t *t)
 

Detailed Description

Clock Handling.

Definition in file dtls_time.h.