File time.c
FileList > arduino > src > posix > time.c
Go to the source code of this file.
#include <Arduino.h>#include <errno.h>
Public Static Attributes
| Type | Name |
|---|---|
| uint32_t | reset_epoch = = 0 |
| uint32_t | reset_millis = = 0 |
Public Functions
| Type | Name |
|---|---|
| int | __wrap_gettimeofday (struct timeval * tv, void * tz) |
| int | __wrap_settimeofday (const struct timeval * tv, const struct timezone * tz) |
| int | _gettimeofday (struct timeval * tv, void * tz) |
| int | _settimeofday (const struct timeval * tv, const struct timezone * tz) |
| int | gettimeofday (struct timeval * tv, void * tz) |
| int | settimeofday (const struct timeval * tv, const struct timezone * tz) |
Public Static Attributes Documentation
variable reset_epoch
variable reset_millis
Public Functions Documentation
function __wrap_gettimeofday
function __wrap_settimeofday
function _gettimeofday
function _settimeofday
function gettimeofday
function settimeofday
The documentation for this class was generated from the following file cores/common/arduino/src/posix/time.c