PHiLIP
timestamp_t Union Reference

Time and date. More...

#include <PHiLIP_typedef.h>

Data Fields

struct {
   uint8_t   second
 
   uint8_t   minute
 
   uint8_t   hour
 
   uint8_t   day_of_month
 
   uint8_t   day_of_week
 
   uint8_t   month
 
   uint8_t   year
 
   uint8_t   res [1]
 
}; 
 
uint8_t data8 [8]
 

Detailed Description

Time and date.

Field Documentation

uint8_t timestamp_t::data8[8]

array for padding

uint8_t timestamp_t::day_of_month

The months in decimal

uint8_t timestamp_t::day_of_week

The week in decimal

uint8_t timestamp_t::hour

The hours in decimal

uint8_t timestamp_t::minute

The minutes in decimal

uint8_t timestamp_t::month

The month in decimal

uint8_t timestamp_t::res[1]

Reserved bytes

uint8_t timestamp_t::second

The seconds in decimal

uint8_t timestamp_t::year

The last two digits of the year in decimal (20xx)


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