Home | History | Annotate | Download | only in DxeTimerLibEsal

Lines Matching refs:StartValue

122   If StartValue is not NULL, then the value that the performance counter starts

123 with immediately after is it rolls over is returned in StartValue. If
126 frequency of the performance counter in Hz is always returned. If StartValue
127 is less than EndValue, then the performance counter counts up. If StartValue
129 example, a 64-bit free running counter that counts up would have a StartValue
131 that counts down would have a StartValue of 0xFFFFFF and an EndValue of 0.
133 @param StartValue The value the performance counter starts with when it
144 OUT UINT64 *StartValue, OPTIONAL
167 if (StartValue != NULL) {
168 *StartValue = 0;