[][src]Struct ht32f2yyy::ht32f275x::gpioe::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub gpioe_dircr: GPIOE_DIRCR,
    pub gpioe_iner: GPIOE_INER,
    pub gpioe_pur: GPIOE_PUR,
    pub gpioe_pdr: GPIOE_PDR,
    pub gpioe_odr: GPIOE_ODR,
    pub gpioe_drvr: GPIOE_DRVR,
    pub gpioe_lockr: GPIOE_LOCKR,
    pub gpioe_dinr: GPIOE_DINR,
    pub gpioe_doutr: GPIOE_DOUTR,
    pub gpioe_srr: GPIOE_SRR,
    pub gpioe_rr: GPIOE_RR,
}

Register block

Fields

gpioe_dircr: GPIOE_DIRCR

0x00 - GPIOE_DIRCR

gpioe_iner: GPIOE_INER

0x04 - GPIOE_INER

gpioe_pur: GPIOE_PUR

0x08 - GPIOE_PUR

gpioe_pdr: GPIOE_PDR

0x0c - GPIOE_PDR

gpioe_odr: GPIOE_ODR

0x10 - GPIOE_ODR

gpioe_drvr: GPIOE_DRVR

0x14 - GPIOE_DRVR

gpioe_lockr: GPIOE_LOCKR

0x18 - GPIOE_LOCKR

gpioe_dinr: GPIOE_DINR

0x1c - GPIOE_DINR

gpioe_doutr: GPIOE_DOUTR

0x20 - GPIOE_DOUTR

gpioe_srr: GPIOE_SRR

0x24 - GPIOE_SRR

gpioe_rr: GPIOE_RR

0x28 - GPIOE_RR

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.