6f9b6dcc39862f328b792f05801079e668b357b5
[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);