[][src]Struct gd32vf103_pac::fmc::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub ws: WS,
    pub key0: KEY0,
    pub obkey: OBKEY,
    pub stat0: STAT0,
    pub ctl0: CTL0,
    pub addr0: ADDR0,
    pub obstat: OBSTAT,
    pub wp: WP,
    pub pid: PID,
    // some fields omitted
}

Register block

Fields

ws: WS

0x00 - wait state counter register

key0: KEY0

0x04 - Unlock key register 0

obkey: OBKEY

0x08 - Option byte unlock key register

stat0: STAT0

0x0c - Status register 0

ctl0: CTL0

0x10 - Control register 0

addr0: ADDR0

0x14 - Address register 0

obstat: OBSTAT

0x1c - Option byte status register

wp: WP

0x20 - Erase/Program Protection register

pid: PID

0x100 - Product ID register

Auto Trait Implementations

Blanket Implementations

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> From<T> for 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]