OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [stable_0_2_0_rc2/] [or1ksim/] [peripheral/] [16450.h] - Diff between revs 1501 and 1502

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 1501 Rev 1502
Line 57... Line 57...
    int txbuf_tail;
    int txbuf_tail;
    int rxbuf_head;
    int rxbuf_head;
    int rxbuf_tail;
    int rxbuf_tail;
    unsigned int txbuf_full;
    unsigned int txbuf_full;
    unsigned int rxbuf_full;
    unsigned int rxbuf_full;
    unsigned thre_int;
 
    unsigned timeout_count;
 
    int receiveing; /* Receiveing a char */
    int receiveing; /* Receiveing a char */
    int recv_break; /* Receiveing a break */
    int recv_break; /* Receiveing a break */
 
    int ints; /* Which interrupts are pending */
  } istat;  /* Internal status */
  } istat;  /* Internal status */
 
 
  /* Clocks per char */
  /* Clocks per char */
  unsigned long char_clks;
  unsigned long char_clks;
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.