Define_board_layout_flags
[Constants and Definitions]


Defines

#define ADL_BLAYOUT_VALID_NUMBER_OF_SLOTS   0x1
 Indicates the number of slots is valid.
#define ADL_BLAYOUT_VALID_SLOT_SIZES   0x2
 Indicates the slot sizes are valid. Size of the slot consists of the length and width.
#define ADL_BLAYOUT_VALID_CONNECTOR_OFFSETS   0x4
 Indicates the connector offsets are valid.
#define ADL_BLAYOUT_VALID_CONNECTOR_LENGTHS   0x8
 Indicates the connector lengths is valid.

Detailed Description

These defines are the board layout flags state which indicates what are the valid properties of ADLBoardLayoutInfo . It is used by ADL_Adapter_BoardLayout_Get

Define Documentation

#define ADL_BLAYOUT_VALID_NUMBER_OF_SLOTS   0x1

Indicates the number of slots is valid.

#define ADL_BLAYOUT_VALID_SLOT_SIZES   0x2

Indicates the slot sizes are valid. Size of the slot consists of the length and width.

#define ADL_BLAYOUT_VALID_CONNECTOR_OFFSETS   0x4

Indicates the connector offsets are valid.

#define ADL_BLAYOUT_VALID_CONNECTOR_LENGTHS   0x8

Indicates the connector lengths is valid.


Copyright © 2009-2016 Advanced Micro Devices, Inc. All rights reserved.