EmbeddedPkg[all]  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
DebugAgentTimerLib.h File Reference

Functions

VOID EFIAPI DebugAgentTimerIntialize (VOID)
 
VOID EFIAPI DebugAgentTimerSetPeriod (IN UINT32 TimerPeriodMilliseconds)
 
VOID EFIAPI DebugAgentTimerEndOfInterrupt (VOID)
 

Detailed Description

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

Function Documentation

VOID EFIAPI DebugAgentTimerEndOfInterrupt ( VOID  )

Perform End Of Interrupt for the debug agent timer. This is called in the interrupt handler after the interrupt has been processed.

VOID EFIAPI DebugAgentTimerIntialize ( VOID  )

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.

Parameters
[in]TimerPeriodMillisecondsFrequency of the debug agent timer.