Searched refs:settimeofday (Results 1 – 22 of 22) sorted by relevance
/hal_espressif-3.6.0/components/newlib/test/ |
D | test_time.c | 98 TEST_ASSERT_EQUAL(settimeofday(&tv_time, NULL), 0); 138 TEST_ASSERT_EQUAL(settimeofday(&tv_time, NULL), 0); 198 settimeofday(&tv_time, NULL); in timeTask() 210 TEST_ASSERT_EQUAL(settimeofday(&tv_time, NULL), 0); 290 TEST_ASSERT_EQUAL(0, settimeofday(&tv_time, NULL)); in measure_time_task() 385 TEST_ASSERT(settimeofday(&now, NULL) == 0); in test_posix_timers_clock() 473 settimeofday(×tamp, NULL); 494 settimeofday(×tamp, NULL); 569 settimeofday(&tv, NULL); in set_initial_condition()
|
D | test_newlib.c | 108 settimeofday(&now, NULL);
|
/hal_espressif-3.6.0/components/lwip/apps/sntp/ |
D | sntp.c | 38 settimeofday(tv, NULL); in sntp_sync_time() 49 settimeofday(tv, NULL); in sntp_sync_time()
|
/hal_espressif-3.6.0/examples/protocols/sntp/main/ |
D | sntp_example_main.c | 38 settimeofday(tv, NULL); in sntp_sync_time() 76 settimeofday(&tv_error, NULL); in app_main()
|
/hal_espressif-3.6.0/components/newlib/ |
D | time.c | 189 int settimeofday(const struct timeval *tv, const struct timezone *tz) in settimeofday() function 238 settimeofday(&tv, NULL); in clock_settime()
|
/hal_espressif-3.6.0/docs/en/api-reference/system/ |
D | system_time.rst | 65 …time adjustment and update the current time immediately, use the POSIX function ``settimeofday()``. 97 To set the current time, you can use the POSIX functions ``settimeofday()`` and ``adjtime()``. They… 101 …tem time immediately upon receiving a response from the SNTP server after using ``settimeofday()``. 102 …nd system time is more than 35 minutes, update system time immediately by using ``settimeofday()``.
|
/hal_espressif-3.6.0/examples/protocols/sntp/ |
D | README.md | 52 To set time, [`settimeofday`](http://man7.org/linux/man-pages/man2/settimeofday.2.html) POSIX funct… 95 …he smooth time adjustment, you need to record the current time using the function `settimeofday()`.
|
/hal_espressif-3.6.0/components/newlib/port/ |
D | esp_time_impl.c | 136 settimeofday(&tv, NULL); in esp_sync_counters_rtc_and_frc()
|
/hal_espressif-3.6.0/examples/protocols/http2_request/main/ |
D | http2_request_example_main.c | 89 settimeofday(&tv, &tz); in set_time()
|
/hal_espressif-3.6.0/components/esp_system/ |
D | README.md | 22 Timekeeping function in standard library. Can be set (`settimeofday`) or moved forward/backward (`a…
|
/hal_espressif-3.6.0/components/fatfs/test/ |
D | test_fatfs_common.c | 330 settimeofday(&now, NULL); in test_fatfs_stat() 374 settimeofday(&now, NULL); in test_fatfs_utime()
|
/hal_espressif-3.6.0/components/spiffs/test/ |
D | test_spiffs.c | 679 settimeofday(&now, NULL);
|
/hal_espressif-3.6.0/tools/test_idf_size/ |
D | app_esp32s3.map | 10879 .literal.settimeofday 11672 .text.settimeofday 11675 0x00000000420048f4 settimeofday 19906 settimeofday esp-idf/newlib/libnewlib.a(time.c.obj)
|
D | app_esp32c3.map | 8056 .text.settimeofday 8058 0x00000000420050be settimeofday 16328 settimeofday esp-idf/newlib/libnewlib.a(time.c.obj)
|
D | app_esp32h2.map | 7926 .text.settimeofday 7928 0x0000000042004ca4 settimeofday 14567 settimeofday esp-idf/newlib/libnewlib.a(time.c.obj)
|
D | app_esp32s2.map | 1483 .literal.settimeofday 1511 .text.settimeofday 15333 settimeofday esp-idf/newlib/libnewlib.a(time.c.obj)
|
D | app2.map | 1522 .literal.settimeofday 1550 .text.settimeofday 17343 settimeofday esp-idf/newlib/libnewlib.a(time.c.obj)
|
D | app.map | 1667 .literal.settimeofday 1695 .text.settimeofday
|
D | overflow.map | 39562 .literal.settimeofday 44255 .text.settimeofday 44258 0x00000000400d6a28 settimeofday 75865 settimeofday esp-idf/newlib/libnewlib.a(time.c.obj)
|
D | overflow_esp32s2.map | 40391 .literal.settimeofday 45280 .text.settimeofday 45283 0x00000000400870d4 settimeofday 76953 settimeofday esp-idf/newlib/libnewlib.a(time.c.obj)
|
D | overflow_esp32s3.map | 52782 .literal.settimeofday 57161 .text.settimeofday 57164 0x00000000420066d0 settimeofday 93956 settimeofday esp-idf/newlib/libnewlib.a(time.c.obj)
|
D | overflow_esp32c3.map | 35098 .text.settimeofday 35100 0x0000000042006076 settimeofday 73507 settimeofday esp-idf/newlib/libnewlib.a(time.c.obj)
|