pub struct JTAGChain { /* private fields */ }
Expand description

Stores information about a JTAG scan chain, including detected IDCODEs and IR lengths.

Implementations

Return the number of TAPs in the chain.

Return the detected IDCODEs. The returned slice has one entry per TAP; TAPs which were in BYPASS are represented by None while those that output an IDCODE are represented by Some(IDCODE).

Return the IR lengths for each TAP.

Format each TAP into a String suitable for display.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.