|
HARMcksL: ARM HAL toolbox (yet STM32 oriented) 1.6
SMFSW collection of HAL hacks for STM32
|
Workload results structure. More...
#include <workload.h>
Data Fields | |
| union { | |
| uint32_t load_perc [Workload_res_max] | |
| Interrupts workload (hundreds of %: 2 decimals included as integer). More... | |
| struct { | |
| uint32_t avg_load | |
| Average load. More... | |
| uint32_t wst_load | |
| Worst load. More... | |
| uint32_t bst_load | |
| Best load. More... | |
| } | |
| } | load |
| union { | |
| uint32_t loop_us [Workload_res_max] | |
| Loop period (in µs). More... | |
| struct { | |
| uint32_t avg_loop | |
| Average loop period. More... | |
| uint32_t wst_loop | |
| Worst loop period. More... | |
| uint32_t bst_loop | |
| Best loop period. More... | |
| } | |
| } | loop |
Workload results structure.
| uint32_t workload_res_t::avg_load |
Average load.
| uint32_t workload_res_t::avg_loop |
Average loop period.
| uint32_t workload_res_t::bst_load |
Best load.
| uint32_t workload_res_t::bst_loop |
Best loop period.
| union { ... } workload_res_t::load |
| uint32_t workload_res_t::load_perc[Workload_res_max] |
Interrupts workload (hundreds of %: 2 decimals included as integer).
| union { ... } workload_res_t::loop |
| uint32_t workload_res_t::loop_us[Workload_res_max] |
Loop period (in µs).
| uint32_t workload_res_t::wst_load |
Worst load.
| uint32_t workload_res_t::wst_loop |
Worst loop period.