pub type esp_sntp_time_cb_t = Option<unsafe extern "C" fn(tv: *mut timeval)>;
Expand description

@brief Time sync notification function

Aliased Type§

enum esp_sntp_time_cb_t {
    None,
    Some(unsafe extern "C" fn(_: *mut timeval)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut timeval))

Some value of type T.