MCPcopy Create free account
hub / github.com/Hamlib/Hamlib / cfsetispeed

Function cfsetispeed

lib/termios.c:2008–2011  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2006----------------------------------------------------------*/
2007
2008int cfsetispeed(struct termios *s_termios, speed_t speed)
2009{
2010 return cfsetospeed(s_termios, speed);
2011}
2012
2013/*----------------------------------------------------------
2014cfsetspeed()

Callers 2

serial_setupFunction · 0.85
finddevicesFunction · 0.85

Calls 1

cfsetospeedFunction · 0.85

Tested by

no test coverage detected