DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

udi_dma_constraints_attr_spec_t(3udi)


Specify attribute/value pair

SYNOPSIS

#include <udi.h>

typedef struct {

	udi_dma_constraints_attr_t attr_type;

	udi_ubit32_t attr_value;

} udi_dma_constraints_attr_spec_t;
 

MEMBERS attr_type is the attribute being specified.

attr_value is the value for the attribute.

DESCRIPTION The udi_dma_constraints_attr_spec_t structure is used to associate an attribute with its corresponding value. An array of these structures is used as an argument for the udi_dma_constraints_attr_set operation to specify a list of attributes and their values to be set.

REFERENCES udi_dma_constraints_attr_t, udi_dma_constraints_attr_set


UDI Physical I/O Specification Contents