Time Management.
More...
Go to the source code of this file.
Time Management.
- Author
- Johannes Fetz
- Bug:
- No known bugs.
◆ JO_TIME_CKS_32_MODE
#define JO_TIME_CKS_32_MODE |
◆ JO_TIME_M_CKS
◆ jo_time_memory_address
Enumerator |
---|
RegisterHighFRC | High Free Running Counter Register (FCR), counts up to 255, then iterates FCR Low.
|
RegisterLowFRC | Low Free Running Counter Register (FCR), increases every time FCR high reaches 256.
|
RegisterTCR | Time Control Register (TCR)
|
RegisterSysClock | System clock register.
|
◆ jo_fixed_point_time()
void jo_fixed_point_time |
( |
void |
| ) |
|
get ticks count
- Warning
- run only once per frame!
◆ jo_get_ticks()
unsigned int jo_get_ticks |
( |
void |
| ) |
|
◆ jo_time_get_frc()
Get Free Running Counter value.
◆ jo_time_peek_byte()
◆ jo_time_peek_int()
◆ jo_time_poke_byte()
◆ jo_time_poke_int()
◆ jo_time_set_frc()
◆ delta_time
Represent the delta time (in fixed-point seconds) between each frame.
◆ time_in_seconds