Home | History | Annotate | Download | only in Uefi

Lines Matching refs:Delay

917   /// PXE_VOID Delay(UINTN microseconds);
919 /// UNDI will never request a delay smaller than 10 microseconds
921 /// The Delay() CallBack routine must delay between n and n + 10
926 UINT64 Delay;
972 /// PXE_VOID Delay(UINT64 UnqId, UINTN microseconds);
974 /// UNDI will never request a delay smaller than 10 microseconds
976 /// The Delay() CallBack routine must delay between n and n + 10
981 UINT64 Delay;