⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sci_termios.h

📁 RTEMS (Real-Time Executive for Multiprocessor Systems) is a free open source real-time operating sys
💻 H
字号:
/* *  COPYRIGHT (c) 1989-2001. *  On-Line Applications Research Corporation (OAR). * *  The license and distribution terms for this file may be *  found in the file LICENSE in this distribution or at *  http://www.rtems.com/license/LICENSE. * * $Id: sci_termios.h,v 1.1.6.1 2003/09/04 18:45:57 joel Exp $ * */#ifndef _SH_SCI_TERMIOS_H_#define _SH_SCI_TERMIOS_H_#ifdef __cplusplusextern "C"{#endifint sh_sci_set_attributes(   int minor,  const struct termios *t);void sh_sci_initialize_interrupts(int minor);void sh_sci_init(int minor);    int sh_sci_write_support_int(    int         minor,     const char *buf,     int         len);    int sh_sci_write_support_polled(  int         minor,  const char *buf,  int         len);    void sh_sci_write_polled(    int minor,    char c);int sh_sci_inbyte_nonblocking_polled(int minor);    int sh_sci_first_open(  int major,  int minor,  void *arg );int sh_sci_last_close(  int major,  int minor,  void *arg);#ifdef __cplusplus}#endif#endif /* _SH_SCI_TERMIOS_H_ */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -