[][src]Struct ht32f1xxxx::ht32f12365_66::gpioa::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub gpioa_dircr: GPIOA_DIRCR,
    pub gpioa_iner: GPIOA_INER,
    pub gpioa_pur: GPIOA_PUR,
    pub gpioa_pdr: GPIOA_PDR,
    pub gpioa_odr: GPIOA_ODR,
    pub gpioa_drvr: GPIOA_DRVR,
    pub gpioa_lockr: GPIOA_LOCKR,
    pub gpioa_dinr: GPIOA_DINR,
    pub gpioa_doutr: GPIOA_DOUTR,
    pub gpioa_srr: GPIOA_SRR,
    pub gpioa_rr: GPIOA_RR,
}

Register block

Fields

gpioa_dircr: GPIOA_DIRCR

0x00 - GPIOA_DIRCR

gpioa_iner: GPIOA_INER

0x04 - GPIOA_INER

gpioa_pur: GPIOA_PUR

0x08 - GPIOA_PUR

gpioa_pdr: GPIOA_PDR

0x0c - GPIOA_PDR

gpioa_odr: GPIOA_ODR

0x10 - GPIOA_ODR

gpioa_drvr: GPIOA_DRVR

0x14 - GPIOA_DRVR

gpioa_lockr: GPIOA_LOCKR

0x18 - GPIOA_LOCKR

gpioa_dinr: GPIOA_DINR

0x1c - GPIOA_DINR

gpioa_doutr: GPIOA_DOUTR

0x20 - GPIOA_DOUTR

gpioa_srr: GPIOA_SRR

0x24 - GPIOA_SRR

gpioa_rr: GPIOA_RR

0x28 - GPIOA_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.