RTEMS
5.0.0
|
Converts the Integral Baud to Termios Control Flag Representation. More...
#include <rtems/termiostypes.h>
Functions | |
tcflag_t | rtems_termios_number_to_baud (rtems_termios_baud_t baud) |
Converts the Integral Baud value baud to the Termios Control Flag Representation. More... | |
Converts the Integral Baud to Termios Control Flag Representation.
tcflag_t rtems_termios_number_to_baud | ( | rtems_termios_baud_t | baud | ) |
Converts the Integral Baud value baud to the Termios Control Flag Representation.
B0 | Invalid baud value or a baud value of 0. |
other | Baud constant according to baud. |