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

Function cfsetspeed

lib/termios.c:2024–2027  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2022----------------------------------------------------------*/
2023
2024int cfsetspeed(struct termios *s_termios, speed_t speed)
2025{
2026 return cfsetospeed(s_termios, speed);
2027}
2028
2029/*----------------------------------------------------------
2030cfgetospeed()

Callers

nothing calls this directly

Calls 1

cfsetospeedFunction · 0.85

Tested by

no test coverage detected