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