pub struct SyncfrSpec;
Expand description
Trait Implementations§
Source§impl RegisterSpec for SyncfrSpec
impl RegisterSpec for SyncfrSpec
Source§impl Resettable for SyncfrSpec
reset()
method sets SYNCFR to value 0x0400
impl Resettable for SyncfrSpec
reset()
method sets SYNCFR to value 0x0400
Source§const RESET_VALUE: u32 = 1_024u32
const RESET_VALUE: u32 = 1_024u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for SyncfrSpec
read()
method returns syncfr::R
reader structure
Auto Trait Implementations§
impl Freeze for SyncfrSpec
impl RefUnwindSafe for SyncfrSpec
impl Send for SyncfrSpec
impl Sync for SyncfrSpec
impl Unpin for SyncfrSpec
impl UnwindSafe for SyncfrSpec
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