Microchip® Advanced Software Framework

_AVR32_RxTdDescriptor Struct Reference

Receive Transfer descriptor structure.

#include <macb.h>

Data Fields

unsigned int addr
 
union {
   struct {
      unsigned int   BroadCast:1
 
      unsigned int   Cfi:1
 
      unsigned int   EndOfFrame:1
 
      unsigned int   ExternalAdd:1
 
      unsigned int   Length:11
 
      unsigned int   MultiCast:1
 
      unsigned int   PriorityTag:1
 
      unsigned int   Res0:1
 
      unsigned int   Res1:1
 
      unsigned int   Rxbuf_off:2
 
      unsigned int   Sa1Match:1
 
      unsigned int   Sa2Match:1
 
      unsigned int   Sa3Match:1
 
      unsigned int   Sa4Match:1
 
      unsigned int   StartOfFrame:1
 
      unsigned int   TypeID:1
 
      unsigned int   UniCast:1
 
      unsigned int   VlanPriority:3
 
      unsigned int   VlanTag:1
 
   }   S_Status
 
   unsigned int   status
 
U_Status
 

unsigned int _AVR32_RxTdDescriptor::addr
unsigned int _AVR32_RxTdDescriptor::BroadCast
unsigned int _AVR32_RxTdDescriptor::Cfi
unsigned int _AVR32_RxTdDescriptor::EndOfFrame
unsigned int _AVR32_RxTdDescriptor::ExternalAdd
unsigned int _AVR32_RxTdDescriptor::Length
unsigned int _AVR32_RxTdDescriptor::MultiCast
unsigned int _AVR32_RxTdDescriptor::PriorityTag
unsigned int _AVR32_RxTdDescriptor::Res0
unsigned int _AVR32_RxTdDescriptor::Res1
unsigned int _AVR32_RxTdDescriptor::Rxbuf_off
struct { ... } _AVR32_RxTdDescriptor::S_Status
unsigned int _AVR32_RxTdDescriptor::Sa1Match
unsigned int _AVR32_RxTdDescriptor::Sa2Match
unsigned int _AVR32_RxTdDescriptor::Sa3Match
unsigned int _AVR32_RxTdDescriptor::Sa4Match
unsigned int _AVR32_RxTdDescriptor::StartOfFrame
unsigned int _AVR32_RxTdDescriptor::status

Referenced by ulMACBInputLength().

unsigned int _AVR32_RxTdDescriptor::TypeID
union { ... } _AVR32_RxTdDescriptor::U_Status

Referenced by ulMACBInputLength().

unsigned int _AVR32_RxTdDescriptor::UniCast
unsigned int _AVR32_RxTdDescriptor::VlanPriority
unsigned int _AVR32_RxTdDescriptor::VlanTag