EmbeddedPkg[all]
0.1
|
Functions | |
VOID EFIAPI | DebugAgentTimerIntialize (VOID) |
VOID EFIAPI | DebugAgentTimerSetPeriod (IN UINT32 TimerPeriodMilliseconds) |
VOID EFIAPI | DebugAgentTimerEndOfInterrupt (VOID) |
Platform specific Debug Agent abstraction for timer used by the agent.
The timer is used by the debugger to break into a running program.
Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Perform End Of Interrupt for the debug agent timer. This is called in the interrupt handler after the interrupt has been processed.
Setup all the hardware needed for the debug agents timer.
This function is used to set up debug environment. It may enable interrupts.
VOID EFIAPI DebugAgentTimerSetPeriod | ( | IN UINT32 | TimerPeriodMilliseconds | ) |
Set the period for the debug agent timer. Zero means disable the timer.
[in] | TimerPeriodMilliseconds | Frequency of the debug agent timer. |