RTEMS
5.0.0
|
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 (speed_t spd) |
Converts the baud 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 | ( | speed_t | baud | ) |
Converts the baud flags to an integral baud value.
0 | Invalid baud value or a baud value of B0 . |
other | Integral baud value. |