[]Struct nucleo_f401re::stm32::rtc::isr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W

pub fn reset_value() -> W

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut W

Writes raw bits to the register

pub fn shpf(&mut self) -> _SHPFW

Bit 3 - Shift operation pending

pub fn rsf(&mut self) -> _RSFW

Bit 5 - Registers synchronization flag

pub fn init(&mut self) -> _INITW

Bit 7 - Initialization mode

pub fn alraf(&mut self) -> _ALRAFW

Bit 8 - Alarm A flag

pub fn alrbf(&mut self) -> _ALRBFW

Bit 9 - Alarm B flag

pub fn wutf(&mut self) -> _WUTFW

Bit 10 - Wakeup timer flag

pub fn tsf(&mut self) -> _TSFW

Bit 11 - Time-stamp flag

pub fn tsovf(&mut self) -> _TSOVFW

Bit 12 - Time-stamp overflow flag

pub fn tamp1f(&mut self) -> _TAMP1FW

Bit 13 - Tamper detection flag

pub fn tamp2f(&mut self) -> _TAMP2FW

Bit 14 - TAMPER2 detection flag

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T, U> TryInto 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 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]

impl<T> Same for T

type Output = T

Should always be Self