include/ectty.h
changeset 1577 fa3f66b783c1
parent 1575 17598f2332b6
child 1779 9fab229d6ca9
equal deleted inserted replaced
1576:0a3d96138e8b 1577:fa3f66b783c1
    80         ec_tty_t *tty, /**< TTY interface. */
    80         ec_tty_t *tty, /**< TTY interface. */
    81         uint8_t *buffer, /**< Buffer for data to transmit. */
    81         uint8_t *buffer, /**< Buffer for data to transmit. */
    82         size_t size /**< Available space in \a buffer. */
    82         size_t size /**< Available space in \a buffer. */
    83         );
    83         );
    84 
    84 
       
    85 /** Pushes received data to the TTY interface.
       
    86  */
       
    87 void ectty_rx_data(
       
    88         ec_tty_t *tty, /**< TTY interface. */
       
    89         const uint8_t *buffer, /**< Buffer with received data. */
       
    90         size_t size /**< Number of bytes in \a buffer. */
       
    91         );
       
    92 
    85 /*****************************************************************************/
    93 /*****************************************************************************/
    86 
    94 
    87 /** @} */
    95 /** @} */
    88 
    96 
    89 #endif
    97 #endif