Crate fe_osi

Source

Modules§

allocator
interrupt
ipc
semaphore
task

Functions§

exit
Causes the calling task to exit.
print_msg
If a putc function has been set using set_putc, print a string using the putc function
putc
If a putc function has been set using set_putc, print a character using the putc function.
set_putc
Sets what is internally used for putc to print out error messages
sleep
Causes the calling task to block for at least the specified number of milliseconds.
yield
Triggers a context switch.