#[repr(transparent)]pub struct SofTimestampLast(pub u32);
Expand description
Device only. Value of free-running PHY clock counter @48MHz when last SOF event occurred.
Tuple Fields§
§0: u32
Implementations§
Source§impl SofTimestampLast
impl SofTimestampLast
pub const fn sof_timestamp_last(&self) -> u32
pub fn set_sof_timestamp_last(&mut self, val: u32)
Trait Implementations§
Source§impl Clone for SofTimestampLast
impl Clone for SofTimestampLast
Source§fn clone(&self) -> SofTimestampLast
fn clone(&self) -> SofTimestampLast
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SofTimestampLast
impl Debug for SofTimestampLast
Source§impl Default for SofTimestampLast
impl Default for SofTimestampLast
Source§fn default() -> SofTimestampLast
fn default() -> SofTimestampLast
Returns the “default value” for a type. Read more
Source§impl PartialEq for SofTimestampLast
impl PartialEq for SofTimestampLast
impl Copy for SofTimestampLast
impl Eq for SofTimestampLast
impl StructuralPartialEq for SofTimestampLast
Auto Trait Implementations§
impl Freeze for SofTimestampLast
impl RefUnwindSafe for SofTimestampLast
impl Send for SofTimestampLast
impl Sync for SofTimestampLast
impl Unpin for SofTimestampLast
impl UnwindSafe for SofTimestampLast
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