Declares the APIs for various delays implementation.
|
| 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...
|
| |
| 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
-
| msec | Waiting time in miliseconds. |
| void NvUdelay |
( |
NvU32 |
usec | ) |
|
This function waits till specified microseconds have elapsed.
- Parameters
-
| usec | Waiting time in microseconds. |