L4Re - L4 Runtime Environment
|
Basic timeout specification. More...
#include <__timeout.h>
Data Fields | |
l4_uint16_t | t |
timeout value | |
Basic timeout specification.
Basically a floating point number with 10 bits mantissa and 5 bits exponent (t = m*2^e).
The timeout can also specify an absolute point in time (bit 16 == 1).
Definition at line 45 of file __timeout.h.