Overview   API Reference  

serial_driver Struct Reference

Interface defining routines for serial (UART) input/output. More...

#include <serial_driver.hpp>

Inheritance diagram for serial_driver:

Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~serial_driver (void)
 Empty virtual destructor to enforce derived virtual destructors.
virtual const char * name (void) const =0
 Returns the driver's name.
virtual int reset (void)=0
 Resets the driver's state back to defaults as when powering up the machine.
virtual int write (uint8_t c)=0
 Writes the specified byte to the output medium.


Detailed Description

Interface defining routines for serial (UART) input/output.
The documentation for this struct was generated from the following file:

L4vmm Reference Manual, written by Mario Schwalbe  © 2006-2008