NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages

Detailed Description

Declares the APIs for various delays implementation.

Functions

NvU32 NvGetTimeUS (void)
 This function returns the time elapsed since power on. More...
 
void NvUdelay (NvU32 usec)
 This function waits till specified microseconds have elapsed. More...
 
void NvMdelay (NvU32 msec)
 This function waits till specified miliseconds have elapsed. More...
 

Function Documentation

NvU32 NvGetTimeUS ( void  )

This function returns the time elapsed since power on.

Returns
Time elapsed since booting started, in microseconds.
void NvMdelay ( NvU32  msec)

This function waits till specified miliseconds have elapsed.

Parameters
msecWaiting time in miliseconds.
void NvUdelay ( NvU32  usec)

This function waits till specified microseconds have elapsed.

Parameters
usecWaiting time in microseconds.