public class SelectMaskUTEParam
extends java.lang.Object
| Constructor and Description |
|---|
SelectMaskUTEParam()
Creates an instance of the SelectMask6cParam class.
|
SelectMaskUTEParam(boolean used,
PA768eEnums.TagSelectMode mode,
PA768eEnums.TagSelectTarget target,
PA768eEnums.TagSelectAction action,
PA768eEnums.TagSelectTruncate truncate,
PA768eEnums.BankType bank,
int offset,
short[] pattern,
int length)
Creates an instance of the SelectMask6cParam class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Initializes the values set in the SelectMask6cParam instance.
|
void |
copy(SelectMaskUTEParam param)
Copy the SelectMask6cParam instance.
|
PA768eEnums.TagSelectAction |
getAction()
Returns Action Flag of "Selection Mask".
|
PA768eEnums.BankType |
getBank()
Returns BankType Flag of "Selection Mask".
|
int |
getLength()
Returns length value of "Selection Mask".
|
PA768eEnums.TagSelectMode |
getMode()
Returns Mode Flag of "Selection Mask".
|
int |
getOffset()
Returns offset value of "Selection Mask".
|
short[] |
getPattern()
Returns Pattern value of "Selection Mask".
|
PA768eEnums.TagSelectTarget |
getTarget()
Returns Target Flag of "Selection Mask".
|
PA768eEnums.TagSelectTruncate |
getTruncate()
Returns Truncate Flag of "Selection Mask".
|
boolean |
isUsed()
Returns whether or not "Selection Mask" is enabled.
|
void |
setAction(PA768eEnums.TagSelectAction action)
Set Action Flag of "Selection Mask".
|
void |
setBank(PA768eEnums.BankType bank)
Set BankType Flag of "Selection Mask".
|
void |
setLength(int length)
Set length value of "Selection Mask".
|
void |
setMode(PA768eEnums.TagSelectMode mode)
Set Mode Flag of "Selection Mask".
|
void |
setOffset(int offset)
Set offset value of "Selection Mask".
|
void |
setPattern(short[] pattern)
Set Pattern value of "Selection Mask".
|
void |
setTarget(PA768eEnums.TagSelectTarget target)
Set Target Flag of "Selection Mask".
|
void |
setTruncate(PA768eEnums.TagSelectTruncate truncate)
Set Truncate Flag of "Selection Mask".
|
void |
setUsed(boolean used)
Set whether or not to use "Selection Mask".
|
java.lang.String |
toString()
Return the SelectMask6cParam information with format: [Used], [Target], [Action], [Bank], [Offset], [Pattern], [Length]
|
public SelectMaskUTEParam()
public SelectMaskUTEParam(boolean used,
PA768eEnums.TagSelectMode mode,
PA768eEnums.TagSelectTarget target,
PA768eEnums.TagSelectAction action,
PA768eEnums.TagSelectTruncate truncate,
PA768eEnums.BankType bank,
int offset,
short[] pattern,
int length)
used - A boolean indicating whether to use the condition of "Selection Mask".mode - The TagSelectMode enumeration indicating the flag of the tag to store the result
of the "Selection Mask" condition.target - The TagSelectTarget enumeration indicating the flag of the tag to store the result
of the "Selection Mask" condition.action - The TagSelectAction enumeration indicating how to save the results for the
condition of "Selection Mask".truncate - The TagSelectTruncate enumeration indicating the flag of the tag to store the result
of the "Selection Mask" condition.bank - The BankType enumeration representing the memory bank of the tag to compare the
pattern in "Selection Mask".offset - An integer representing the start address at which to begin comparing patterns
in the "Selection Mask". The unit is bit.pattern - A Short Array representing the comparison pattern for "Selection Mask".length - An integer representing the length of the pattern in "Selection Mask".
The unit is bit.public void copy(SelectMaskUTEParam param)
param - An instance of SelectMask6cParam to copy.public void clear()
public boolean isUsed()
public void setUsed(boolean used)
used - A boolean indicating whether to use the condition of "Selection Mask".public PA768eEnums.TagSelectMode getMode()
public void setMode(PA768eEnums.TagSelectMode mode)
mode - The TagSelectMode enumeration indicating how to save the results for the
condition of "Selection Mask".public PA768eEnums.TagSelectTarget getTarget()
public void setTarget(PA768eEnums.TagSelectTarget target)
target - The TagSelectTarget enumeration indicating how to save the results for the condition
* of "Selection Mask"public PA768eEnums.TagSelectAction getAction()
public void setAction(PA768eEnums.TagSelectAction action)
action - The Mask6cAction enumeration indicating how to save the results for the condition
* of "Selection Mask"public PA768eEnums.TagSelectTruncate getTruncate()
public void setTruncate(PA768eEnums.TagSelectTruncate truncate)
truncate - The TagSelectTruncate enumeration indicating how to save the results for the condition
* of "Selection Mask"public PA768eEnums.BankType getBank()
public void setBank(PA768eEnums.BankType bank)
bank - The BankType enumeration indicating how to save the results for the condition
* of "Selection Mask"public int getOffset()
public void setOffset(int offset)
offset - An integer representing the start address at which to begin comparing patterns
in the "Selection Mask". The unit is bit.public short[] getPattern()
public void setPattern(short[] pattern)
pattern - A Short Array representing the comparison pattern for "Selection Mask".public int getLength()
public void setLength(int length)
length - An integer representing the start address at which to begin comparing patterns
in the "Selection Mask". The unit is bit.public java.lang.String toString()
toString in class java.lang.Object