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§
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