pub struct W(/* private fields */);Expand description
Register RTCTIME writer
Implementations§
Source§impl W
impl W
Sourcepub fn sec01(&mut self) -> FieldWriterRaw<'_, RTCTIME_SPEC, 4, 8>
pub fn sec01(&mut self) -> FieldWriterRaw<'_, RTCTIME_SPEC, 4, 8>
Bits 8:11
Sourcepub fn sec10(&mut self) -> FieldWriterRaw<'_, RTCTIME_SPEC, 4, 12>
pub fn sec10(&mut self) -> FieldWriterRaw<'_, RTCTIME_SPEC, 4, 12>
Bits 12:15
Sourcepub fn min01(&mut self) -> FieldWriterRaw<'_, RTCTIME_SPEC, 4, 16>
pub fn min01(&mut self) -> FieldWriterRaw<'_, RTCTIME_SPEC, 4, 16>
Bits 16:19
Sourcepub fn min10(&mut self) -> FieldWriterRaw<'_, RTCTIME_SPEC, 4, 20>
pub fn min10(&mut self) -> FieldWriterRaw<'_, RTCTIME_SPEC, 4, 20>
Bits 20:23
Sourcepub fn hr01(&mut self) -> FieldWriterRaw<'_, RTCTIME_SPEC, 4, 24>
pub fn hr01(&mut self) -> FieldWriterRaw<'_, RTCTIME_SPEC, 4, 24>
Bits 24:27
Sourcepub fn hr10(&mut self) -> FieldWriterRaw<'_, RTCTIME_SPEC, 4, 28>
pub fn hr10(&mut self) -> FieldWriterRaw<'_, RTCTIME_SPEC, 4, 28>
Bits 28:31
Methods from Deref<Target = W<RTCTIME_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