TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/MmPeriodicTimerDispatch.h>
Data Fields | |
UINT64 | ElapsedTime |
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.
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.