ChibiOS/HAL 9.0.0
hal_mac_receive_descriptor Struct Reference

Structure representing a MAC receive descriptor. More...

#include <hal_mac.h>

Collaboration diagram for hal_mac_receive_descriptor:
Collaboration graph

Data Fields

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

Detailed Description

Structure representing a MAC receive descriptor.

Definition at line 190 of file hal_mac.h.

Field Documentation

◆ offset

size_t hal_mac_receive_descriptor::offset

Current read offset.

Definition at line 194 of file hal_mac.h.

◆ size

size_t hal_mac_receive_descriptor::size

Available data size.

Definition at line 198 of file hal_mac.h.