mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-01 18:48:49 +02:00
ftdijtag: add method to flush internal buffer
This commit is contained in:
@@ -26,6 +26,7 @@ class FtdiJtag : public FTDIpp_MPSSE {
|
||||
void go_test_logic_reset();
|
||||
void set_state(int newState);
|
||||
int flushTMS(bool flush_buffer = false);
|
||||
void flush() {mpsse_write();}
|
||||
void setTMS(unsigned char tms);
|
||||
|
||||
enum tapState_t {
|
||||
|
||||
Reference in New Issue
Block a user