DolphinV4 API  1.6.1.0
TIMER_TYPE Struct Reference

SW timers structure. More...

#include <EO3100I_API.h>

Collaboration diagram for TIMER_TYPE:

Data Fields

uint32 timeInit
 Initial time (ms). Value can be stored by calling API time_setTimerCount.
uint32 timeToCount
 Time interval to measure (ms). Value stored by the user application.
uint8 on: 1
 Timer active flag. 1: ON ; 0: OFF.

Note: The value is written to '1' by time_setTimerCount.
The value is written to '0' by time_getTimeOut if a time-out happened.
uint8 timeOut: 1
 Time-out flag. 1: time-out ; 0: No time-out.

Note: The value is written to '1' by the time_getTimeOut function IF a time-out is detected.
Therefore use the function time_getTimeOut to poll if a time-out happened.
uint8 reserved: 6
 Not used bits.

Detailed Description

SW timers structure.