mirror of
https://github.com/armink/FreeModbus_Slave-Master-RTT-STM32.git
synced 2025-02-06 02:02:23 +08:00
24 lines
187 B
C
24 lines
187 B
C
|
#ifndef CPUUSAGE_H
|
||
|
#define CPUUSAGE_H
|
||
|
|
||
|
|
||
|
static void cpu_usage_idle_hook(void);
|
||
|
void cpu_usage_get(rt_uint8_t *major, rt_uint8_t *minor);
|
||
|
void cpu_usage_init(void);
|
||
|
|
||
|
#endif
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|