ChibiOS/HAL
6.1.0
|
Structure representing a receive descriptor. More...
#include <hal_mac_lld.h>
Data Fields | |
size_t | offset |
Current read offset. More... | |
size_t | size |
Available data size. More... | |
Structure representing a receive descriptor.
Definition at line 123 of file hal_mac_lld.h.
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.