rt 0.19.1

A real-time operating system capable of full preemption
Documentation
1
2
3
4
5
6
use crate::bindings::rt_cycle;

#[inline]
pub fn cycle() -> u32 {
    unsafe { rt_cycle() }
}