[][src]Struct stm32f4xx_hal::stm32::rtc::tafcr::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 alarmouttype(&self) -> ALARMOUTTYPER[src]

Bit 18 - AFO_ALARM output type

pub fn tsinsel(&self) -> TSINSELR[src]

Bit 17 - TIMESTAMP mapping

pub fn tamp1insel(&self) -> TAMP1INSELR[src]

Bit 16 - TAMPER1 mapping

pub fn tamppudis(&self) -> TAMPPUDISR[src]

Bit 15 - TAMPER pull-up disable

pub fn tampprch(&self) -> TAMPPRCHR[src]

Bits 13:14 - Tamper precharge duration

pub fn tampflt(&self) -> TAMPFLTR[src]

Bits 11:12 - Tamper filter count

pub fn tampfreq(&self) -> TAMPFREQR[src]

Bits 8:10 - Tamper sampling frequency

pub fn tampts(&self) -> TAMPTSR[src]

Bit 7 - Activate timestamp on tamper detection event

pub fn tamp2trg(&self) -> TAMP2TRGR[src]

Bit 4 - Active level for tamper 2

pub fn tamp2e(&self) -> TAMP2ER[src]

Bit 3 - Tamper 2 detection enable

pub fn tampie(&self) -> TAMPIER[src]

Bit 2 - Tamper interrupt enable

pub fn tamp1trg(&self) -> TAMP1TRGR[src]

Bit 1 - Active level for tamper 1

pub fn tamp1e(&self) -> TAMP1ER[src]

Bit 0 - Tamper 1 detection enable

Auto Trait Implementations

impl Send for R

impl Sync for R

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> 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, 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]

impl<T> Same for T

type Output = T

Should always be Self