Changes between Version 4 and Version 5 of tty_driver


Ignore:
Timestamp:
Oct 31, 2014, 11:29:54 AM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • tty_driver

    v4 v5  
    1717The addressable registers map are defined [source:soft/giet_vm/giet_drivers/tty_driver.h here].
    1818
     19== __Access functions__ ==
    1920
    2021 === unsigned int '''_tty_get_register'''( unsigned int channel,   unsigned int index ) ===
     
    2324 === void '''_tty_set_register'''( unsigned int channel,  unsigned int index,  unsigned int value ) ===
    2425This low level function set a new value in register (channel / index).
     26
     27== __Interrupt Service Routine__ ==
    2528
    2629 === void '''_tty_rx_isr'''( unsigned int irq_type,  unsigned int irq_id,  unsigned int channel ) ===