ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
time.c File Reference
#include <time.h>
#include <kernel.h>
#include <timer.h>
#include "ps2sdkapi.h"
+ Include dependency graph for time.c:

Go to the source code of this file.

Macros

#define INTC_TIM   INTC_TIM1
 
#define T_COUNT   T1_COUNT
 
#define T_MODE   T1_MODE
 
#define T_COMP   T1_COMP
 

Variables

int __time_intr_overflow_id
 
ps2_clock_t __time_intr_overflow_count
 

Detailed Description

Standard libc time functions

Definition in file time.c.

Macro Definition Documentation

◆ INTC_TIM

#define INTC_TIM   INTC_TIM1

Definition at line 30 of file time.c.

◆ T_COMP

#define T_COMP   T1_COMP

Definition at line 33 of file time.c.

◆ T_COUNT

#define T_COUNT   T1_COUNT

Definition at line 31 of file time.c.

◆ T_MODE

#define T_MODE   T1_MODE

Definition at line 32 of file time.c.

Variable Documentation

◆ __time_intr_overflow_count

ps2_clock_t __time_intr_overflow_count
extern

◆ __time_intr_overflow_id

int __time_intr_overflow_id
extern