RTEMS CPU Kit with SuperCore
Functions
termios_baud2num.c File Reference

Convert Baud Part of Termios control flags to an integral Baud Value. More...

#include <rtems/termiostypes.h>
Include dependency graph for termios_baud2num.c:

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...
 

Detailed Description

Convert Baud Part of Termios control flags to an integral Baud Value.

Function Documentation

◆ rtems_termios_baud_to_number()

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.

Return values
0Invalid baud value or a baud value of B0.
otherIntegral baud value.