mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-13 08:06:16 +00:00
change(esp_libc): rename newlib component to esp_libc
This commit is contained in:
20
components/esp_libc/priv_include/esp_time_impl.h
Normal file
20
components/esp_libc/priv_include/esp_time_impl.h
Normal file
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
uint64_t esp_time_impl_get_time(void);
|
||||
|
||||
uint64_t esp_time_impl_get_time_since_boot(void);
|
||||
|
||||
uint32_t esp_time_impl_get_time_resolution(void);
|
||||
|
||||
void esp_time_impl_set_boot_time(uint64_t t);
|
||||
|
||||
uint64_t esp_time_impl_get_boot_time(void);
|
||||
|
||||
void esp_sync_timekeeping_timers(void);
|
||||
|
||||
void esp_set_time_from_rtc(void);
|
Reference in New Issue
Block a user