MOS Source Code
Loading...
Searching...
No Matches
delays.h File Reference
#include <mos/mos_global.h>
#include <mos/types.h>
+ Include dependency graph for delays.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

should_inline u64 rdtsc (void)
 
should_inline void mdelay (u64 ms)
 
should_inline void udelay (u64 us)
 

Function Documentation

◆ rdtsc()

should_inline u64 rdtsc ( void )

Definition at line 8 of file delays.h.

Referenced by mdelay(), platform_get_timestamp(), and udelay().

◆ mdelay()

should_inline void mdelay ( u64 ms)

Definition at line 15 of file delays.h.

+ Here is the call graph for this function:

◆ udelay()

should_inline void udelay ( u64 us)

Definition at line 22 of file delays.h.

+ Here is the call graph for this function: