Microchip® Advanced Software Framework

_AVR32_TxTdDescriptor Struct Reference

Transmit Transfer descriptor structure.

#include <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

Referenced by prvSetupDescriptors().

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
unsigned int _AVR32_TxTdDescriptor::TransmitError
unsigned int _AVR32_TxTdDescriptor::TransmitUnderrun
union { ... } _AVR32_TxTdDescriptor::U_Status
unsigned int _AVR32_TxTdDescriptor::Wrap