RTEMS  5.1
Functions
termios_setinitialbaud.c File Reference

Sets the Initial Baud in the Termios Context. More...

#include <rtems/termiostypes.h>

Functions

int rtems_termios_set_initial_baud (struct rtems_termios_tty *tty, rtems_termios_baud_t baud)
 Sets the initial baud in the Termios context tty. More...
 

Detailed Description

Sets the Initial Baud in the Termios Context.

Function Documentation

◆ rtems_termios_set_initial_baud()

int rtems_termios_set_initial_baud ( struct rtems_termios_tty tty,
rtems_termios_baud_t  baud 
)

Sets the initial baud in the Termios context tty.

Return values
0Successful operation.
-1Invalid baud value.