RxRingEntry

Type Alias RxRingEntry 

Source
pub type RxRingEntry = RingEntry<RxDescriptor>;
Expand description

An RX DMA Ring Descriptor entry

Aliased Type§

#[repr(C, align(8))]
pub 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>