Main page
OID Repository
https://oid-base.com
Display OID:

{iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) 4413 cableData(2) cableDataPrivate(99) cableDataPrivateMIB(1) cableDataPrivateMIBObjects(1) cableDataEngineering(3) cableDataEngineeringBase(1) cableDataEngineeringEjtag(20) cdEngrEJTAGDataBrkTable(4)}

cdEngrEJTAGDataBrkTable(4)

 
 

OID description



 
OID: (ASN.1 notation)
(dot notation)
(OID-IRI notation)

Description:

cdEngrEJTAGDataBrkTable OBJECT-TYPE
SYNTAX SEQUENCE OF CdEngrEJTAGDataBrkEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This data table represents EJTAG Data Break configuration.
It specifies a data break for the specified channel, address,
and data value (with optional address and value masks). Hardware
may place restrictions on the values (e.g. bit 0 of the address
is likely forced to 0, and bit 0 of the mask is forced to 1).
The default address mask is 0xffffffff (all address bits relevant),
and the default value mask is 0x0f (all byte lanes relevant). Be
careful when specifying an address mask, since many values (like 0,
1, etc) can cause an immediate break to occur.
The data break behaves according to this pseudo-code:
if (((DataAddr & AddressMask) == (Address & AddressMask)) &&
((DataValue & ValueMask) == (Value & ValueMask)))
Generate debug exception;"



Classification:

MIB object for network management

 
See classes of OIDs
 
 
Short link:


Tree display Parent OID: cableDataEngineeringEjtag(20) First child OID: cdEngrEJTAGDataBrkEntry(1) First sibling OID: cdEngrEJTAGTPSelect(1) Previous sibling OID: cdEngrEJTAGInstrBrkTable(3)