[][src]Struct stm32g0::stm32g0x1::rtc::cr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn wucksel(&self) -> WUCKSELR[src]

Bits 0:2 - WUCKSEL

pub fn tsedge(&self) -> TSEDGER[src]

Bit 3 - TSEDGE

pub fn refckon(&self) -> REFCKONR[src]

Bit 4 - REFCKON

pub fn bypshad(&self) -> BYPSHADR[src]

Bit 5 - BYPSHAD

pub fn fmt(&self) -> FMTR[src]

Bit 6 - FMT

pub fn alrae(&self) -> ALRAER[src]

Bit 8 - ALRAE

pub fn alrbe(&self) -> ALRBER[src]

Bit 9 - ALRBE

pub fn wute(&self) -> WUTER[src]

Bit 10 - WUTE

pub fn tse(&self) -> TSER[src]

Bit 11 - TSE

pub fn alraie(&self) -> ALRAIER[src]

Bit 12 - ALRAIE

pub fn alrbie(&self) -> ALRBIER[src]

Bit 13 - ALRBIE

pub fn wutie(&self) -> WUTIER[src]

Bit 14 - WUTIE

pub fn tsie(&self) -> TSIER[src]

Bit 15 - TSIE

pub fn add1h(&self) -> ADD1HR[src]

Bit 16 - ADD1H

pub fn sub1h(&self) -> SUB1HR[src]

Bit 17 - SUB1H

pub fn bkp(&self) -> BKPR[src]

Bit 18 - BKP

pub fn cosel(&self) -> COSELR[src]

Bit 19 - COSEL

pub fn pol(&self) -> POLR[src]

Bit 20 - POL

pub fn osel(&self) -> OSELR[src]

Bits 21:22 - OSEL

pub fn coe(&self) -> COER[src]

Bit 23 - COE

pub fn itse(&self) -> ITSER[src]

Bit 24 - ITSE

pub fn tampts(&self) -> TAMPTSR[src]

Bit 25 - TAMPTS

pub fn tampoe(&self) -> TAMPOER[src]

Bit 26 - TAMPOE

pub fn tampalrm_pu(&self) -> TAMPALRM_PUR[src]

Bit 29 - TAMPALRM_PU

pub fn tampalrm_type(&self) -> TAMPALRM_TYPER[src]

Bit 30 - TAMPALRM_TYPE

pub fn out2en(&self) -> OUT2ENR[src]

Bit 31 - OUT2EN

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self