pub struct MACATSSRrs;Expand description
Auxiliary timestamp seconds register
You can read this register and get macatssr::R. See API.
Trait Implementations§
Source§impl RegisterSpec for MACATSSRrs
impl RegisterSpec for MACATSSRrs
Source§impl Resettable for MACATSSRrs
reset() method sets MACATSSR to value 0
impl Resettable for MACATSSRrs
reset() method sets MACATSSR to value 0
Source§const RESET_VALUE: u32 = 0u32
const RESET_VALUE: u32 = 0u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for MACATSSRrs
read() method returns macatssr::R reader structure
Auto Trait Implementations§
impl Freeze for MACATSSRrs
impl RefUnwindSafe for MACATSSRrs
impl Send for MACATSSRrs
impl Sync for MACATSSRrs
impl Unpin for MACATSSRrs
impl UnwindSafe for MACATSSRrs
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