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