Type Alias stm32_eth::dma::RxRingEntry

source ·
pub type RxRingEntry = RingEntry<RxDescriptor>;
Expand description

An RX DMA Ring Descriptor entry

Aliased Type§

struct RxRingEntry { /* private fields */ }

Implementations§

source§

impl RxRingEntry

source

pub const RX_INIT: Self = _

The initial value for an Rx Ring Entry

source§

impl RxRingEntry

source

pub fn has_packet_id(&self, id: &PacketId) -> bool

source

pub fn read_timestamp(&self) -> Option<Timestamp>