TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/MmControl.h>
Data Fields | |
EFI_MM_ACTIVATE | Trigger |
EFI_MM_DEACTIVATE | Clear |
EFI_MM_PERIOD | MinimumTriggerPeriod |
The EFI_MM_CONTROL_PROTOCOL is produced by a runtime driver. It provides an abstraction of the platform hardware that generates an MMI. There are often I/O ports that, when accessed, will generate the MMI. Also, the hardware optionally supports the periodic generation of these signals.
Definition at line 85 of file MmControl.h.
EFI_MM_DEACTIVATE _EFI_MM_CONTROL_PROTOCOL::Clear |
Definition at line 87 of file MmControl.h.
EFI_MM_PERIOD _EFI_MM_CONTROL_PROTOCOL::MinimumTriggerPeriod |
Minimum interval at which the platform can set the period. A maximum is not specified in that the MM infrastructure code can emulate a maximum interval that is greater than the hardware capabilities by using software emulation in the MM infrastructure code.
Definition at line 94 of file MmControl.h.
EFI_MM_ACTIVATE _EFI_MM_CONTROL_PROTOCOL::Trigger |
Definition at line 86 of file MmControl.h.