![]()  | 
  
    RTEMS
    5.1
    
   | 
 
Go to the source code of this file.
Functions | |
| void | console_outbyte_polled (int port, char ch) | 
| int | console_inbyte_nonblocking (int port) | 
| void | console_initialize_hardware (void) | 
This file defines the interfaces between the single port polled console framework and the BSP.
| int console_inbyte_nonblocking | ( | int | port | ) | 
This method polls the specified port for an input character. console port.
| [in] | port | is the input port | 
| void console_initialize_hardware | ( | void | ) | 
This method is invoked to initialize the console hardware device(s).
| void console_outbyte_polled | ( | int | port, | 
| char | ch | ||
| ) | 
This method polls the specified character ch to the specified console port.
| [in] | port | is the output port | 
| [in] | ch | is the character to print | 
 1.8.15