Struct efm32gg11b::smu::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub if_: IF, pub ifs: IFS, pub ifc: IFC, pub ien: IEN, pub ppuctrl: PPUCTRL, pub ppupatd0: PPUPATD0, pub ppupatd1: PPUPATD1, pub ppupatd2: PPUPATD2, pub ppufs: PPUFS, // some fields omitted }
Expand description

Register block

Fields

if_: IF

0x0c - Interrupt Flag Register

ifs: IFS

0x10 - Interrupt Flag Set Register

ifc: IFC

0x14 - Interrupt Flag Clear Register

ien: IEN

0x18 - Interrupt Enable Register

ppuctrl: PPUCTRL

0x40 - PPU Control Register

ppupatd0: PPUPATD0

0x50 - PPU Privilege Access Type Descriptor 0

ppupatd1: PPUPATD1

0x54 - PPU Privilege Access Type Descriptor 1

ppupatd2: PPUPATD2

0x58 - PPU Privilege Access Type Descriptor 2

ppufs: PPUFS

0x90 - PPU Fault Status

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

Performs the conversion.

Performs the conversion.

Should always be Self

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.