[][src]Struct atsamd51j19a::rtc::mode1::tampctrl::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 in0act(&self) -> IN0ACTR[src]

Bits 0:1 - Tamper Input 0 Action

pub fn in1act(&self) -> IN1ACTR[src]

Bits 2:3 - Tamper Input 1 Action

pub fn in2act(&self) -> IN2ACTR[src]

Bits 4:5 - Tamper Input 2 Action

pub fn in3act(&self) -> IN3ACTR[src]

Bits 6:7 - Tamper Input 3 Action

pub fn in4act(&self) -> IN4ACTR[src]

Bits 8:9 - Tamper Input 4 Action

pub fn tamlvl0(&self) -> TAMLVL0R[src]

Bit 16 - Tamper Level Select 0

pub fn tamlvl1(&self) -> TAMLVL1R[src]

Bit 17 - Tamper Level Select 1

pub fn tamlvl2(&self) -> TAMLVL2R[src]

Bit 18 - Tamper Level Select 2

pub fn tamlvl3(&self) -> TAMLVL3R[src]

Bit 19 - Tamper Level Select 3

pub fn tamlvl4(&self) -> TAMLVL4R[src]

Bit 20 - Tamper Level Select 4

pub fn debnc0(&self) -> DEBNC0R[src]

Bit 24 - Debouncer Enable 0

pub fn debnc1(&self) -> DEBNC1R[src]

Bit 25 - Debouncer Enable 1

pub fn debnc2(&self) -> DEBNC2R[src]

Bit 26 - Debouncer Enable 2

pub fn debnc3(&self) -> DEBNC3R[src]

Bit 27 - Debouncer Enable 3

pub fn debnc4(&self) -> DEBNC4R[src]

Bit 28 - Debouncer Enable 4

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]