Struct stm32_hal2::pac::ethernet_mac::mactssr::R
source · [−]pub struct R(_);Expand description
Register MACTSSR reader
Implementations
sourceimpl R
impl R
sourcepub fn tstrgterr0(&self) -> BitReaderRaw<bool>
pub fn tstrgterr0(&self) -> BitReaderRaw<bool>
Bit 3 - Timestamp Target Time Error
sourcepub fn atsstn(&self) -> FieldReaderRaw<u8, u8>
pub fn atsstn(&self) -> FieldReaderRaw<u8, u8>
Bits 16:19 - Auxiliary Timestamp Snapshot Trigger Identifier
Methods from Deref<Target = R<MACTSSR_SPEC>>
sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations
sourceimpl From<R<MACTSSR_SPEC>> for R
impl From<R<MACTSSR_SPEC>> for R
sourcefn from(reader: R<MACTSSR_SPEC>) -> R
fn from(reader: R<MACTSSR_SPEC>) -> R
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more