#[repr(C)]
pub struct RegisterBlock { pub rcause: RCAUSE, pub bkupexit: BKUPEXIT, pub wkdbconf: WKDBCONF, pub wkpol: WKPOL, pub wken: WKEN, pub wkcause: WKCAUSE, /* private fields */ }
Expand description

Register block

Fields§

§rcause: RCAUSE

0x00 - Reset Cause

§bkupexit: BKUPEXIT

0x02 - Backup Exit Source

§wkdbconf: WKDBCONF

0x04 - Wakeup Debounce Configuration

§wkpol: WKPOL

0x08 - Wakeup Polarity

§wken: WKEN

0x0c - Wakeup Enable

§wkcause: WKCAUSE

0x10 - Wakeup Cause

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.