[][src]Struct lpc54606_pac::fmc::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub fctr: FCTR,
    pub fbwst: FBWST,
    pub fmsstart: FMSSTART,
    pub fmsstop: FMSSTOP,
    pub fmsw: [FMSW; 4],
    pub fmstat: FMSTAT,
    pub fmstatclr: FMSTATCLR,
    // some fields omitted
}

Register block

Fields

fctr: FCTR

0x00 - Control register

fbwst: FBWST

0x10 - Wait state register

fmsstart: FMSSTART

0x20 - Signature start address register

fmsstop: FMSSTOP

0x24 - Signature stop-address register

fmsw: [FMSW; 4]

0x2c - Words of 128-bit signature word

fmstat: FMSTAT

0xfe0 - Signature generation status register

fmstatclr: FMSTATCLR

0xfe8 - Signature generation status clear register

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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