We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent accc603 commit 3b4d04eCopy full SHA for 3b4d04e
src/dma/tx/f_series_desc.rs
@@ -182,12 +182,3 @@ impl TxDescriptor {
182
self.cached_timestamp.as_ref()
183
}
184
185
-
186
-impl TxDescriptor {
187
- /// The initial value for a TxDescriptor
188
- pub const TX_INIT: Self = Self::new();
189
190
- pub(crate) fn prepare_packet(&mut self) -> bool {
191
- !self.is_owned()
192
- }
193
-}
0 commit comments