|
TM STM32Fxxx HAL Libraries
v1.0.0
Libraries for STM32Fxxx (F0, F4 and F7 series) devices based on HAL drivers from ST from Tilen Majerle
|
CPU LOAD structure. More...
#include <tm_stm32_cpu_load.h>
Data Fields | |
| float | Load |
| uint8_t | Updated |
| uint32_t | WCNT |
| uint32_t | SCNT |
CPU LOAD structure.
| float Load |
CPU load percentage
| uint32_t SCNT |
Number of sleeping cycles in one period. Meant for private use
| uint8_t Updated |
Set to 1 when new CPU load is calculated
| uint32_t WCNT |
Number of working cycles in one period. Meant for private use