#[repr(C)]
pub struct RegisterBlock { pub intenclr: Reg<INTENCLR_SPEC>, pub intenset: Reg<INTENSET_SPEC>, pub intflag: Reg<INTFLAG_SPEC>, pub hsdiv: Reg<HSDIV_SPEC>, pub cpudiv: Reg<CPUDIV_SPEC>, pub ahbmask: Reg<AHBMASK_SPEC>, pub apbamask: Reg<APBAMASK_SPEC>, pub apbbmask: Reg<APBBMASK_SPEC>, pub apbcmask: Reg<APBCMASK_SPEC>, pub apbdmask: Reg<APBDMASK_SPEC>, /* private fields */ }
Expand description

Register block

Fields

intenclr: Reg<INTENCLR_SPEC>

0x01 - Interrupt Enable Clear

intenset: Reg<INTENSET_SPEC>

0x02 - Interrupt Enable Set

intflag: Reg<INTFLAG_SPEC>

0x03 - Interrupt Flag Status and Clear

hsdiv: Reg<HSDIV_SPEC>

0x04 - HS Clock Division

cpudiv: Reg<CPUDIV_SPEC>

0x05 - CPU Clock Division

ahbmask: Reg<AHBMASK_SPEC>

0x10 - AHB Mask

apbamask: Reg<APBAMASK_SPEC>

0x14 - APBA Mask

apbbmask: Reg<APBBMASK_SPEC>

0x18 - APBB Mask

apbcmask: Reg<APBCMASK_SPEC>

0x1c - APBC Mask

apbdmask: Reg<APBDMASK_SPEC>

0x20 - APBD 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.