Searched refs:_gettimeofday_r (Results 1 – 13 of 13) sorted by relevance
/hal_espressif-3.7.0/components/newlib/ |
D | time.c | 156 _gettimeofday_r(r, &tv, NULL); in _times_r() 160 int IRAM_ATTR _gettimeofday_r(struct _reent *r, struct timeval *tv, void *tz) in _gettimeofday_r() function 250 _gettimeofday_r(NULL, &tv, NULL); in clock_gettime()
|
D | newlib_init.c | 69 ._gettimeofday_r = &_gettimeofday_r,
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32/rom/ |
D | libc_stubs.h | 53 int (*_gettimeofday_r) (struct _reent *r, struct timeval *, void *); member
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32s2/rom/ |
D | libc_stubs.h | 53 int (*_gettimeofday_r) (struct _reent *r, struct timeval *, void *); member
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32c2/rom/ |
D | libc_stubs.h | 45 int (*_gettimeofday_r) (struct _reent *r, struct timeval *, void *); member
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32c3/rom/ |
D | libc_stubs.h | 45 int (*_gettimeofday_r) (struct _reent *r, struct timeval *, void *); member
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32c6/rom/ |
D | libc_stubs.h | 44 int (*_gettimeofday_r) (struct _reent *r, struct timeval *, void *); member
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32h2/rom/ |
D | libc_stubs.h | 45 int (*_gettimeofday_r) (struct _reent *r, struct timeval *, void *); member
|
/hal_espressif-3.7.0/components/esp_rom/include/esp32s3/rom/ |
D | libc_stubs.h | 46 int (*_gettimeofday_r) (struct _reent *r, struct timeval *, void *); member
|
/hal_espressif-3.7.0/components/esp_rom/esp32/ld/ |
D | esp32.rom.syscalls.ld | 21 PROVIDE ( _gettimeofday_r = 0x4000bc58 );
|
/hal_espressif-3.7.0/tools/esptool_py/flasher_stub/ld/ |
D | rom_32s2.ld | 419 PROVIDE ( _gettimeofday_r = 0x4001a068 ); symbol
|
D | rom_32.ld | 258 PROVIDE ( _gettimeofday_r = 0x4000bc58 ); symbol
|
D | rom_32s3_beta_2.ld | 574 PROVIDE ( _gettimeofday_r = 0x40054558 ); symbol
|