Struct SKEAZN642::ftmrh_flash_config::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub backkey0: Reg<BACKKEY0_SPEC>, pub backkey1: Reg<BACKKEY1_SPEC>, pub backkey2: Reg<BACKKEY2_SPEC>, pub backkey3: Reg<BACKKEY3_SPEC>, pub backkey4: Reg<BACKKEY4_SPEC>, pub backkey5: Reg<BACKKEY5_SPEC>, pub backkey6: Reg<BACKKEY6_SPEC>, pub backkey7: Reg<BACKKEY7_SPEC>, pub eeprot: Reg<EEPROT_SPEC>, pub fprot: Reg<FPROT_SPEC>, pub fsec: Reg<FSEC_SPEC>, pub fopt: Reg<FOPT_SPEC>, // some fields omitted }
Expand description

Register block

Fields

backkey0: Reg<BACKKEY0_SPEC>

0x00 - Backdoor Comparison Key 0

backkey1: Reg<BACKKEY1_SPEC>

0x01 - Backdoor Comparison Key 1

backkey2: Reg<BACKKEY2_SPEC>

0x02 - Backdoor Comparison Key 2

backkey3: Reg<BACKKEY3_SPEC>

0x03 - Backdoor Comparison Key 3

backkey4: Reg<BACKKEY4_SPEC>

0x04 - Backdoor Comparison Key 4

backkey5: Reg<BACKKEY5_SPEC>

0x05 - Backdoor Comparison Key 5

backkey6: Reg<BACKKEY6_SPEC>

0x06 - Backdoor Comparison Key 6

backkey7: Reg<BACKKEY7_SPEC>

0x07 - Backdoor Comparison Key 7

eeprot: Reg<EEPROT_SPEC>

0x0c - Non-volatile E-Flash Protection Register

fprot: Reg<FPROT_SPEC>

0x0d - Non-volatile P-Flash Protection Register

fsec: Reg<FSEC_SPEC>

0x0e - Non-volatile Flash Security Register

fopt: Reg<FOPT_SPEC>

0x0f - Non-volatile Flash Option 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.