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_t cent
 Century.
 
uint8_t year
 Year, within century.
 
uint8_t month
 Month of the year.
 
uint8_t day
 Day of the month.
 
uint8_t hour
 Hour of the day.
 
uint8_t min
 Minutes.
 
uint8_t sec
 Seconds.
 
uint8_t dow
 Day of week (0 = monday, etc)
 

Detailed Description

BCD timestamp, used several places in the vmufs.

Field Documentation

◆ cent

uint8_t vmu_timestamp_t::cent

Century.

◆ day

uint8_t vmu_timestamp_t::day

Day of the month.

◆ dow

uint8_t vmu_timestamp_t::dow

Day of week (0 = monday, etc)

◆ hour

uint8_t vmu_timestamp_t::hour

Hour of the day.

◆ min

uint8_t vmu_timestamp_t::min

Minutes.

◆ month

uint8_t vmu_timestamp_t::month

Month of the year.

◆ sec

uint8_t vmu_timestamp_t::sec

Seconds.

◆ year

uint8_t vmu_timestamp_t::year

Year, within century.


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