Exemplo n.º 1
0
static int jtag_dp_run(struct adiv5_dap *dap)
{
	adi_jtag_finish_read(dap);
	return jtagdp_transaction_endcheck(dap);
}
Exemplo n.º 2
0
static int jtag_dp_run(struct adiv5_dap *dap)
{
	return jtagdp_transaction_endcheck(dap);
}