XJAPI_GotoState

Make the TAP controller go to a specific state.

XJAPI_ERROR XJAPI_GotoState(
    JTAG_STATE state
);

Arguments

state
The state that the TAP controller should go to.

Return value

An XJAPI_ERROR value indicating whether the function call was successful or not.

Notes

This function can only be used once the hardware has been initialised with XJAPI_HardwareSetup.