This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Compounds | |
| struct | CONFIGDSCR |
| EzUSB Configuration Descriptor. More... | |
| struct | DEVICEDSCR |
| EzUSB Device Descriptor. More... | |
| struct | DSCR |
| EzUSB Generic Descriptor. More... | |
| struct | ENDPNTDSCR |
| EzUSB Endpoint Descriptor. More... | |
| struct | EPIOC |
| EzUSB Endpoint Descriptor. More... | |
| struct | I2CPCKT |
| EzUSB I2C Descriptor. More... | |
| struct | INTRFCDSCR |
| EzUSB Interface Descriptor. More... | |
| struct | STRINGDSCR |
| EzUSB String Descriptor. More... | |
Definition in file ezusb.h.
|
|
Value: if((I2CPckt.status == I2C_BERROR) || (I2CPckt.status == I2C_NACK))\
I2CPckt.status = I2C_IDLE; |
|
|
Value: TOGCTL = (((ep & 0x80) >> 3) + (ep & 0x07));\
TOGCTL |= 0x20 |
|
|
Value: ((BYTE*)&word)[0] ^= ((BYTE*)&word)[1];\
((BYTE*)&word)[1] ^= ((BYTE*)&word)[0];\
((BYTE*)&word)[0] ^= ((BYTE*)&word)[1] |
1.2.15