[−][src]Function mynewt::kernel::os::os_callout_remaining_ticks
pub unsafe extern "C" fn os_callout_remaining_ticks(
arg1: *mut os_callout,
arg2: os_time_t
) -> os_time_t
Returns the number of ticks which remains to callout.
c
: The callout to checknow
: The current time in OS ticks
Return: Number of ticks to first pending callout