Lines Matching full:timer
2 Watchdog Timer Architectural Protocol as defined in PI Specification VOLUME 2 DXE
4 Used to provide system watchdog timer services
14 /// Global ID for the Watchdog Timer Architectural Protocol
20 /// Declare forward reference for the Timer Architectural Protocol
25 A function of this type is called when the watchdog timer fires if a
29 timer was armed. For the notify function to be called, this
43 timer fires. By default, the EFI_WATCHDOG_TIMER protocol will call the
44 Runtime Service ResetSystem() when the watchdog timer fires. If a
54 @param NotifyFunction The function to call when the watchdog timer fires. If this
57 @retval EFI_SUCCESS The watchdog timer handler was registered or
74 timer to TimerPeriod 100 nS units. If TimerPeriod is 0, then the watchdog
75 timer is disabled.
79 timer is fired. If TimerPeriod is zero, then the watchdog
80 timer is disabled.
82 @retval EFI_SUCCESS The watchdog timer has been programmed to fire in Time
84 @retval EFI_DEVICE_ERROR A watchdog timer could not be programmed due to a device
97 the watchdog timer. This period is returned in TimerPeriod, and EFI_SUCCESS
102 will wait before the watchdog timer is fired. If TimerPeriod of
103 zero is returned, then the watchdog timer is disabled.
106 firing the watchdog timer was returned in TimerPeriod.
120 /// before firing the watchdog timer, and it also provides a service to register
121 /// a handler that is invoked when the watchdog timer fires. This protocol can
122 /// implement the watchdog timer by using the event and timer Boot Services, or
123 /// it can make use of custom hardware. When the watchdog timer fires, control