Mario Kart 64
Loading...
Searching...
No Matches
osTimer.c File Reference
Include dependency graph for osTimer.c:

Functions

void __osTimerServicesInit (void)
 
void __osTimerInterrupt (void)
 
void __osSetTimerIntr (u64 a0)
 
u64 __osInsertTimer (OSTimer *a0)
 

Variables

OSTimer __osBaseTimer
 
OSTime __osCurrentTime
 
u32 __osBaseCounter
 
u32 __osViIntrCount
 
u32 __osTimerCounter
 
OSTimer__osTimerList = &__osBaseTimer
 

Function Documentation

◆ __osInsertTimer()

u64 __osInsertTimer ( OSTimer * a0)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ __osSetTimerIntr()

void __osSetTimerIntr ( u64 a0)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ __osTimerInterrupt()

void __osTimerInterrupt ( void )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ __osTimerServicesInit()

void __osTimerServicesInit ( void )
Here is the caller graph for this function:

Variable Documentation

◆ __osBaseCounter

u32 __osBaseCounter

◆ __osBaseTimer

OSTimer __osBaseTimer

◆ __osCurrentTime

OSTime __osCurrentTime

◆ __osTimerCounter

u32 __osTimerCounter

◆ __osTimerList

OSTimer* __osTimerList = &__osBaseTimer

◆ __osViIntrCount

u32 __osViIntrCount