All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
timeval Struct Reference

Definition of struct timeval for the atmega. More...

Detailed Description

Definition of struct timeval for the atmega.

Definition at line 23 of file time.h.

#include <time.h>

Data Fields

time_t tv_sec
 seconds
 
suseconds_t tv_usec
 microseconds
 

Field Documentation

◆ tv_sec

time_t timeval::tv_sec

seconds

Definition at line 24 of file time.h.

◆ tv_usec

suseconds_t timeval::tv_usec

microseconds

Definition at line 25 of file time.h.


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