TIOVX User Guide

Struct containing config parameters of given static resource. Allows for a log to be kept of the resources used throughout runtime. More...

#include <tivx.h>

Data Fields

uint32_t max_value
 
uint32_t cur_used_value
 
uint32_t max_used_value
 
uint32_t min_required_value
 
char name [TIVX_RESOURCE_NAME_MAX]
 

Detailed Description

Struct containing config parameters of given static resource. Allows for a log to be kept of the resources used throughout runtime.

Definition at line 196 of file tivx.h.

Field Documentation

◆ max_value

uint32_t tivx_resource_stats_t::max_value

Maximum system quantity of the resource

Definition at line 198 of file tivx.h.

◆ cur_used_value

uint32_t tivx_resource_stats_t::cur_used_value

Count of times the resource is currently defined in statically allocated arrays

Definition at line 200 of file tivx.h.

◆ max_used_value

uint32_t tivx_resource_stats_t::max_used_value

Highest resource count during current runtime

Definition at line 202 of file tivx.h.

◆ min_required_value

uint32_t tivx_resource_stats_t::min_required_value

Minimum value required for framework/tests to compile

Definition at line 204 of file tivx.h.

◆ name

char tivx_resource_stats_t::name[TIVX_RESOURCE_NAME_MAX]

Name of the resource

Definition at line 206 of file tivx.h.


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