pub fn idle_loop()Expand description
A background thread implementation that waits for events.
This is typically called by the BSP main routine after all
other initialization has taken place. It waits until
application_shutdown is called.
pub fn idle_loop()A background thread implementation that waits for events.
This is typically called by the BSP main routine after all
other initialization has taken place. It waits until
application_shutdown is called.