Struct stm32wlxx_hal::pac::rtc::alrmr::W
pub struct W(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register ALRM%sR
writer
Implementations§
§impl W
impl W
pub 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
pub 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
pub 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
pub 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
pub 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
pub 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
pub 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
pub 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
pub 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
pub 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
pub 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
pub 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
pub 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
pub fn su(&mut self) -> FieldWriterRaw<'_, u32, ALRMR_SPEC, u8, u8, Safe, 4, 0>
pub fn su(&mut self) -> FieldWriterRaw<'_, u32, ALRMR_SPEC, u8, u8, Safe, 4, 0>
Bits 0:3 - Second units in BCD format
Methods from Deref<Target = W<ALRMR_SPEC>>§
pub 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§
§impl From<W<ALRMR_SPEC>> for W
impl From<W<ALRMR_SPEC>> for W
§fn from(writer: W<ALRMR_SPEC>) -> W
fn from(writer: W<ALRMR_SPEC>) -> W
Converts to this type from the input type.
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