pub struct FreeRtosUtils;
Implementations§
Source§impl FreeRtosUtils
impl FreeRtosUtils
pub fn get_tick_count() -> u32
pub fn get_tick_count_duration() -> Duration
pub fn get_number_of_tasks() -> usize
pub fn get_all_tasks(tasks_len: Option<usize>) -> FreeRtosSchedulerState
Auto Trait Implementations§
impl Freeze for FreeRtosUtils
impl RefUnwindSafe for FreeRtosUtils
impl Send for FreeRtosUtils
impl Sync for FreeRtosUtils
impl Unpin for FreeRtosUtils
impl UnwindSafe for FreeRtosUtils
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more