pub struct W { /* private fields */ }
Expand description
Value to write to the register
Implementations§
Source§impl W
impl W
Sourcepub fn reset_value() -> W
pub fn reset_value() -> W
Reset value of the register
Sourcepub fn pc15mode(&mut self) -> _PC15MODEW<'_>
pub fn pc15mode(&mut self) -> _PC15MODEW<'_>
Bit 23 - PC15 mode
Sourcepub fn pc15value(&mut self) -> _PC15VALUEW<'_>
pub fn pc15value(&mut self) -> _PC15VALUEW<'_>
Bit 22 - PC15 value
Sourcepub fn pc14mode(&mut self) -> _PC14MODEW<'_>
pub fn pc14mode(&mut self) -> _PC14MODEW<'_>
Bit 21 - PC14 mode
Sourcepub fn pc14value(&mut self) -> _PC14VALUEW<'_>
pub fn pc14value(&mut self) -> _PC14VALUEW<'_>
Bit 20 - PC14 value
Sourcepub fn pc13mode(&mut self) -> _PC13MODEW<'_>
pub fn pc13mode(&mut self) -> _PC13MODEW<'_>
Bit 19 - PC13 mode
Sourcepub fn pc13value(&mut self) -> _PC13VALUEW<'_>
pub fn pc13value(&mut self) -> _PC13VALUEW<'_>
Bit 18 - RTC_ALARM output type/PC13 value
Sourcepub fn tamp_pudis(&mut self) -> _TAMP_PUDISW<'_>
pub fn tamp_pudis(&mut self) -> _TAMP_PUDISW<'_>
Bit 15 - RTC_TAMPx pull-up disable
Sourcepub fn tamp_prch(&mut self) -> _TAMP_PRCHW<'_>
pub fn tamp_prch(&mut self) -> _TAMP_PRCHW<'_>
Bits 13:14 - RTC_TAMPx precharge duration
Sourcepub fn tampfreq(&mut self) -> _TAMPFREQW<'_>
pub fn tampfreq(&mut self) -> _TAMPFREQW<'_>
Bits 8:10 - Tamper sampling frequency
Sourcepub fn tamp2_trg(&mut self) -> _TAMP2_TRGW<'_>
pub fn tamp2_trg(&mut self) -> _TAMP2_TRGW<'_>
Bit 4 - Active level for RTC_TAMP2 input
Sourcepub fn tamp1trg(&mut self) -> _TAMP1TRGW<'_>
pub fn tamp1trg(&mut self) -> _TAMP1TRGW<'_>
Bit 1 - Active level for RTC_TAMP1 input
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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