[][src]Struct stm32f3::stm32f303::rtc::alrmar::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 msk4(&self) -> MSK4R[src]

Bit 31 - Alarm A date mask

pub fn wdsel(&self) -> WDSELR[src]

Bit 30 - Week day selection

pub fn dt(&self) -> DTR[src]

Bits 28:29 - Date tens in BCD format

pub fn du(&self) -> DUR[src]

Bits 24:27 - Date units or day in BCD format

pub fn msk3(&self) -> MSK3R[src]

Bit 23 - Alarm A hours mask

pub fn pm(&self) -> PMR[src]

Bit 22 - AM/PM notation

pub fn ht(&self) -> HTR[src]

Bits 20:21 - Hour tens in BCD format

pub fn hu(&self) -> HUR[src]

Bits 16:19 - Hour units in BCD format

pub fn msk2(&self) -> MSK2R[src]

Bit 15 - Alarm A minutes mask

pub fn mnt(&self) -> MNTR[src]

Bits 12:14 - Minute tens in BCD format

pub fn mnu(&self) -> MNUR[src]

Bits 8:11 - Minute units in BCD format

pub fn msk1(&self) -> MSK1R[src]

Bit 7 - Alarm A seconds mask

pub fn st(&self) -> STR[src]

Bits 4:6 - Second tens in BCD format

pub fn su(&self) -> SUR[src]

Bits 0:3 - Second units in BCD format

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