ARMEBS4  revision-26.06.2015
timeout_t Struct Reference

Timeout structure. More...

#include "C:/Programs/ARMEBS4/current/doc/eclipse-doc/ext/libheivs_stm32/include/heivs/time.h"

Collaboration diagram for timeout_t:
Collaboration graph

Detailed Description

Timeout structure.

This structure is used to hold a timeout value. This structure only holds a single integer, this trick is used to prevent erroneous operations that can be done on integers, but not on this value.

This protection comes at no CPU or memory cost.

Definition at line 34 of file time.h.