?login_element?

Subversion Repositories NedoOS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. void uart_init(unsigned char divisor);
  2. void uart_write(unsigned char data);
  3. void uart_startrts(void);
  4. void uart_stoprts(void);
  5. void uart_flashrts(void);
  6. unsigned char uart_read(void);
  7. unsigned char uart_queue(void);
  8. void uart_delay10k(void);
  9.