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

📄 io_serial.h

📁 ecos为实时嵌入式操作系统
💻 H
📖 第 1 页 / 共 3 页
字号:
       parent CYGPKG_HAL_ARM_AEB       description "           This option enables the serial device drivers for the ARM AEB-1."           doc ref/ecos-ref/ecos-device-drivers.html   }   cdl_component CYGPKG_IO_SERIAL_ARM_AEB_SERIAL0 {       display "ARM AEB-1 serial port 0 driver"       type    bool       parent CYGPKG_IO_SERIAL_ARM_AEB       description "           This option includes the serial device driver for the ARM AEB-1 port 0."           doc ref/ecos-ref/ecos-device-drivers.html   }   cdl_option CYGDAT_IO_SERIAL_ARM_AEB_SERIAL0_NAME {       display "Device name for the ARM AEB-1 serial port 0 driver"       type    string       parent CYGPKG_IO_SERIAL_ARM_AEB_SERIAL0       description "           This option sets the name of the serial device for the ARM AEB-1 port 0."           doc ref/ecos-ref/ecos-device-drivers.html   }   cdl_option CYGNUM_IO_SERIAL_ARM_AEB_SERIAL0_BAUD {       display "Baud rate for the ARM AEB-1 serial port 0 driver"       type    enum       legal_values 50 75 110 134_5 150 200 300 600 1200 1800 2400 3600 4800 7200 9600 14400 19200 38400 57600 115200 234000       parent CYGPKG_IO_SERIAL_ARM_AEB_SERIAL0       description "           This option specifies the default baud rate (speed) for the ARM AEB-1 port 0."           doc ref/ecos-ref/ecos-device-drivers.html   }   cdl_option CYGNUM_IO_SERIAL_ARM_AEB_SERIAL0_BUFSIZE {       display "Buffer size for the ARM AEB-1 serial port 0 driver"       type    count       legal_values 0 to 8192       parent CYGPKG_IO_SERIAL_ARM_AEB_SERIAL0       description "           This option specifies the size of the internal buffers used for the ARM AEB-1 port 0."           doc ref/ecos-ref/ecos-device-drivers.html   }   cdl_component CYGPKG_IO_SERIAL_ARM_AEB_SERIAL1 {       display "ARM AEB-1 serial port 1 driver"       type    bool       parent CYGPKG_IO_SERIAL_ARM_AEB       description "           This option includes the serial device driver for the ARM AEB-1 port 1."           doc ref/ecos-ref/ecos-device-drivers.html   }   cdl_option CYGDAT_IO_SERIAL_ARM_AEB_SERIAL1_NAME {       display "Device name for the ARM AEB-1 serial port 1 driver"       type    string       parent CYGPKG_IO_SERIAL_ARM_AEB_SERIAL1       description "           This option specifies the name of serial device for the ARM AEB-1 port 1."           doc ref/ecos-ref/ecos-device-drivers.html   }   cdl_option CYGNUM_IO_SERIAL_ARM_AEB_SERIAL1_BAUD {       display "Baud rate for the ARM AEB-1 serial port 1 driver"       type    enum       legal_values 50 75 110 134_5 150 200 300 600 1200 1800 2400 3600 4800 7200 9600 14400 19200 38400 57600 115200 234000       parent CYGPKG_IO_SERIAL_ARM_AEB_SERIAL1       description "           This option specifies the default baud rate (speed) for the ARM AEB-1 port 1."           doc ref/ecos-ref/ecos-device-drivers.html   }   cdl_option CYGNUM_IO_SERIAL_ARM_AEB_SERIAL1_BUFSIZE {       display "Buffer size for the ARM AEB-1 serial port 1 driver"       type    count       legal_values 0 to 8192       parent CYGPKG_IO_SERIAL_ARM_AEB_SERIAL1       description "           This option specifies the size of the internal buffers used for the ARM AEB-1 port 1."           doc ref/ecos-ref/ecos-device-drivers.html   }   }}CFG_DATA */#undef  CYGPKG_IO_SERIAL_ARM_AEB#undef  CYGPKG_IO_SERIAL_ARM_AEB_SERIAL0#define CYGDAT_IO_SERIAL_ARM_AEB_SERIAL0_NAME "/dev/ser0"#define CYGNUM_IO_SERIAL_ARM_AEB_SERIAL0_BAUD 38400#define CYGNUM_IO_SERIAL_ARM_AEB_SERIAL0_BUFSIZE 128#undef  CYGPKG_IO_SERIAL_ARM_AEB_SERIAL1#define CYGDAT_IO_SERIAL_ARM_AEB_SERIAL1_NAME "/dev/ser1"#define CYGNUM_IO_SERIAL_ARM_AEB_SERIAL1_BAUD 38400#define CYGNUM_IO_SERIAL_ARM_AEB_SERIAL1_BUFSIZE 128/* ----------------------------------------------------------------------------   {{CFG_DATA   cdl_component CYGPKG_IO_SERIAL_POWERPC_COGENT {       display "Cogent PowerPC serial device drivers"       type    bool       requires CYGPKG_IO_SERIAL#       parent CYGPKG_IO_SERIAL       parent CYGPKG_HAL_POWERPC_COGENT       description "           This option enables the serial device drivers for the Cogent PowerPC."           doc ref/ecos-ref/ecos-device-drivers.html   }   cdl_component CYGPKG_IO_SERIAL_POWERPC_COGENT_SERIAL_A {       display "Cogent PowerPC serial port A driver"       type    bool       requires CYGPKG_IO_SERIAL       parent CYGPKG_IO_SERIAL_POWERPC_COGENT       description "           This option includes the serial device driver for the Cogent PowerPC port A."           doc ref/ecos-ref/ecos-device-drivers.html   }   cdl_option CYGDAT_IO_SERIAL_POWERPC_COGENT_SERIAL_A_NAME {       display "Device name for Cogent PowerPC serial port A"       type    string       requires CYGPKG_IO_SERIAL       parent CYGPKG_IO_SERIAL_POWERPC_COGENT_SERIAL_A       description "           This option specifies the device name for the Cogent PowerPC port A."           doc ref/ecos-ref/ecos-device-drivers.html   }   cdl_option CYGNUM_IO_SERIAL_POWERPC_COGENT_SERIAL_A_BAUD {       display "Baud rate for the Cogent PowerPC serial port A driver"       type    enum       legal_values 50 75 110 134_5 150 200 300 600 1200 1800 2400 3600 4800 7200 9600 14400 19200 38400 57600 115200 234000       parent CYGPKG_IO_SERIAL_POWERPC_COGENT_SERIAL_A       description "           This option specifies the default baud rate (speed) for the Cogent PowerPC port A."           doc ref/ecos-ref/ecos-device-drivers.html   }   cdl_option CYGNUM_IO_SERIAL_POWERPC_COGENT_SERIAL_A_BUFSIZE {       display "Buffer size for the Cogent PowerPC serial port A driver"       type    count       legal_values 0 to 8192       parent CYGPKG_IO_SERIAL_POWERPC_COGENT_SERIAL_A       description "           This option specifies the size of the internal buffers used for the Cogent PowerPC port A."           doc ref/ecos-ref/ecos-device-drivers.html   }   cdl_component CYGPKG_IO_SERIAL_POWERPC_COGENT_SERIAL_B {       display "Cogent PowerPC serial port B driver"       type    bool       requires CYGPKG_IO_SERIAL       parent CYGPKG_IO_SERIAL_POWERPC_COGENT       description "           This option includes the serial device driver for the Cogent PowerPC port B."           doc ref/ecos-ref/ecos-device-drivers.html   }   cdl_option CYGDAT_IO_SERIAL_POWERPC_COGENT_SERIAL_B_NAME {       display "Device name for Cogent PowerPC serial port B"       type    string       requires CYGPKG_IO_SERIAL       parent CYGPKG_IO_SERIAL_POWERPC_COGENT_SERIAL_B       description "           This option specifies the device name for the Cogent PowerPC port B."           doc ref/ecos-ref/ecos-device-drivers.html   }   cdl_option CYGNUM_IO_SERIAL_POWERPC_COGENT_SERIAL_B_BAUD {       display "Baud rate for the Cogent PowerPC serial port B driver"       type    enum       legal_values 50 75 110 134_5 150 200 300 600 1200 1800 2400 3600 4800 7200 9600 14400 19200 38400 57600 115200 234000       parent CYGPKG_IO_SERIAL_POWERPC_COGENT_SERIAL_B       description "           This option specifies the default baud rate (speed) for the Cogent PowerPC port B."           doc ref/ecos-ref/ecos-device-drivers.html   }   cdl_option CYGNUM_IO_SERIAL_POWERPC_COGENT_SERIAL_B_BUFSIZE {       display "Buffer size for the Cogent PowerPC serial port B driver"       type    count       legal_values 0 to 8192       parent CYGPKG_IO_SERIAL_POWERPC_COGENT_SERIAL_B       description "           This option specifies the size of the internal buffers used for the Cogent PowerPC port B."           doc ref/ecos-ref/ecos-device-drivers.html   }   }}CFG_DATA */#undef  CYGPKG_IO_SERIAL_POWERPC_COGENT// Only enable both ports if interrupt chaining is enabled.#undef  CYGPKG_IO_SERIAL_POWERPC_COGENT_SERIAL_A#define CYGDAT_IO_SERIAL_POWERPC_COGENT_SERIAL_A_NAME "/dev/ser1"#define CYGNUM_IO_SERIAL_POWERPC_COGENT_SERIAL_A_BAUD 38400#define CYGNUM_IO_SERIAL_POWERPC_COGENT_SERIAL_A_BUFSIZE 128#define CYGPKG_IO_SERIAL_POWERPC_COGENT_SERIAL_B#define CYGDAT_IO_SERIAL_POWERPC_COGENT_SERIAL_B_NAME "/dev/ser2"#define CYGNUM_IO_SERIAL_POWERPC_COGENT_SERIAL_B_BAUD 38400#define CYGNUM_IO_SERIAL_POWERPC_COGENT_SERIAL_B_BUFSIZE 128/* ----------------------------------------------------------------------------   {{CFG_DATA   cdl_component CYGPKG_IO_SERIAL_SPARCLITE_SLEB {       display "SPARClite SLEB serial device drivers"       type    bool       requires CYGPKG_IO_SERIAL#       parent CYGPKG_IO_SERIAL       parent CYGPKG_HAL_SPARCLITE_SLEB       description "           This option enables the serial device drivers for the SPARClite SLEB."           doc ref/ecos-ref/ecos-device-drivers.html   }   cdl_component CYGPKG_IO_SERIAL_SPARCLITE_SLEB_CON1 {       display "SPARClite SLEB serial CON1 port driver"       type    bool       requires CYGPKG_IO_SERIAL       parent CYGPKG_IO_SERIAL_SPARCLITE_SLEB       description "           This option includes the serial device driver for the SPARClite SLEB CON1 port."           doc ref/ecos-ref/ecos-device-drivers.html   }   cdl_option CYGDAT_IO_SERIAL_SPARCLITE_SLEB_CON1_NAME {       display "Device name for SPARClite SLEB serial CON1 port"       type    string       requires CYGPKG_IO_SERIAL       parent CYGPKG_IO_SERIAL_SPARCLITE_SLEB_CON1       description "           This option specifies the device name for the SPARClite SLEB CON1 port."           doc ref/ecos-ref/ecos-device-drivers.html   }   cdl_option CYGNUM_IO_SERIAL_SPARCLITE_SLEB_CON1_BAUD {       display "Baud rate for the SPARClite SLEB serial CON1 driver"       type    enum       legal_values 50 75 110 134_5 150 200 300 600 1200 1800 2400 3600 4800 7200 9600 14400 19200 38400 57600 115200 234000       parent CYGPKG_IO_SERIAL_SPARCLITE_SLEB_CON1       description "           This option specifies the default baud rate (speed) for the SPARClite SLEB CON1."           doc ref/ecos-ref/ecos-device-drivers.html   }   cdl_option CYGNUM_IO_SERIAL_SPARCLITE_SLEB_CON1_BUFSIZE {       display "Buffer size for the SPARClite SLEB serial CON1 driver"       type    count       legal_values 0 to 8192       parent CYGPKG_IO_SERIAL_SPARCLITE_SLEB_CON1       description "           This option specifies the size of the internal buffers used for the SPARClite SLEB CON1."           doc ref/ecos-ref/ecos-device-drivers.html   }   cdl_component CYGPKG_IO_SERIAL_SPARCLITE_SLEB_CON2 {       display "SPARClite SLEB serial CON2 port driver"       type    bool       requires CYGPKG_IO_SERIAL       parent CYGPKG_IO_SERIAL_SPARCLITE_SLEB       description "           This option includes the serial device driver for the SPARClite SLEB CON2 port."           doc ref/ecos-ref/ecos-device-drivers.html   }   cdl_option CYGDAT_IO_SERIAL_SPARCLITE_SLEB_CON2_NAME {       display "Device name for SPARClite SLEB serial CON2 port"       type    string       requires CYGPKG_IO_SERIAL       parent CYGPKG_IO_SERIAL_SPARCLITE_SLEB_CON2       description "           This option specifies the device name for the SPARClite SLEB CON2 port."           doc ref/ecos-ref/ecos-device-drivers.html   }   cdl_option CYGNUM_IO_SERIAL_SPARCLITE_SLEB_CON2_BAUD {       display "Baud rate for the SPARClite SLEB serial CON2 driver"       type    enum       legal_values 50 75 110 134_5 150 200 300 600 1200 1800 2400 3600 4800 7200 9600 14400 19200 38400 57600 115200 234000       parent CYGPKG_IO_SERIAL_SPARCLITE_SLEB_CON2       description "           This option specifies the default baud rate (speed) for the SPARClite SLEB CON2."           doc ref/ecos-ref/ecos-device-drivers.html   }   cdl_option CYGNUM_IO_SERIAL_SPARCLITE_SLEB_CON2_BUFSIZE {       display "Buffer size for the SPARClite SLEB serial CON2 driver"       type    count       legal_values 0 to 8192       parent CYGPKG_IO_SERIAL_SPARCLITE_SLEB_CON2       description "           This option specifies the size of the internal buffers used for the SPARClite SLEB CON2."           doc ref/ecos-ref/ecos-device-drivers.html   }

⌨️ 快捷键说明

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