readme
来自「RTEMS (Real-Time Executive for Multiproc」· 代码 · 共 17 行
TXT
17 行
## $Id: README,v 1.1 1999/02/05 00:34:14 joel Exp $#This is the network interface controller portion of the libchip library.This directory contains the source code for reusable TCP/IP network driversupport code. Each driver has its own configuration table and itschip specific attach routine must be called by a board specificattach routine. The board specific chip routine passes the chipconfiguration and network configuration to the resuable device driver.The reusable chip drivers do not directly access the controller.They access the registers on the controller via a set offunctions which are provided by the BSP. These functions set and getgeneral registers and data buffers.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?