[][src]Struct k64::ftfe::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub fstat: FSTAT, pub fcnfg: FCNFG, pub fsec: FSEC, pub fopt: FOPT, pub fccob3: FCCOB, pub fccob2: FCCOB, pub fccob1: FCCOB, pub fccob0: FCCOB, pub fccob7: FCCOB, pub fccob6: FCCOB, pub fccob5: FCCOB, pub fccob4: FCCOB, pub fccobb: FCCOB, pub fccoba: FCCOB, pub fccob9: FCCOB, pub fccob8: FCCOB, pub fprot3: FPROT, pub fprot2: FPROT, pub fprot1: FPROT, pub fprot0: FPROT, pub feprot: FEPROT, pub fdprot: FDPROT, // some fields omitted }

Register block

Fields

fstat: FSTAT

0x00 - Flash Status Register

fcnfg: FCNFG

0x01 - Flash Configuration Register

fsec: FSEC

0x02 - Flash Security Register

fopt: FOPT

0x03 - Flash Option Register

fccob3: FCCOB

0x04 - Flash Common Command Object Registers

fccob2: FCCOB

0x05 - Flash Common Command Object Registers

fccob1: FCCOB

0x06 - Flash Common Command Object Registers

fccob0: FCCOB

0x07 - Flash Common Command Object Registers

fccob7: FCCOB

0x08 - Flash Common Command Object Registers

fccob6: FCCOB

0x09 - Flash Common Command Object Registers

fccob5: FCCOB

0x0a - Flash Common Command Object Registers

fccob4: FCCOB

0x0b - Flash Common Command Object Registers

fccobb: FCCOB

0x0c - Flash Common Command Object Registers

fccoba: FCCOB

0x0d - Flash Common Command Object Registers

fccob9: FCCOB

0x0e - Flash Common Command Object Registers

fccob8: FCCOB

0x0f - Flash Common Command Object Registers

fprot3: FPROT

0x10 - Program Flash Protection Registers

fprot2: FPROT

0x11 - Program Flash Protection Registers

fprot1: FPROT

0x12 - Program Flash Protection Registers

fprot0: FPROT

0x13 - Program Flash Protection Registers

feprot: FEPROT

0x16 - EEPROM Protection Register

fdprot: FDPROT

0x17 - Data Flash Protection Register

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]