dTimer_c::getLimitTimeMs

This commit is contained in:
Pheenoh
2022-12-22 00:46:31 -07:00
parent 538c1d2214
commit 995d81d7ea
3 changed files with 4 additions and 20 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ public:
/* 8025D920 */ void end(int);
/* 8025D9E0 */ int deleteRequest();
/* 8025D9F0 */ void getTimeMs();
/* 8025DA54 */ void getLimitTimeMs();
/* 8025DA54 */ int getLimitTimeMs();
/* 8025DA9C */ void getRestTimeMs();
/* 8025DB10 */ void isStart();
/* 802613DC */ void createGetIn(cXyz);
+1
View File
@@ -33,6 +33,7 @@ extern "C" {
#define OS_BUS_CLOCK (*(u32*)0x800000F8)
#define OS_CORE_CLOCK (*(u32*)0x800000FC)
#define OS_TIMER_CLOCK (OS_BUS_CLOCK / 4)
#define OS_TIMER_CLOCK_MS (OS_TIMER_CLOCK / 1000)
#define OS_MESSAGE_NON_BLOCKING 0
#define OS_MESSAGE_BLOCKING 1