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

Bits 0:1 - Tamper Input 0 Action

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

Bits 2:3 - Tamper Input 1 Action

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

Bits 4:5 - Tamper Input 2 Action

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

Bits 6:7 - Tamper Input 3 Action

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

Bits 8:9 - Tamper Input 4 Action

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

Bit 16 - Tamper Level Select 0

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

Bit 17 - Tamper Level Select 1

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

Bit 18 - Tamper Level Select 2

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

Bit 19 - Tamper Level Select 3

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

Bit 20 - Tamper Level Select 4

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

Bit 24 - Debouncer Enable 0

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

Bit 25 - Debouncer Enable 1

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

Bit 26 - Debouncer Enable 2

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

Bit 27 - Debouncer Enable 3

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

Bit 28 - Debouncer Enable 4

Auto Trait Implementations

impl Send for W

impl Sync for W

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]