13.7.4.4 SYSTIMER_FLAGS

C

typedef struct
{
    SYS_TIME_RESULT timerStartPeriodicTestMode, timerStartDataMode, timerStopPeriodicTestMode, timerStopDataMode;
    SYS_TIME_HANDLE sysTimerPeriodicTestModeHandle, sysTimerDataModeHandle,sysTimerThroughputHandle;
    uint32_t periodicSysTimer;
    uint32_t singleShotSysTimer;
    uint32_t throughputSysTimer;
}SYSTIMER_FLAGS;

Description

The structure contains the member variables of SYS TIMER Handle, SYS TIMER Result Structure and Timer variables of 32 bit in microseconds. This variables are used to provide time in microsecs as input parameter for data modes and test modes. For the app mode switching purpose console commands can be used. Please refer Operating Modes of application and Command Table section for more details.

Field Documentation

FieldDescription
timerStartPeriodicTestMode, timerStartDataMode, timerStopPeriodicTestMode, timerStopDataModeSYS Timer Start Flags in different app modes
sysTimerPeriodicTestModeHandle, sysTimerDataModeHandle,sysTimerThroughputHandleSYS Timer object Handle Flags in different app modes
periodicSysTimerPeriodic SYS Timer for Periodic Test Mode
singleShotSysTimerSingle Shot SYS Timer for Data Mode
throughputSysTimerThroughput Test Mode SYS Timer