KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
timer_val_t Struct Reference

Structure that holds timer values in seconds + ticks. More...

#include <timer.h>

Data Fields

uint32_t secs
 Number of seconds.
 
uint32_t ticks
 Number of ticks in the current second.
 

Detailed Description

Structure that holds timer values in seconds + ticks.

Field Documentation

◆ secs

uint32_t timer_val_t::secs

Number of seconds.

◆ ticks

uint32_t timer_val_t::ticks

Number of ticks in the current second.


The documentation for this struct was generated from the following file: