TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_MM_PERIODIC_TIMER_CONTEXT Struct Reference

#include <MdePkg/Include/Protocol/MmPeriodicTimerDispatch.h>

Data Fields

UINT64 ElapsedTime
 

Detailed Description

The DispatchFunction will be called with Context set to the same value as was passed into Register() in RegisterContext and with CommBuffer pointing to an instance of EFI_MM_PERIODIC_TIMER_CONTEXT and CommBufferSize pointing to its size.

Definition at line 63 of file MmPeriodicTimerDispatch.h.

Field Documentation

◆ ElapsedTime

UINT64 EFI_MM_PERIODIC_TIMER_CONTEXT::ElapsedTime

ElapsedTime is the actual time in 100 nanosecond units elapsed since last called, a value of 0 indicates an unknown amount of time.

Definition at line 68 of file MmPeriodicTimerDispatch.h.


The documentation for this struct was generated from the following file: