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