|
Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
Include dependency graph for rtos_mon_arch.c:Go to the source code of this file.
Functions | |
| static uint16_t | get_stack_free (const thread_t *tp) |
| void | rtos_mon_init_arch (void) |
| void | rtos_mon_periodic_arch (void) |
Variables | |
| static uint32_t | thread_p_time [RTOS_MON_MAX_THREADS] |
| static uint32_t | idle_counter |
| static uint32_t | last_idle_counter |
Definition in file rtos_mon_arch.c.
|
static |
Definition at line 210 of file rtos_mon_arch.c.
Referenced by rtos_mon_periodic_arch().
Here is the caller graph for this function:| void rtos_mon_init_arch | ( | void | ) |
Definition at line 144 of file rtos_mon_arch.c.
Referenced by init_sysmon().
Here is the caller graph for this function:| void rtos_mon_periodic_arch | ( | void | ) |
Definition at line 156 of file rtos_mon_arch.c.
Referenced by periodic_report_sysmon().
Here is the caller graph for this function:
|
static |
Definition at line 36 of file rtos_mon_arch.c.
Referenced by rtos_mon_init_arch(), and rtos_mon_periodic_arch().
|
static |
Definition at line 36 of file rtos_mon_arch.c.
Referenced by rtos_mon_init_arch(), and rtos_mon_periodic_arch().
|
static |
Definition at line 35 of file rtos_mon_arch.c.
Referenced by rtos_mon_periodic_arch().