[][src]Struct stm32f3::stm32f303::rtc::tafcr::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 tamp1e(&mut self) -> _TAMP1EW[src]

Bit 0 - Tamper 1 detection enable

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

Bit 1 - Active level for tamper 1

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

Bit 2 - Tamper interrupt enable

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

Bit 3 - Tamper 2 detection enable

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

Bit 4 - Active level for tamper 2

pub fn tamp3e(&mut self) -> _TAMP3EW[src]

Bit 5 - Tamper 3 detection enable

pub fn tamp3trg(&mut self) -> _TAMP3TRGW[src]

Bit 6 - Active level for tamper 3

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

Bit 7 - Activate timestamp on tamper detection event

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

Bits 8:10 - Tamper sampling frequency

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

Bits 11:12 - Tamper filter count

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

Bits 13:14 - Tamper precharge duration

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

Bit 15 - TAMPER pull-up disable

pub fn pc13value(&mut self) -> _PC13VALUEW[src]

Bit 18 - PC13 value

pub fn pc13mode(&mut self) -> _PC13MODEW[src]

Bit 19 - PC13 mode

pub fn pc14value(&mut self) -> _PC14VALUEW[src]

Bit 20 - PC14 value

pub fn pc14mode(&mut self) -> _PC14MODEW[src]

Bit 21 - PC 14 mode

pub fn pc15value(&mut self) -> _PC15VALUEW[src]

Bit 22 - PC15 value

pub fn pc15mode(&mut self) -> _PC15MODEW[src]

Bit 23 - PC15 mode

Auto Trait Implementations

impl Send for W

impl Sync for W

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