MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / FT_SetFlowControl

Method FT_SetFlowControl

external/floppybridge/src/ftdi.cpp:317–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315};
316
317FTDI::FT_STATUS FTDIInterface::FT_SetFlowControl(USHORT FlowControl, UCHAR XonChar, UCHAR XoffChar) {
318 if ((::FT_SetFlowControl) && (m_handle)) return ::FT_SetFlowControl(m_handle, FlowControl, XonChar, XoffChar);
319 return FTDI::FT_STATUS::FT_DRIVER_NOT_AVAILABLE;
320};
321
322FTDI::FT_STATUS FTDIInterface::FT_ResetDevice() {
323 if ((::FT_ResetDevice) && (m_handle)) return ::FT_ResetDevice(m_handle);

Callers 1

configurePortMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected