ARMEBS4  revision-26.06.2015
Data Structures | Functions
time.h File Reference

simple time abstraction More...

#include "heivs/config.h"
#include <stdint.h>
Include dependency graph for time.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  timeout_t
 Timeout structure. More...
 

Functions

static timeout_t time_get (void)
 Get current time in obscure format from boot. More...
 
static uint32_t time_elapsed (timeout_t timeout)
 Is this time passed? More...
 
timeout_t time_set_timeout_ms (uint32_t ms)
 Set an obscure time at least ms milliseconds in the future. More...
 

Detailed Description

simple time abstraction

Author
marc dot pignat at hevs dot ch

Definition in file time.h.