ChibiOS/HAL  6.1.0
MACReceiveDescriptor Struct Reference

Structure representing a receive descriptor. More...

#include <hal_mac_lld.h>

Collaboration diagram for MACReceiveDescriptor:
Collaboration graph

Data Fields

size_t offset
 Current read offset. More...
 
size_t size
 Available data size. More...
 

Detailed Description

Structure representing a receive descriptor.

Definition at line 123 of file hal_mac_lld.h.

Field Documentation

size_t MACReceiveDescriptor::offset

Current read offset.

Definition at line 127 of file hal_mac_lld.h.

size_t MACReceiveDescriptor::size

Available data size.

Definition at line 131 of file hal_mac_lld.h.