Rename uip_driver_s net_driver_s
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
|
@ -2926,13 +2926,13 @@ void board_led_off(int led);
|
|||
<p>
|
||||
<b><code>include/nuttx/net/netdev.h</code></b>.
|
||||
All structures and APIs needed to work with Ethernet drivers are provided in this header file.
|
||||
The structure <code>struct uip_driver_s</code> defines the interface and is passed to uIP via
|
||||
The structure <code>struct net_driver_s</code> defines the interface and is passed to uIP via
|
||||
<code>netdev_register()</code>.
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
<b><code>int netdev_register(FAR struct uip_driver_s *dev);</code></b>.
|
||||
<b><code>int netdev_register(FAR struct net_driver_s *dev);</code></b>.
|
||||
Each Ethernet driver registers itself by calling <code>netdev_register()</code>.
|
||||
</p>
|
||||
</li>
|
||||
|
|
|
@ -1,43 +1,43 @@
|
|||
AIC Advanced Interrupt Controller (Atmel SAM)
|
||||
ADC Analog to Digital Conversion
|
||||
ARP Address Resolution Protocol (networking)
|
||||
BCH Block to Character
|
||||
CAN Controller Area Network
|
||||
DEVIF Device Interface (networking)
|
||||
DAC Digital to Analog Conversion
|
||||
DEV Device
|
||||
DRAM Dynamic RAM
|
||||
FAT File Allocation Table
|
||||
FTL FLASH Translation Layer
|
||||
I2C Inter-Integrated Circuit
|
||||
I2S Inter IC Sound
|
||||
ICMP Internet Control Message Protocol (networking)
|
||||
IOB I/O Buffer (networking)
|
||||
LIBC The "C" Library
|
||||
MM Memory Management/Manager
|
||||
MMC Multi-Media Card
|
||||
MMCSD See MMC and SD
|
||||
MTD Memory Technology Device
|
||||
NFS Network File System
|
||||
NETDEV Network Device (networking)
|
||||
NSH NuttShell
|
||||
NX NuttX, the NuttX Graphics server (graphics)
|
||||
NXFFS NuttX Flash File System
|
||||
NXWM The NuttX Window Manager (graphics)
|
||||
PID Peripheral ID (Atmel SAM)
|
||||
PWM Pulse Width Modulation
|
||||
PKT "Raw" Packet socket (networking)
|
||||
RAM Random Access Memory
|
||||
SAIC Secure Advanced Interrupt Controller (Atmel SAM)
|
||||
SD Secure Digital
|
||||
SPI Serial Periperhal Interface
|
||||
TCP Transmission Control Protocol (networking)
|
||||
TSC Touchscreen Controller
|
||||
TWI Two-Wire Interface
|
||||
UDP User Datagram Protocol (networking)
|
||||
UART Universal Asynchronous Receiver/Transmitter
|
||||
USB Universal Serial Bus
|
||||
USART Universal Synchronous/Asynchronous Receiver/Transmitter
|
||||
WDT Watchdog Timer
|
||||
|
||||
|
||||
AIC Advanced Interrupt Controller (Atmel SAM)
|
||||
ADC Analog to Digital Conversion
|
||||
ARP Address Resolution Protocol (networking)
|
||||
BCH Block to Character
|
||||
CAN Controller Area Network
|
||||
DEVIF Device Interface (networking)
|
||||
DAC Digital to Analog Conversion
|
||||
DEV Device
|
||||
DRAM Dynamic RAM
|
||||
FAT File Allocation Table
|
||||
FTL FLASH Translation Layer
|
||||
I2C Inter-Integrated Circuit
|
||||
I2S Inter IC Sound
|
||||
ICMP Internet Control Message Protocol (networking)
|
||||
IOB I/O Buffer (networking)
|
||||
LIBC The "C" Library
|
||||
MM Memory Management/Manager
|
||||
MMC Multi-Media Card
|
||||
MMCSD See MMC and SD
|
||||
MTD Memory Technology Device
|
||||
NFS Network File System
|
||||
NETDEV Network Device (networking)
|
||||
NSH NuttShell
|
||||
NX NuttX, the NuttX Graphics server (graphics)
|
||||
NXFFS NuttX Flash File System
|
||||
NXWM The NuttX Window Manager (graphics)
|
||||
PID Peripheral ID (Atmel SAM)
|
||||
PWM Pulse Width Modulation
|
||||
PKT "Raw" Packet socket (networking)
|
||||
RAM Random Access Memory
|
||||
SAIC Secure Advanced Interrupt Controller (Atmel SAM)
|
||||
SD Secure Digital
|
||||
SPI Serial Periperhal Interface
|
||||
TCP Transmission Control Protocol (networking)
|
||||
TSC Touchscreen Controller
|
||||
TWI Two-Wire Interface
|
||||
UDP User Datagram Protocol (networking)
|
||||
UART Universal Asynchronous Receiver/Transmitter
|
||||
USB Universal Serial Bus
|
||||
USART Universal Synchronous/Asynchronous Receiver/Transmitter
|
||||
WDT Watchdog Timer
|
||||
|
||||
|
||||
|
|