Struct gd32f1::gd32f170::syscfg::RegisterBlock[][src]

#[repr(C)]pub struct RegisterBlock {
    pub cfg0: CFG0,
    pub cfg1: CFG1,
    pub extiss0: EXTISS0,
    pub extiss1: EXTISS1,
    pub extiss2: EXTISS2,
    pub extiss3: EXTISS3,
    pub cfg2: CFG2,
}

Register block

Fields

cfg0: CFG0

0x00 - System configuration register 0

cfg1: CFG1

0x04 - System configuration register 1

extiss0: EXTISS0

0x08 - EXTI sources selection register 0

extiss1: EXTISS1

0x0c - EXTI sources selection register 1

extiss2: EXTISS2

0x10 - EXTI sources selection register 2

extiss3: EXTISS3

0x14 - EXTI sources selection register 3

cfg2: CFG2

0x18 - System configuration register 2

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