Go to the source code of this file.
|
| void | SMSC951xDevice (TSMSC951xDevice *pThis, TUSBFunction *pFunction) |
| |
| void | _SMSC951xDevice (TSMSC951xDevice *pThis) |
| |
| boolean | SMSC951xDeviceConfigure (TUSBFunction *pUSBFunction) |
| |
| TMACAddress * | SMSC951xDeviceGetMACAddress (TSMSC951xDevice *pThis) |
| |
| boolean | SMSC951xDeviceSendFrame (TSMSC951xDevice *pThis, const void *pBuffer, unsigned nLength) |
| |
| boolean | SMSC951xDeviceReceiveFrame (TSMSC951xDevice *pThis, void *pBuffer, unsigned *pResultLength) |
| |
| boolean | SMSC951xDeviceIsLinkUp (TSMSC951xDevice *pThis) |
| |
| boolean | SMSC951xDevicePHYWrite (TSMSC951xDevice *pThis, u8 uchIndex, u16 usValue) |
| |
| boolean | SMSC951xDevicePHYRead (TSMSC951xDevice *pThis, u8 uchIndex, u16 *pValue) |
| |
| boolean | SMSC951xDevicePHYWaitNotBusy (TSMSC951xDevice *pThis) |
| |
| boolean | SMSC951xDeviceWriteReg (TSMSC951xDevice *pThis, u32 nIndex, u32 nValue) |
| |
| boolean | SMSC951xDeviceReadReg (TSMSC951xDevice *pThis, u32 nIndex, u32 *pValue) |
| |
| void | SMSC951xDeviceDumpReg (TSMSC951xDevice *pThis, const char *pName, u32 nIndex) |
| |
| void | SMSC951xDeviceDumpRegs (TSMSC951xDevice *pThis) |
| |
◆ FRAME_BUFFER_SIZE
| #define FRAME_BUFFER_SIZE 1600 |
◆ TSMSC951xDevice
◆ _SMSC951xDevice()
◆ SMSC951xDevice()
◆ SMSC951xDeviceConfigure()
◆ SMSC951xDeviceDumpReg()
◆ SMSC951xDeviceDumpRegs()
◆ SMSC951xDeviceGetMACAddress()
◆ SMSC951xDeviceIsLinkUp()
◆ SMSC951xDevicePHYRead()
◆ SMSC951xDevicePHYWaitNotBusy()
◆ SMSC951xDevicePHYWrite()
◆ SMSC951xDeviceReadReg()
◆ SMSC951xDeviceReceiveFrame()
◆ SMSC951xDeviceSendFrame()
◆ SMSC951xDeviceWriteReg()