[][src]Function esp_idf_bindgen::rtc_time_slowclk_to_us

pub unsafe extern "C" fn rtc_time_slowclk_to_us(
    rtc_cycles: u64,
    period: u32
) -> u64

@brief Convert time interval from RTC_SLOW_CLK to microseconds @param time_in_us Time interval in RTC_SLOW_CLK cycles @param slow_clk_period Period of slow clock in microseconds, Q13.19 fixed point format (as returned by rtc_slowck_cali). @return time interval in microseconds