Struct ke04z4_pac::ftmre::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub fccobix: Reg<FCCOBIX_SPEC>, pub fsec: Reg<FSEC_SPEC>, pub fclkdiv: Reg<FCLKDIV_SPEC>, pub fstat: Reg<FSTAT_SPEC>, pub fcnfg: Reg<FCNFG_SPEC>, pub fccoblo: Reg<FCCOBLO_SPEC>, pub fccobhi: Reg<FCCOBHI_SPEC>, pub fprot: Reg<FPROT_SPEC>, pub fopt: Reg<FOPT_SPEC>, // some fields omitted }
Expand description

Register block

Fields

fccobix: Reg<FCCOBIX_SPEC>

0x01 - Flash CCOB Index Register

fsec: Reg<FSEC_SPEC>

0x02 - Flash Security Register

fclkdiv: Reg<FCLKDIV_SPEC>

0x03 - Flash Clock Divider Register

fstat: Reg<FSTAT_SPEC>

0x05 - Flash Status Register

fcnfg: Reg<FCNFG_SPEC>

0x07 - Flash Configuration Register

fccoblo: Reg<FCCOBLO_SPEC>

0x08 - Flash Common Command Object Register: Low

fccobhi: Reg<FCCOBHI_SPEC>

0x09 - Flash Common Command Object Register:High

fprot: Reg<FPROT_SPEC>

0x0b - Flash Protection Register

fopt: Reg<FOPT_SPEC>

0x0f - 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.