Struct SKEAZN642::sim::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub srsid: Reg<SRSID_SPEC>, pub sopt: Reg<SOPT_SPEC>, pub pinsel: Reg<PINSEL_SPEC>, pub scgc: Reg<SCGC_SPEC>, pub uuidl: Reg<UUIDL_SPEC>, pub uuidh: Reg<UUIDH_SPEC>, pub busdiv: Reg<BUSDIV_SPEC>, }
Expand description

Register block

Fields

srsid: Reg<SRSID_SPEC>

0x00 - System Reset Status and ID Register

sopt: Reg<SOPT_SPEC>

0x04 - System Options Register

pinsel: Reg<PINSEL_SPEC>

0x08 - Pin Selection Register

scgc: Reg<SCGC_SPEC>

0x0c - System Clock Gating Control Register

uuidl: Reg<UUIDL_SPEC>

0x10 - Universally Unique Identifier Low Register

uuidh: Reg<UUIDH_SPEC>

0x14 - Universally Unique Identifier High Register

busdiv: Reg<BUSDIV_SPEC>

0x18 - BUS Clock Divider Register

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.

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.