pub struct W(/* private fields */);
Expand description
Register ALRM%sR
writer
Implementations§
Source§impl W
impl W
Sourcepub fn msk4(&mut self) -> BitWriterRaw<'_, u32, ALRMR_SPEC, MSK1_A, BitM, 31>
pub fn msk4(&mut self) -> BitWriterRaw<'_, u32, ALRMR_SPEC, MSK1_A, BitM, 31>
Bit 31 - Alarm date mask
Sourcepub fn wdsel(&mut self) -> BitWriterRaw<'_, u32, ALRMR_SPEC, WDSEL_A, BitM, 30>
pub fn wdsel(&mut self) -> BitWriterRaw<'_, u32, ALRMR_SPEC, WDSEL_A, BitM, 30>
Bit 30 - Week day selection
Sourcepub fn dt(&mut self) -> FieldWriterRaw<'_, u32, ALRMR_SPEC, u8, u8, Safe, 2, 28>
pub fn dt(&mut self) -> FieldWriterRaw<'_, u32, ALRMR_SPEC, u8, u8, Safe, 2, 28>
Bits 28:29 - Date tens in BCD format
Sourcepub fn du(&mut self) -> FieldWriterRaw<'_, u32, ALRMR_SPEC, u8, u8, Safe, 4, 24>
pub fn du(&mut self) -> FieldWriterRaw<'_, u32, ALRMR_SPEC, u8, u8, Safe, 4, 24>
Bits 24:27 - Date units or day in BCD format
Sourcepub fn msk3(&mut self) -> BitWriterRaw<'_, u32, ALRMR_SPEC, MSK1_A, BitM, 23>
pub fn msk3(&mut self) -> BitWriterRaw<'_, u32, ALRMR_SPEC, MSK1_A, BitM, 23>
Bit 23 - Alarm hours mask
Sourcepub fn pm(&mut self) -> BitWriterRaw<'_, u32, ALRMR_SPEC, PM_A, BitM, 22>
pub fn pm(&mut self) -> BitWriterRaw<'_, u32, ALRMR_SPEC, PM_A, BitM, 22>
Bit 22 - AM/PM notation
Sourcepub fn ht(&mut self) -> FieldWriterRaw<'_, u32, ALRMR_SPEC, u8, u8, Safe, 2, 20>
pub fn ht(&mut self) -> FieldWriterRaw<'_, u32, ALRMR_SPEC, u8, u8, Safe, 2, 20>
Bits 20:21 - Hour tens in BCD format
Sourcepub fn hu(&mut self) -> FieldWriterRaw<'_, u32, ALRMR_SPEC, u8, u8, Safe, 4, 16>
pub fn hu(&mut self) -> FieldWriterRaw<'_, u32, ALRMR_SPEC, u8, u8, Safe, 4, 16>
Bits 16:19 - Hour units in BCD format
Sourcepub fn msk2(&mut self) -> BitWriterRaw<'_, u32, ALRMR_SPEC, MSK1_A, BitM, 15>
pub fn msk2(&mut self) -> BitWriterRaw<'_, u32, ALRMR_SPEC, MSK1_A, BitM, 15>
Bit 15 - Alarm minutes mask
Sourcepub fn mnt(
&mut self,
) -> FieldWriterRaw<'_, u32, ALRMR_SPEC, u8, u8, Safe, 3, 12>
pub fn mnt( &mut self, ) -> FieldWriterRaw<'_, u32, ALRMR_SPEC, u8, u8, Safe, 3, 12>
Bits 12:14 - Minute tens in BCD format
Sourcepub fn mnu(&mut self) -> FieldWriterRaw<'_, u32, ALRMR_SPEC, u8, u8, Safe, 4, 8>
pub fn mnu(&mut self) -> FieldWriterRaw<'_, u32, ALRMR_SPEC, u8, u8, Safe, 4, 8>
Bits 8:11 - Minute units in BCD format
Sourcepub fn msk1(&mut self) -> BitWriterRaw<'_, u32, ALRMR_SPEC, MSK1_A, BitM, 7>
pub fn msk1(&mut self) -> BitWriterRaw<'_, u32, ALRMR_SPEC, MSK1_A, BitM, 7>
Bit 7 - Alarm seconds mask
Sourcepub fn st(&mut self) -> FieldWriterRaw<'_, u32, ALRMR_SPEC, u8, u8, Safe, 3, 4>
pub fn st(&mut self) -> FieldWriterRaw<'_, u32, ALRMR_SPEC, u8, u8, Safe, 3, 4>
Bits 4:6 - Second tens in BCD format
Methods from Deref<Target = W<ALRMR_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