ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts  1.0
ESP8266ILI9341DisplayProject
Data Fields
tm Struct Reference

POSIX struct tm. More...

#include <time.h>

Data Fields

int tm_sec
 
int tm_min
 
int tm_hour
 
int tm_mday
 
int tm_mon
 
int tm_year
 
int tm_wday
 
int tm_yday
 
int tm_isdst
 
int32_t tm_gmtoff
 

Detailed Description

POSIX struct tm.

Definition at line 41 of file time.h.

Field Documentation

int32_t tm::tm_gmtoff

Definition at line 52 of file time.h.

int tm::tm_hour
int tm::tm_isdst

Definition at line 51 of file time.h.

Referenced by normalize().

int tm::tm_mday
int tm::tm_min
int tm::tm_mon
int tm::tm_sec
int tm::tm_wday

Definition at line 49 of file time.h.

Referenced by asctime_r(), display_clock(), find_dst(), rtc_read(), rtc_write(), and time_to_tm().

int tm::tm_yday

Definition at line 50 of file time.h.

Referenced by time_to_tm().

int tm::tm_year

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