RTEMS Logo

RTEMS 4.6.4 On-Line Library


Console Driver Interrupt Driven I/O

PREV UP NEXT Bookshelf BSP and Device Driver Development Guide

8.4.4.2: Interrupt Driven I/O

Driver functioning is quite different in this mode. There is no device driver read function to be passed to Termios. Indeed a console_read call returns the contents of Termios input buffer. This buffer is filled in the driver interrupt subroutine (see Console Driver Termios and Interrupt Driven I/O).

The driver is responsible for providing a pointer to the InterruptWrite function.


PREV UP NEXT Bookshelf BSP and Device Driver Development Guide

Copyright © 1988-2004 OAR Corporation