Enum stm32_eth::dma::TimestampError
source · pub enum TimestampError {
NotYetTimestamped,
IdNotFound,
}
Expand description
An error that can occur when retrieving a timestamp from an RX or TX descriptor handled by the DMA.
Variants§
NotYetTimestamped
The descriptor with the given packet ID has not been timestamped yet.
IdNotFound
No active descriptors have the given packet ID.