[][src]Struct stm32f3::stm32f303::rtc::isr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

pub fn reset_value() -> W
[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
[src]

Writes raw bits to the register

pub fn shpf(&mut self) -> _SHPFW
[src]

Bit 3 - Shift operation pending

pub fn rsf(&mut self) -> _RSFW
[src]

Bit 5 - Registers synchronization flag

pub fn init(&mut self) -> _INITW
[src]

Bit 7 - Initialization mode

pub fn alraf(&mut self) -> _ALRAFW
[src]

Bit 8 - Alarm A flag

pub fn alrbf(&mut self) -> _ALRBFW
[src]

Bit 9 - Alarm B flag

pub fn wutf(&mut self) -> _WUTFW
[src]

Bit 10 - Wakeup timer flag

pub fn tsf(&mut self) -> _TSFW
[src]

Bit 11 - Time-stamp flag

pub fn tsovf(&mut self) -> _TSOVFW
[src]

Bit 12 - Time-stamp overflow flag

pub fn tamp1f(&mut self) -> _TAMP1FW
[src]

Bit 13 - Tamper detection flag

pub fn tamp2f(&mut self) -> _TAMP2FW
[src]

Bit 14 - RTC_TAMP2 detection flag

pub fn tamp3f(&mut self) -> _TAMP3FW
[src]

Bit 15 - RTC_TAMP3 detection flag

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T
[src]

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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