pub struct W(/* private fields */);
Expand description
Register TR
writer
Implementations§
Source§impl W
impl W
Sourcepub fn ht(&mut self) -> FieldWriterRaw<'_, u32, TR_SPEC, u8, u8, Safe, 2, 20>
pub fn ht(&mut self) -> FieldWriterRaw<'_, u32, TR_SPEC, u8, u8, Safe, 2, 20>
Bits 20:21 - Hour tens in BCD format
Sourcepub fn hu(&mut self) -> FieldWriterRaw<'_, u32, TR_SPEC, u8, u8, Safe, 4, 16>
pub fn hu(&mut self) -> FieldWriterRaw<'_, u32, TR_SPEC, u8, u8, Safe, 4, 16>
Bits 16:19 - Hour units in BCD format
Sourcepub fn mnt(&mut self) -> FieldWriterRaw<'_, u32, TR_SPEC, u8, u8, Safe, 3, 12>
pub fn mnt(&mut self) -> FieldWriterRaw<'_, u32, TR_SPEC, u8, u8, Safe, 3, 12>
Bits 12:14 - Minute tens in BCD format
Sourcepub fn mnu(&mut self) -> FieldWriterRaw<'_, u32, TR_SPEC, u8, u8, Safe, 4, 8>
pub fn mnu(&mut self) -> FieldWriterRaw<'_, u32, TR_SPEC, u8, u8, Safe, 4, 8>
Bits 8:11 - Minute units in BCD format
Sourcepub fn st(&mut self) -> FieldWriterRaw<'_, u32, TR_SPEC, u8, u8, Safe, 3, 4>
pub fn st(&mut self) -> FieldWriterRaw<'_, u32, TR_SPEC, u8, u8, Safe, 3, 4>
Bits 4:6 - Second tens in BCD format
Methods from Deref<Target = W<TR_SPEC>>§
Sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
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 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