![]() |
nRF Connect SDK API 3.3.99
|
| int cpu_load_init | ( | void | ) |
#include <include/debug/cpu_load.h>
Initialize the CPU load measurement module. The module is now automatically initialized. This function is deprecated.
The TIMER driver and PPI channels are allocated during the initialization of this module.
| 0 | The initialization is successful. |
| -ENODEV | PPI channels could not be allocated. |
| -EBUSY | TIMER instance is busy. |