[][src]Struct mkl26z4::ftfa::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,
}

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

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self