TIOVX User Guide
tivx_obj_desc_queue_blocked_nodes_t Struct Reference

Data structure to get information about node blocked on this object descriptor to be ready. More...

#include <tivx_obj_desc_priv.h>

Data Fields

volatile uint16_t num_nodes
 
volatile uint16_t rsv [7]
 reserved field, to align to 64b
 
volatile uint16_t node_id [TIVX_OBJ_DESC_QUEUE_MAX_BLOCKED_NODES]
 

Detailed Description

Data structure to get information about node blocked on this object descriptor to be ready.

Definition at line 228 of file tivx_obj_desc_priv.h.

Field Documentation

◆ num_nodes

volatile uint16_t tivx_obj_desc_queue_blocked_nodes_t::num_nodes

numbers of blocked nodes

Definition at line 231 of file tivx_obj_desc_priv.h.

◆ node_id

volatile uint16_t tivx_obj_desc_queue_blocked_nodes_t::node_id[TIVX_OBJ_DESC_QUEUE_MAX_BLOCKED_NODES]

blocked node object descriptor IDs

Definition at line 237 of file tivx_obj_desc_priv.h.


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