Struct atsamd51n::osc32kctrl::osculp32k::OSCULP32K_SPEC
source · [−]pub struct OSCULP32K_SPEC;
Expand description
Trait Implementations
sourceimpl Readable for OSCULP32K_SPEC
impl Readable for OSCULP32K_SPEC
read()
method returns osculp32k::R reader structure
sourceimpl RegisterSpec for OSCULP32K_SPEC
impl RegisterSpec for OSCULP32K_SPEC
sourceimpl Resettable for OSCULP32K_SPEC
impl Resettable for OSCULP32K_SPEC
reset()
method sets OSCULP32K to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for OSCULP32K_SPEC
impl Writable for OSCULP32K_SPEC
write(|w| ..)
method takes osculp32k::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for OSCULP32K_SPEC
impl Send for OSCULP32K_SPEC
impl Sync for OSCULP32K_SPEC
impl Unpin for OSCULP32K_SPEC
impl UnwindSafe for OSCULP32K_SPEC
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