RTEMS CPU Kit with SuperCore
|
Convert Baud Part of Termios control flags to an integral Baud Value. More...
#include <rtems/termiostypes.h>
Functions | |
rtems_termios_baud_t | rtems_termios_baud_to_number (tcflag_t c_cflag) |
Convert Baud Part of Termios control flags to an integral Baud Value. More... | |
Convert Baud Part of Termios control flags to an integral Baud Value.
rtems_termios_baud_t rtems_termios_baud_to_number | ( | tcflag_t | c_cflag | ) |
Convert Baud Part of Termios control flags to an integral Baud Value.
There is no need to mask the c_cflag with CBAUD
.
0 | Invalid baud value or a baud value of B0 . |
other | Integral baud value. |