beautypg.com

Settimingmasks(ptrtimingmasks), Gettimingmasks(ptrtimingmasks), Settimingmaskall(bmaskvalue) – Teledyne LeCroy TA700_800_850 User Manual User Manual

Page 216: Settimingmasksaddress(badd32, bmaskvalue), Iming, Asks, Alue, Ddress

background image

Catalyst Enterprises Inc.

Library Exported Interfaces

202

SetTimingMasks(ptrTimingMasks)

Parameters

ptrTimingMasks

Specifies the Value of the Signal Masks parameter for next run.
The order of the Timing mask is shown below:
“AD[64], CBE[8], PAR, PAR64, PERR, SERR, REQ, GNT,
REQ64, ACK64, STOP, LOCK, RST, INTA, INTB, INTC, INTD,
FRAME,TRDY, IRDY, DEVSEL, IDSEL, PME”

For example:

AD[0]->ptrTimingMasks[0]
AD[1]->ptrTimingMasks[1]

GetTimingMasks(ptrTimingMasks)

Parameters

ptrTimingMasks

The Value of Signal Masks parameter returned.
The order of the Timing mask is shown below:
“AD[64], CBE[8], PAR, PAR64, PERR, SERR, REQ, GNT,
REQ64, ACK64, STOP, LOCK, RST, INTA, INTB, INTC, INTD,
FRAME,TRDY, IRDY, DEVSEL, IDSEL, PME”

For example:

ptrTimingMasks[0] -> AD[0]
ptrTimingMasks[1] ->AD[1]

SetTimingMaskAll(bMaskValue)

Parameters

bMaskValue

Specifies the Value of all Signal Masks parameters for next run.

Remarks

SetTimingMaskAll method sets the Value of Timing Masks parameter
for next run by bMaskValue.

SetTimingMasksAddress(bAdd32, bMaskValue)

Parameters

bAdd32

Specifies the mode of Masking for address signals. If it will be true
the masking is on the Address 32bits els on all address signals.

TRUE: Masking is on 32 bits of address
FALSE: Masking is on all address signals

bMaskValue

Specifies the value of Masking for address signals.