KallistiOS  2.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Data Fields
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

uint8 vmu_timestamp_t::cent

Century.

uint8 vmu_timestamp_t::day

Day of the month.

uint8 vmu_timestamp_t::dow

Day of week (0 = monday, etc)

uint8 vmu_timestamp_t::hour

Hour of the day.

uint8 vmu_timestamp_t::min

Minutes.

uint8 vmu_timestamp_t::month

Month of the year.

uint8 vmu_timestamp_t::sec

Seconds.

uint8 vmu_timestamp_t::year

Year, within century.


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