HARMcksL: ARM HAL toolbox (yet STM32 oriented) 1.6
SMFSW collection of HAL hacks for STM32
Loading...
Searching...
No Matches
workload_res_t Struct Reference

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

Detailed Description

Workload results structure.

Field Documentation

◆ avg_load

uint32_t workload_res_t::avg_load

Average load.

◆ avg_loop

uint32_t workload_res_t::avg_loop

Average loop period.

◆ bst_load

uint32_t workload_res_t::bst_load

Best load.

◆ bst_loop

uint32_t workload_res_t::bst_loop

Best loop period.

◆ [union]

union { ... } workload_res_t::load

◆ load_perc

uint32_t workload_res_t::load_perc[Workload_res_max]

Interrupts workload (hundreds of %: 2 decimals included as integer).

◆ [union]

union { ... } workload_res_t::loop

◆ loop_us

uint32_t workload_res_t::loop_us[Workload_res_max]

Loop period (in µs).

◆ wst_load

uint32_t workload_res_t::wst_load

Worst load.

◆ wst_loop

uint32_t workload_res_t::wst_loop

Worst loop period.


The documentation for this struct was generated from the following file: