Beginnings of JTAG.
[goodfet] / firmware / include / jtag.h
1
2
3 //! Shift 8 bits of the IR.
4 unsigned char jtag_ir_shift8(unsigned char);
5 //! Shift 16 bits of the DR.
6 unsigned int jtag_dr_shift16(unsigned int in);