[−][src]Function mynewt::kernel::os::os_callout_reset
pub unsafe extern "C" fn os_callout_reset(
arg1: *mut os_callout,
arg2: os_time_t
) -> c_int
Reset the callout to fire off in 'ticks' ticks.
c
: The callout to resetticks
: The number of ticks to wait before posting an event
Return: 0 on success, non-zero on failure