Searched defs:mpsse_context (Results 1 - 1 of 1) sorted by relevance

/system/tpm/trunks/ftdi/
H A Dmpsse.h152 struct mpsse_context { struct
178 struct mpsse_context* MPSSE(enum modes mode, int freq, int endianess);
179 struct mpsse_context* Open(int vid,
187 struct mpsse_context* OpenIndex(int vid,
196 void Close(struct mpsse_context* mpsse);
197 const char* ErrorString(struct mpsse_context* mpsse);
198 int SetMode(struct mpsse_context* mpsse, int endianess);
199 void EnableBitmode(struct mpsse_context* mpsse, int tf);
200 int SetClock(struct mpsse_context* mpsse, uint32_t freq);
201 int GetClock(struct mpsse_context* mpss
[all...]

Completed in 25 milliseconds