pub struct R(/* private fields */);Expand description
Register ALM2_DATE reader
Implementations§
Source§impl R
impl R
Sourcepub fn alm_date(&self) -> ALM_DATE_R
pub fn alm_date(&self) -> ALM_DATE_R
Bits 0:4 - Alarm Day of the Month, 1-31 Leap Year corrected
Sourcepub fn alm_date_en(&self) -> ALM_DATE_EN_R
pub fn alm_date_en(&self) -> ALM_DATE_EN_R
Bit 7 - Alarm Day of the Month enable: 0=ignore, 1=match
Sourcepub fn alm_mon_en(&self) -> ALM_MON_EN_R
pub fn alm_mon_en(&self) -> ALM_MON_EN_R
Bit 15 - Alarm Month enable: 0=ignore, 1=match
Methods from Deref<Target = R<ALM2_DATE_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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