#[repr(C)]
pub struct RegisterBlock { pub fctl1: Reg<FCTL1_SPEC>, pub fctl3: Reg<FCTL3_SPEC>, pub fctl4: Reg<FCTL4_SPEC>, /* private fields */ }
Expand description

Register block

Fields

fctl1: Reg<FCTL1_SPEC>

0x00 - FLASH Control 1

fctl3: Reg<FCTL3_SPEC>

0x04 - FLASH Control 3

fctl4: Reg<FCTL4_SPEC>

0x06 - FLASH Control 4

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.