[−][src]Function mynewt::kernel::os::os_cputime_ticks_to_nsecs
pub unsafe extern "C" fn os_cputime_ticks_to_nsecs(ticks: u32) -> u32
Convert the given number of ticks into nanoseconds. Not defined if OS_CPUTIME_FREQ_PWR2 is defined.
ticks
: The number of ticks to convert to nanoseconds.
Return: uint32_t The number of nanoseconds corresponding to 'ticks'