readme

来自「RTEMS (Real-Time Executive for Multiproc」· 代码 · 共 18 行

TXT
18
字号
##  $Id: README,v 1.1 1998/07/09 18:36:19 joel Exp $#This is the serial controller portion of the libchip library.  This directory contains the source code for reusable console driversupport code.  Each individual driver is configured using theconsole_tbl data structure.  This structure is defined and explainedin the console.h file.The reusable chip drivers do not directly access the serial controller.They access the registers on the controller via a set of up to four functions which are provided by the BSP.  These functins set and getgeneral registers and data buffers.  Some chips can access the databuffers as general registers and thus the driver may not requirethose interface routines.

⌨️ 快捷键说明

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