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

Subversion Repositories or1k

[/] [or1k/] [tags/] [stable_0_2_0_rc3/] [or1ksim/] [peripheral/] [16450.h] - Diff between revs 1461 and 1499

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

Rev 1461 Rev 1499
Line 55... Line 55...
  struct {
  struct {
    int txbuf_head;
    int txbuf_head;
    int txbuf_tail;
    int txbuf_tail;
    int rxbuf_head;
    int rxbuf_head;
    int rxbuf_tail;
    int rxbuf_tail;
    unsigned int txser_full;
 
    unsigned int rxser_full;
    unsigned int rxser_full;
    unsigned int txbuf_full;
    unsigned int txbuf_full;
    unsigned int rxbuf_full;
    unsigned int rxbuf_full;
    unsigned thre_int;
    unsigned thre_int;
    unsigned break_set;
    unsigned break_set;
    unsigned long txser_clks;
 
    unsigned long rxser_clks;
    unsigned long rxser_clks;
    unsigned timeout_count;
    unsigned timeout_count;
  } istat;  /* Internal status */
  } istat;  /* Internal status */
 
 
  /* Clocks per char */
  /* Clocks per char */
Line 79... Line 77...
    int skew;
    int skew;
    int next_break;
    int next_break;
    int next_break_cnt;
    int next_break_cnt;
    int cur_break;
    int cur_break;
    int cur_break_cnt;
    int cur_break_cnt;
    int break_sent;
 
  } vapi;
  } vapi;
 
 
  /* Required by VAPI - circular buffer */
  /* Required by VAPI - circular buffer */
 unsigned long vapi_buf[UART_VAPI_BUF_LEN];  /* Buffer to store incoming characters to,
 unsigned long vapi_buf[UART_VAPI_BUF_LEN];  /* Buffer to store incoming characters to,
                                          since we cannot handle them so fast - we
                                          since we cannot handle them so fast - we

powered by: WebSVN 2.1.0

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