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

BCD timestamp, used several places in the vmufs. More...

#include <dc/vmufs.h>

Data Fields

uint8 cent
 Century.
 
uint8 year
 Year, within century.
 
uint8 month
 Month of the year.
 
uint8 day
 Day of the month.
 
uint8 hour
 Hour of the day.
 
uint8 min
 Minutes.
 
uint8 sec
 Seconds.
 
uint8 dow
 Day of week (0 = monday, etc)
 

Detailed Description

BCD timestamp, used several places in the vmufs.

Field Documentation

◆ cent

uint8 vmu_timestamp_t::cent

Century.

◆ day

uint8 vmu_timestamp_t::day

Day of the month.

◆ dow

uint8 vmu_timestamp_t::dow

Day of week (0 = monday, etc)

◆ hour

uint8 vmu_timestamp_t::hour

Hour of the day.

◆ min

uint8 vmu_timestamp_t::min

Minutes.

◆ month

uint8 vmu_timestamp_t::month

Month of the year.

◆ sec

uint8 vmu_timestamp_t::sec

Seconds.

◆ year

uint8 vmu_timestamp_t::year

Year, within century.


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