[][src]Type Definition mynewt::kernel::os::os_time_change_fn

type os_time_change_fn = Option<unsafe extern "C" fn(info: *const os_time_change_info, arg: *mut c_void)>;

Callback that is executed when the time-of-day is set.

  • info: Describes the time change that just occurred.
  • arg: Optional argument correponding to listener.