OAL_ILT_STATE (Windows CE 5.0)

Send Feedback

This structure specifies the timer module component control block. It encapsulate all the OAL internal module variables that can be used by other modules.

typedef struct {  BOOL active;  UINT16 interrupts;  UINT32 isrTime1;  UINT32 isrTime2;  UINT32 savedPC;  UINT32 counter;  UINT32 counterSet;} OAL_ILT_STATE, *POAL_ILT_STATE;

Members

  • active
    Indicates whether interrupt latency timing is active.
  • interrupts
    Number of interrupts since the last call.
  • isrTime1
    Start time of the interrupt service routine (ISR).
  • isrTime2
    End time of the ISR.
  • savedPC
    Saved program counter at the time of the INT.
  • counter
    Interrupt latency counter.
  • counterSet
    Interrupt latency counter set value.

Remarks

Requirements

OS Versions: Windows CE Version 5.0 and later
Header: Oal_ilt.h
Link Library: Developer-defined

See Also

Interrupt Latency Timing Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.