Function esp_idf_hal::sys::sntp_get_system_time

source ยท
pub unsafe extern "C" fn sntp_get_system_time(
    sec: *mut u32,
    us: *mut u32,
)
Expand description

@brief system time getter used in the sntp module @note The lwip sntp uses u32_t types for sec and us arguments