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

POSIX timeval. More...

#include <time.h>

Data Fields

time_t tv_sec
 
uint32_t tv_usec
 

Detailed Description

POSIX timeval.

Definition at line 68 of file time.h.

Field Documentation

time_t timeval::tv_sec

Definition at line 70 of file time.h.

Referenced by find_dst(), gettimeofday(), ntp_setup(), set_dst(), settimeofday(), and timetests().

uint32_t timeval::tv_usec

Definition at line 71 of file time.h.

Referenced by gettimeofday(), ntp_setup(), and settimeofday().


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