XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
_EFI_WATCHDOG_TIMER_ARCH_PROTOCOL Struct Reference

#include <WatchdogTimer.h>

Collaboration diagram for _EFI_WATCHDOG_TIMER_ARCH_PROTOCOL:
Collaboration graph
[legend]

Public Attributes

EFI_WATCHDOG_TIMER_REGISTER_HANDLER RegisterHandler
 
EFI_WATCHDOG_TIMER_SET_TIMER_PERIOD SetTimerPeriod
 
EFI_WATCHDOG_TIMER_GET_TIMER_PERIOD GetTimerPeriod
 

Detailed Description

This protocol provides the services required to implement the Boot Service SetWatchdogTimer(). It provides a service to set the amount of time to wait before firing the watchdog timer, and it also provides a service to register a handler that is invoked when the watchdog timer fires. This protocol can implement the watchdog timer by using the event and timer Boot Services, or it can make use of custom hardware. When the watchdog timer fires, control will be passed to a handler if one has been registered. If no handler has been registered, or the registered handler returns, then the system will be reset by calling the Runtime Service ResetSystem().

Member Data Documentation

◆ GetTimerPeriod

EFI_WATCHDOG_TIMER_GET_TIMER_PERIOD _EFI_WATCHDOG_TIMER_ARCH_PROTOCOL::GetTimerPeriod

◆ RegisterHandler

EFI_WATCHDOG_TIMER_REGISTER_HANDLER _EFI_WATCHDOG_TIMER_ARCH_PROTOCOL::RegisterHandler

◆ SetTimerPeriod

EFI_WATCHDOG_TIMER_SET_TIMER_PERIOD _EFI_WATCHDOG_TIMER_ARCH_PROTOCOL::SetTimerPeriod

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