pub struct R(/* private fields */);Expand description
Register OR reader
Implementations§
Source§impl R
impl R
Sourcepub fn rtc_alarm_type(&self) -> RTC_ALARM_TYPE_R
pub fn rtc_alarm_type(&self) -> RTC_ALARM_TYPE_R
Bit 0 - RTC_ALARM on PC13 output type
Sourcepub fn rtc_out_rmp(&self) -> RTC_OUT_RMP_R
pub fn rtc_out_rmp(&self) -> RTC_OUT_RMP_R
Bit 1 - RTC_OUT remap
Methods from Deref<Target = R<OR_SPEC>>§
Sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
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