[][src]Type Definition esp_idf_bindgen::sntp_sync_time_cb_t

type sntp_sync_time_cb_t = Option<unsafe extern "C" fn(tv: *mut timeval)>;

@brief SNTP callback function for notifying about time sync event

@param tv Time received from SNTP server.