#[repr(C)]
pub struct RegisterBlock {
Show 13 fields pub ctrla: CTRLA, pub intenclr: INTENCLR, pub intenset: INTENSET, pub intflag: INTFLAG, pub cpudiv: CPUDIV, pub lpdiv: LPDIV, pub bupdiv: BUPDIV, pub ahbmask: AHBMASK, pub apbamask: APBAMASK, pub apbbmask: APBBMASK, pub apbcmask: APBCMASK, pub apbdmask: APBDMASK, pub apbemask: APBEMASK, /* private fields */
}
Expand description

Register block

Fields§

§ctrla: CTRLA

0x00 - Control A

§intenclr: INTENCLR

0x01 - Interrupt Enable Clear

§intenset: INTENSET

0x02 - Interrupt Enable Set

§intflag: INTFLAG

0x03 - Interrupt Flag Status and Clear

§cpudiv: CPUDIV

0x04 - CPU Clock Division

§lpdiv: LPDIV

0x05 - Low-Power Clock Division

§bupdiv: BUPDIV

0x06 - Backup Clock Division

§ahbmask: AHBMASK

0x10 - AHB Mask

§apbamask: APBAMASK

0x14 - APBA Mask

§apbbmask: APBBMASK

0x18 - APBB Mask

§apbcmask: APBCMASK

0x1c - APBC Mask

§apbdmask: APBDMASK

0x20 - APBD Mask

§apbemask: APBEMASK

0x24 - APBE Mask

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.