#[repr(transparent)]pub struct Atstmp(pub u32);Expand description
Timestamp of Last Transmitted Frame
Tuple Fields§
§0: u32Implementations§
Source§impl Atstmp
impl Atstmp
Sourcepub const fn timestamp(&self) -> u32
pub const fn timestamp(&self) -> u32
Timestamp of the last frame transmitted by the core that had TxBD[TS] set the ff_tx_ts_frm signal asserted from the user application
Sourcepub const fn set_timestamp(&mut self, val: u32)
pub const fn set_timestamp(&mut self, val: u32)
Timestamp of the last frame transmitted by the core that had TxBD[TS] set the ff_tx_ts_frm signal asserted from the user application
Trait Implementations§
impl Copy for Atstmp
impl Eq for Atstmp
impl StructuralPartialEq for Atstmp
Auto Trait Implementations§
impl Freeze for Atstmp
impl RefUnwindSafe for Atstmp
impl Send for Atstmp
impl Sync for Atstmp
impl Unpin for Atstmp
impl UnwindSafe for Atstmp
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more