[−][src]Struct stm32l4x6::rtc::cr::R
Value read from the register
Methods
impl R
[src]
impl R
pub fn bits(&self) -> u32
[src]
pub fn bits(&self) -> u32
Value of the register as raw bits
pub fn wcksel(&self) -> WCKSELR
[src]
pub fn wcksel(&self) -> WCKSELR
Bits 0:2 - Wakeup clock selection
pub fn tsedge(&self) -> TSEDGER
[src]
pub fn tsedge(&self) -> TSEDGER
Bit 3 - Time-stamp event active edge
pub fn refckon(&self) -> REFCKONR
[src]
pub fn refckon(&self) -> REFCKONR
Bit 4 - Reference clock detection enable (50 or 60 Hz)
pub fn bypshad(&self) -> BYPSHADR
[src]
pub fn bypshad(&self) -> BYPSHADR
Bit 5 - Bypass the shadow registers
pub fn fmt(&self) -> FMTR
[src]
pub fn fmt(&self) -> FMTR
Bit 6 - Hour format
pub fn alrae(&self) -> ALRAER
[src]
pub fn alrae(&self) -> ALRAER
Bit 8 - Alarm A enable
pub fn alrbe(&self) -> ALRBER
[src]
pub fn alrbe(&self) -> ALRBER
Bit 9 - Alarm B enable
pub fn wute(&self) -> WUTER
[src]
pub fn wute(&self) -> WUTER
Bit 10 - Wakeup timer enable
pub fn tse(&self) -> TSER
[src]
pub fn tse(&self) -> TSER
Bit 11 - Time stamp enable
pub fn alraie(&self) -> ALRAIER
[src]
pub fn alraie(&self) -> ALRAIER
Bit 12 - Alarm A interrupt enable
pub fn alrbie(&self) -> ALRBIER
[src]
pub fn alrbie(&self) -> ALRBIER
Bit 13 - Alarm B interrupt enable
pub fn wutie(&self) -> WUTIER
[src]
pub fn wutie(&self) -> WUTIER
Bit 14 - Wakeup timer interrupt enable
pub fn tsie(&self) -> TSIER
[src]
pub fn tsie(&self) -> TSIER
Bit 15 - Time-stamp interrupt enable
pub fn add1h(&self) -> ADD1HR
[src]
pub fn add1h(&self) -> ADD1HR
Bit 16 - Add 1 hour (summer time change)
pub fn sub1h(&self) -> SUB1HR
[src]
pub fn sub1h(&self) -> SUB1HR
Bit 17 - Subtract 1 hour (winter time change)
pub fn bkp(&self) -> BKPR
[src]
pub fn bkp(&self) -> BKPR
Bit 18 - Backup
pub fn cosel(&self) -> COSELR
[src]
pub fn cosel(&self) -> COSELR
Bit 19 - Calibration output selection
pub fn pol(&self) -> POLR
[src]
pub fn pol(&self) -> POLR
Bit 20 - Output polarity
pub fn osel(&self) -> OSELR
[src]
pub fn osel(&self) -> OSELR
Bits 21:22 - Output selection
pub fn coe(&self) -> COER
[src]
pub fn coe(&self) -> COER
Bit 23 - Calibration output enable
pub fn itse(&self) -> ITSER
[src]
pub fn itse(&self) -> ITSER
Bit 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 T
impl<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 T
Mutably 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