Go to the source code of this file.
Defines | |
#define | fip_timer_isExpired32(expireTime, currentTime) (((expireTime) & 0x01) && ((currentTime) > (expireTime))) |
#define | TIMER_EXPIRED (1) |
Typedefs | |
typedef uint16_t | fip_timer16S_t |
FIP's timer type holds the expiration time of a timer. | |
Functions | |
fip_timer32mS_t | fip_timer_getExpireTime32miliS (uint32_t time) |
Get. |