#include <cmsis-plus/rtos/os.h>Go to the source code of this file.
Functions | |
| void * | os_idle (thread::func_args_t args) |
| void | os_rtos_idle_actions (void) |
| bool | os_rtos_idle_enter_power_saving_mode_hook (void) |
| Hook to enter a power saving mode. | |
| void * os_idle | ( | thread::func_args_t | args | ) |
| void os_rtos_idle_actions | ( | void | ) |
Definition at line 63 of file os-idle.cpp.
References os_rtos_idle_enter_power_saving_mode_hook(), os::rtos::interrupts::stack(), os::rtos::internal::waiting_thread_node::thread_, os::utils::static_double_list_links::unlink(), and this_thread::yield().