Changes between Version 7 and Version 8 of tty_driver


Ignore:
Timestamp:
Jul 25, 2015, 7:11:06 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • tty_driver

    v7 v8  
    1515The virtual base address of the associated segment is  vbase = SEG_TTY_BASE + cluster_io << 32
    1616
    17 The addressable registers map are defined [source:soft/giet_vm/giet_drivers/tty_driver.h here].
     17The addressable registers are defined [source:soft/giet_vm/giet_drivers/tty_driver.h here].
    1818
    1919== __Access functions__ ==
     
    2626
    2727 === void '''_tty_init'''( unsigned int channel ) ===
    28 This low function initialises a TTY channel.
     28This low-level function initialises a TTY channel.
    2929
    3030== __Interrupt Service Routines__ ==