Struct stm32l0x3::rtc::tampcr::R [] [src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

[src]

Value of the register as raw bits

[src]

Bit 21 - Tamper 2 mask flag

[src]

Bit 20 - Tamper 2 no erase

[src]

Bit 19 - Tamper 2 interrupt enable

[src]

Bit 18 - Tamper 1 mask flag

[src]

Bit 17 - Tamper 1 no erase

[src]

Bit 16 - Tamper 1 interrupt enable

[src]

Bit 15 - RTC_TAMPx pull-up disable

[src]

Bits 13:14 - RTC_TAMPx precharge duration

[src]

Bits 11:12 - RTC_TAMPx filter count

[src]

Bits 8:10 - Tamper sampling frequency

[src]

Bit 7 - Activate timestamp on tamper detection event

[src]

Bit 4 - Active level for RTC_TAMP2 input

[src]

Bit 3 - RTC_TAMP2 input detection enable

[src]

Bit 2 - Tamper interrupt enable

[src]

Bit 1 - Active level for RTC_TAMP1 input

[src]

Bit 0 - RTC_TAMP1 input detection enable

Trait Implementations

Auto Trait Implementations

impl Send for R

impl Sync for R