nRF Connect SDK API 2.8.99
|
int cpu_load_init | ( | void | ) |
#include <include/debug/cpu_load.h>
Initialize the CPU load measurement module.
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. |