[−][src]Function mynewt::kernel::os::os_tick_init
pub unsafe extern "C" fn os_tick_init(os_ticks_per_sec: u32, prio: c_int)
Set up the periodic timer to interrupt at a frequency of 'os_ticks_per_sec'. 'prio' is the cpu-specific priority of the periodic timer interrupt.
os_ticks_per_sec
: Frequency of the OS tick timerprio
: Priority of the OS tick timer