RTEMS CPU Kit with SuperCore
4.11.2
|
#include <rtems/termiostypes.h>
Functions | |
void | rtems_termios_set_best_baud (struct termios *term, uint32_t baud) |
Sets the best baud value in the Termios control. More... | |
void rtems_termios_set_best_baud | ( | struct termios * | term, |
uint32_t | baud | ||
) |
Sets the best baud value in the Termios control.
The valid Termios baud values are between 0 and 460800. The Termios baud value is chosen which minimizes the difference to the value specified.
[in] | term | The Termios attributes. |
[in] | baud | The current baud setting of the device. |
References rtems_termios_baud_table.
Referenced by rtems_termios_device_lock_release().