pub struct R(/* private fields */);
Expand description
Register OR
reader
Implementations§
source§impl R
impl R
sourcepub fn rtc_alarm_type(&self) -> BitReaderRaw<bool>
pub fn rtc_alarm_type(&self) -> BitReaderRaw<bool>
Bit 0 - RTC_ALARM output type on PC13
sourcepub fn rtc_out_rmp(&self) -> BitReaderRaw<bool>
pub fn rtc_out_rmp(&self) -> BitReaderRaw<bool>
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§
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