This is helper function used by sleep or usleep APIs to generate delay in second or microsecond.
Prototype
void Xpm_SleepPerfCounter(u32 delay, u64 frequency);
Parameters
The following table lists the Xpm_SleepPerfCounter
function arguments.
Name | Description |
---|---|
delay | Delay time in second or microsecond |
frequency | Number of counts in second or microseconds |