coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
timer.c File Reference
#include <timer.h>
#include <delay.h>
#include <thread.h>
Include dependency graph for timer.c:

Go to the source code of this file.

Functions

__weak void init_timer (void)
 
void udelay (unsigned int usec)
 

Function Documentation

◆ init_timer()

__weak void init_timer ( void  )

Definition at line 7 of file timer.c.

◆ udelay()

void udelay ( unsigned int  usec)

Definition at line 9 of file timer.c.

References stopwatch_init_usecs_expire(), stopwatch_wait_until_expired(), and thread_yield_microseconds().

Here is the call graph for this function: