#[repr(C)]
pub struct RegisterBlock { pub intenclr: INTENCLR, pub intenset: INTENSET, pub intflag: INTFLAG, pub status: STATUS, pub rtcctrl: RTCCTRL, pub xosc32k: XOSC32K, pub osc32k: OSC32K, pub osculp32k: OSCULP32K, }
Expand description

Register block

Fields§

§intenclr: INTENCLR

0x00 - Interrupt Enable Clear

§intenset: INTENSET

0x04 - Interrupt Enable Set

§intflag: INTFLAG

0x08 - Interrupt Flag Status and Clear

§status: STATUS

0x0c - Power and Clocks Status

§rtcctrl: RTCCTRL

0x10 - Clock selection

§xosc32k: XOSC32K

0x14 - 32kHz External Crystal Oscillator (XOSC32K) Control

§osc32k: OSC32K

0x18 - 32kHz Internal Oscillator (OSC32K) Control

§osculp32k: OSCULP32K

0x1c - 32kHz Ultra Low Power Internal Oscillator (OSCULP32K) Control

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.