[]Struct nucleo_f042k6::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 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 - RTC_TAMP1 detection flag

pub fn tamp2f(&mut self) -> _TAMP2FW

Bit 14 - RTC_TAMP2 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]