PA API Parameter Valid Bit Definitions
PA LLD Constants (enum's and define's)

PA API Parameter Valid Bit Definitions

Bitmap definition of the validBitMap in paParamDesc.

#define pa_PARAM_VALID_LUTINST   (1<<0)
#define pa_PARAM_VALID_INDEX   (1<<1)
#define pa_PARAM_VALID_PREVLINK   (1<<2)
#define pa_PARAM_VALID_NEXTLINK   (1<<3)

Define Documentation

#define pa_PARAM_VALID_INDEX   (1<<1)
  • Set: Application specifies the LUT1 index to insert this entry
  • Clear: PASS determines where in the LUT1 table to insert this entrry
#define pa_PARAM_VALID_LUTINST   (1<<0)
  • Set: Application specifies the LUT1 instance
  • Clear: LLD determines the LUT1 instance based on other input parameters
#define pa_PARAM_VALID_NEXTLINK   (1<<3)
  • Set: The specified virtual link in stead of the physical link should be used as part of classification criteria at the next stage
  • Clear: Use physical link at the next stage
#define pa_PARAM_VALID_PREVLINK   (1<<2)
  • Set: Previous link is valid and it should be used as part of classification criteria
  • Claer: Previous link is inavlid

Copyright 2014, Texas Instruments Incorporated