pub struct W(/* private fields */);Expand description
Register RTCCON writer
Implementations§
Source§impl W
impl W
Sourcepub fn rtcoe(&mut self) -> BitWriterRaw<'_, RTCCON_SPEC, 0>
pub fn rtcoe(&mut self) -> BitWriterRaw<'_, RTCCON_SPEC, 0>
Bit 0
Sourcepub fn halfsec(&mut self) -> BitWriterRaw<'_, RTCCON_SPEC, 1>
pub fn halfsec(&mut self) -> BitWriterRaw<'_, RTCCON_SPEC, 1>
Bit 1
Sourcepub fn rtcsync(&mut self) -> BitWriterRaw<'_, RTCCON_SPEC, 2>
pub fn rtcsync(&mut self) -> BitWriterRaw<'_, RTCCON_SPEC, 2>
Bit 2
Sourcepub fn rtcwren(&mut self) -> BitWriterRaw<'_, RTCCON_SPEC, 3>
pub fn rtcwren(&mut self) -> BitWriterRaw<'_, RTCCON_SPEC, 3>
Bit 3
Sourcepub fn rtcclkon(&mut self) -> BitWriterRaw<'_, RTCCON_SPEC, 6>
pub fn rtcclkon(&mut self) -> BitWriterRaw<'_, RTCCON_SPEC, 6>
Bit 6
Sourcepub fn rtsecsel(&mut self) -> BitWriterRaw<'_, RTCCON_SPEC, 7>
pub fn rtsecsel(&mut self) -> BitWriterRaw<'_, RTCCON_SPEC, 7>
Bit 7
Sourcepub fn sidl(&mut self) -> BitWriterRaw<'_, RTCCON_SPEC, 13>
pub fn sidl(&mut self) -> BitWriterRaw<'_, RTCCON_SPEC, 13>
Bit 13
Sourcepub fn frz(&mut self) -> BitWriterRaw<'_, RTCCON_SPEC, 14>
pub fn frz(&mut self) -> BitWriterRaw<'_, RTCCON_SPEC, 14>
Bit 14
Sourcepub fn on(&mut self) -> BitWriterRaw<'_, RTCCON_SPEC, 15>
pub fn on(&mut self) -> BitWriterRaw<'_, RTCCON_SPEC, 15>
Bit 15
Sourcepub fn cal(&mut self) -> FieldWriterRaw<'_, RTCCON_SPEC, 10, 16, u16>
pub fn cal(&mut self) -> FieldWriterRaw<'_, RTCCON_SPEC, 10, 16, u16>
Bits 16:25
Methods from Deref<Target = W<RTCCON_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnsafeUnpin for W
impl UnwindSafe for W
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