Enum stm32h7xx_hal::stm32::rtc::isr::RSF_AW[][src]

pub enum RSF_AW {
    CLEAR,
}

Registers synchronization flag This bit is set by hardware each time the calendar registers are copied into the shadow registers (RTC_SSRx, RTC_TRx and RTC_DRx). This bit is cleared by hardware in initialization mode, while a shift operation is pending (SHPF=1), or when in bypass shadow register mode (BYPSHAD=1). This bit can also be cleared by software. It is cleared either by software or by hardware in initialization mode.

Value on reset: 0

Variants

CLEAR

0: This flag is cleared by software by writing 0

Trait Implementations

impl Clone for RSF_AW[src]

impl Copy for RSF_AW[src]

impl Debug for RSF_AW[src]

impl PartialEq<RSF_AW> for RSF_AW[src]

impl StructuralPartialEq for RSF_AW[src]

Auto Trait Implementations

impl Send for RSF_AW

impl Sync for RSF_AW

impl Unpin for RSF_AW

Blanket Implementations

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

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.