pub struct R(_);
Expand description

Register TAMPCTRL reader

Implementations

Bits 0:1 - Tamper Input 0 Action

Bits 2:3 - Tamper Input 1 Action

Bits 4:5 - Tamper Input 2 Action

Bits 6:7 - Tamper Input 3 Action

Bits 8:9 - Tamper Input 4 Action

Bit 16 - Tamper Level Select 0

Bit 17 - Tamper Level Select 1

Bit 18 - Tamper Level Select 2

Bit 19 - Tamper Level Select 3

Bit 20 - Tamper Level Select 4

Bit 24 - Debouncer Enable 0

Bit 25 - Debouncer Enable 1

Bit 26 - Debouncer Enable 2

Bit 27 - Debouncer Enable 3

Bit 28 - Debouncer Enable 4

Methods from Deref<Target = R<TAMPCTRL_SPEC>>

Reads raw bits from register.

Trait Implementations

The resulting type after dereferencing.
Dereferences the value.
Converts to this type from the input type.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.