#include <macb.h>
Definition at line 294 of file macb.h.
Data Fields | |
| unsigned int | addr |
| union { | |
| struct { | |
| unsigned int BufExhausted:1 | |
| unsigned int BuffUsed:1 | |
| unsigned int LastBuff:1 | |
| unsigned int Length:11 | |
| unsigned int NoCrc:1 | |
| unsigned int Res0:4 | |
| unsigned int Res1:10 | |
| unsigned int TransmitError:1 | |
| unsigned int TransmitUnderrun:1 | |
| unsigned int Wrap:1 | |
| } S_Status | |
| unsigned int status | |
| } | U_Status |
| unsigned int _AVR32_TxTdDescriptor::addr |
| unsigned int _AVR32_TxTdDescriptor::BufExhausted |
| unsigned int _AVR32_TxTdDescriptor::BuffUsed |
| unsigned int _AVR32_TxTdDescriptor::LastBuff |
| unsigned int _AVR32_TxTdDescriptor::Length |
| unsigned int _AVR32_TxTdDescriptor::NoCrc |
| unsigned int _AVR32_TxTdDescriptor::Res0 |
| unsigned int _AVR32_TxTdDescriptor::Res1 |
| struct { ... } _AVR32_TxTdDescriptor::S_Status |
| unsigned int _AVR32_TxTdDescriptor::status |
Definition at line 298 of file macb.h.
Referenced by lMACBSend(), prvSetupDescriptors(), and vClearMACBTxBuffer().
| unsigned int _AVR32_TxTdDescriptor::TransmitError |
| unsigned int _AVR32_TxTdDescriptor::TransmitUnderrun |
| union { ... } _AVR32_TxTdDescriptor::U_Status |
Referenced by lMACBSend(), prvSetupDescriptors(), and vClearMACBTxBuffer().
| unsigned int _AVR32_TxTdDescriptor::Wrap |
1.5.5