|
|
@@ -286,19 +286,6 @@ typedef struct {
|
|
|
*/
|
|
|
void esp_chip_info(esp_chip_info_t* out_info);
|
|
|
|
|
|
-/**
|
|
|
- * @brief Get the time in microseconds since startup
|
|
|
- *
|
|
|
- * @returns time since startup in microseconds
|
|
|
- */
|
|
|
-int64_t esp_system_get_time(void);
|
|
|
-
|
|
|
-/**
|
|
|
- * @brief Get the resolution of the time returned by `esp_system_get_time`.
|
|
|
- *
|
|
|
- * @returns the resolution in microseconds
|
|
|
- */
|
|
|
-uint32_t esp_system_get_time_resolution(void);
|
|
|
|
|
|
#if CONFIG_ESP32_ECO3_CACHE_LOCK_FIX
|
|
|
/**
|