summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseTimerLibNullTemplate/TimerLibNull.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseTimerLibNullTemplate/TimerLibNull.c')
-rw-r--r--MdePkg/Library/BaseTimerLibNullTemplate/TimerLibNull.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseTimerLibNullTemplate/TimerLibNull.c b/MdePkg/Library/BaseTimerLibNullTemplate/TimerLibNull.c
index f72879103b..aaf22c9599 100644
--- a/MdePkg/Library/BaseTimerLibNullTemplate/TimerLibNull.c
+++ b/MdePkg/Library/BaseTimerLibNullTemplate/TimerLibNull.c
@@ -17,6 +17,8 @@
#include <Library/DebugLib.h>
/**
+ Stalls the CPU for at least the given number of microseconds.
+
Stalls the CPU for the number of microseconds specified by MicroSeconds.
@param MicroSeconds The minimum number of microseconds to delay.
@@ -35,6 +37,8 @@ MicroSecondDelay (
}
/**
+ Stalls the CPU for at least the given number of nanoseconds.
+
Stalls the CPU for the number of nanoseconds specified by NanoSeconds.
@param NanoSeconds The minimum number of nanoseconds to delay.
@@ -53,8 +57,9 @@ NanoSecondDelay (
}
/**
- Retrieves the current value of a 64-bit free running performance counter. The
- counter can either count up by 1 or count down by 1. If the physical
+ Retrieves the current value of a 64-bit free running performance counter.
+
+ The counter can either count up by 1 or count down by 1. If the physical
performance counter counts by a larger increment, then the counter values
must be translated. The properties of the counter can be retrieved from
GetPerformanceCounterProperties().