pub struct R(_);
Expand description

Register SR reader

Implementations

Bit 1 - WKUP Wake-up Status (cleared on read)

Bit 2 - Supply Monitor Detection Wake-up Status (cleared on read)

Bit 3 - Brownout Detector Reset Status (cleared on read)

Bit 4 - Supply Monitor Reset Status (cleared on read)

Bit 5 - Supply Monitor Status (cleared on read)

Bit 6 - Supply Monitor Output Status

Bit 7 - 32-kHz Oscillator Selection Status

Bit 13 - Low-power Debouncer Wake-up Status on WKUP0 (cleared on read)

Bit 14 - Low-power Debouncer Wake-up Status on WKUP1 (cleared on read)

Bit 16 - WKUPx Input Status (cleared on read)

Bit 17 - WKUPx Input Status (cleared on read)

Bit 18 - WKUPx Input Status (cleared on read)

Bit 19 - WKUPx Input Status (cleared on read)

Bit 20 - WKUPx Input Status (cleared on read)

Bit 21 - WKUPx Input Status (cleared on read)

Bit 22 - WKUPx Input Status (cleared on read)

Bit 23 - WKUPx Input Status (cleared on read)

Bit 24 - WKUPx Input Status (cleared on read)

Bit 25 - WKUPx Input Status (cleared on read)

Bit 26 - WKUPx Input Status (cleared on read)

Bit 27 - WKUPx Input Status (cleared on read)

Bit 28 - WKUPx Input Status (cleared on read)

Bit 29 - WKUPx Input Status (cleared on read)

Methods from Deref<Target = R<SR_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.