Changes between Version 7 and Version 8 of tty_driver
- Timestamp:
- Jul 25, 2015, 7:11:06 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
tty_driver
v7 v8 15 15 The virtual base address of the associated segment is vbase = SEG_TTY_BASE + cluster_io << 32 16 16 17 The addressable registers mapare defined [source:soft/giet_vm/giet_drivers/tty_driver.h here].17 The addressable registers are defined [source:soft/giet_vm/giet_drivers/tty_driver.h here]. 18 18 19 19 == __Access functions__ == … … 26 26 27 27 === void '''_tty_init'''( unsigned int channel ) === 28 This low function initialises a TTY channel.28 This low-level function initialises a TTY channel. 29 29 30 30 == __Interrupt Service Routines__ ==