RTEMS
Public Attributes | List of all members
rtems_termios_device_flow Struct Reference

Termios device flow control handler. More...

#include <termiostypes.h>

Public Attributes

void(* stop_remote_tx )(rtems_termios_device_context *context)
 Indicate to stop remote transmitter. More...
 
void(* start_remote_tx )(rtems_termios_device_context *context)
 Indicate to start remote transmitter. More...
 

Detailed Description

Termios device flow control handler.

See also
rtems_termios_device_install().

Definition at line 248 of file termiostypes.h.

Member Data Documentation

◆ start_remote_tx

void(* rtems_termios_device_flow::start_remote_tx) (rtems_termios_device_context *context)

Indicate to start remote transmitter.

Parameters
[in]contextThe Termios device context.

Definition at line 261 of file termiostypes.h.

◆ stop_remote_tx

void(* rtems_termios_device_flow::stop_remote_tx) (rtems_termios_device_context *context)

Indicate to stop remote transmitter.

Parameters
[in]contextThe Termios device context.

Definition at line 254 of file termiostypes.h.


The documentation for this struct was generated from the following file: