/* * SPDX-FileCopyrightText: 2015-2021 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 *//* ... */#pragmaonce#include<stdint.h>#ifdef__cplusplusextern"C"{#endif/** * @file esp32/rtc.h * * This file contains declarations of rtc related functions. *//* ... *//** * @brief Get current value of RTC counter in microseconds * * Note: this function may take up to 1 RTC_SLOW_CLK cycle to execute * * @return current value of RTC counter in microseconds *//* ... */uint64_tesp_rtc_get_time_us(void);#ifdef__cplusplus}{...}#endif
Details
Show: from
Types: Columns:
All items filtered out
All items filtered out
This file uses the notable symbols shown below. Click anywhere in the file to view more details.