[−][src]Struct stm32l4x6::rtc::cr::R
Value read from the register
Methods
impl R[src]
impl Rpub fn bits(&self) -> u32[src]
pub fn bits(&self) -> u32Value of the register as raw bits
pub fn wcksel(&self) -> WCKSELR[src]
pub fn wcksel(&self) -> WCKSELRBits 0:2 - Wakeup clock selection
pub fn tsedge(&self) -> TSEDGER[src]
pub fn tsedge(&self) -> TSEDGERBit 3 - Time-stamp event active edge
pub fn refckon(&self) -> REFCKONR[src]
pub fn refckon(&self) -> REFCKONRBit 4 - Reference clock detection enable (50 or 60 Hz)
pub fn bypshad(&self) -> BYPSHADR[src]
pub fn bypshad(&self) -> BYPSHADRBit 5 - Bypass the shadow registers
pub fn fmt(&self) -> FMTR[src]
pub fn fmt(&self) -> FMTRBit 6 - Hour format
pub fn alrae(&self) -> ALRAER[src]
pub fn alrae(&self) -> ALRAERBit 8 - Alarm A enable
pub fn alrbe(&self) -> ALRBER[src]
pub fn alrbe(&self) -> ALRBERBit 9 - Alarm B enable
pub fn wute(&self) -> WUTER[src]
pub fn wute(&self) -> WUTERBit 10 - Wakeup timer enable
pub fn tse(&self) -> TSER[src]
pub fn tse(&self) -> TSERBit 11 - Time stamp enable
pub fn alraie(&self) -> ALRAIER[src]
pub fn alraie(&self) -> ALRAIERBit 12 - Alarm A interrupt enable
pub fn alrbie(&self) -> ALRBIER[src]
pub fn alrbie(&self) -> ALRBIERBit 13 - Alarm B interrupt enable
pub fn wutie(&self) -> WUTIER[src]
pub fn wutie(&self) -> WUTIERBit 14 - Wakeup timer interrupt enable
pub fn tsie(&self) -> TSIER[src]
pub fn tsie(&self) -> TSIERBit 15 - Time-stamp interrupt enable
pub fn add1h(&self) -> ADD1HR[src]
pub fn add1h(&self) -> ADD1HRBit 16 - Add 1 hour (summer time change)
pub fn sub1h(&self) -> SUB1HR[src]
pub fn sub1h(&self) -> SUB1HRBit 17 - Subtract 1 hour (winter time change)
pub fn bkp(&self) -> BKPR[src]
pub fn bkp(&self) -> BKPRBit 18 - Backup
pub fn cosel(&self) -> COSELR[src]
pub fn cosel(&self) -> COSELRBit 19 - Calibration output selection
pub fn pol(&self) -> POLR[src]
pub fn pol(&self) -> POLRBit 20 - Output polarity
pub fn osel(&self) -> OSELR[src]
pub fn osel(&self) -> OSELRBits 21:22 - Output selection
pub fn coe(&self) -> COER[src]
pub fn coe(&self) -> COERBit 23 - Calibration output enable
pub fn itse(&self) -> ITSER[src]
pub fn itse(&self) -> ITSERBit 24 - timestamp on internal event enable
Auto Trait Implementations
Blanket Implementations
impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>try_from)Performs the conversion.
impl<T> From for T[src]
impl<T> From for Timpl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>try_from)Performs the conversion.
impl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T[src]
fn borrow_mut(&mut self) -> &mut TMutably borrows from an owned value. Read more
impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId[src]
fn get_type_id(&self) -> TypeId🔬 This is a nightly-only experimental API. (get_type_id)
this method will likely be replaced by an associated static
Gets the TypeId of self. Read more