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

#[repr(C)]pub struct RegisterBlock {
    pub exti_cfgr0: EXTI_CFGR0,
    pub exti_cfgr1: EXTI_CFGR1,
    pub exti_cfgr2: EXTI_CFGR2,
    pub exti_cfgr3: EXTI_CFGR3,
    pub exti_cfgr4: EXTI_CFGR4,
    pub exti_cfgr5: EXTI_CFGR5,
    pub exti_cfgr6: EXTI_CFGR6,
    pub exti_cfgr7: EXTI_CFGR7,
    pub exti_cfgr8: EXTI_CFGR8,
    pub exti_cfgr9: EXTI_CFGR9,
    pub exti_cfgr10: EXTI_CFGR10,
    pub exti_cfgr11: EXTI_CFGR11,
    pub exti_cfgr12: EXTI_CFGR12,
    pub exti_cfgr13: EXTI_CFGR13,
    pub exti_cfgr14: EXTI_CFGR14,
    pub exti_cfgr15: EXTI_CFGR15,
    pub exti_cr: EXTI_CR,
    pub exti_edgeflgr: EXTI_EDGEFLGR,
    pub exti_edgesr: EXTI_EDGESR,
    pub exti_sscr: EXTI_SSCR,
    pub exti_wakupcr: EXTI_WAKUPCR,
    pub exti_wakuppolr: EXTI_WAKUPPOLR,
    pub exti_wakupflg: EXTI_WAKUPFLG,
}

Register block

Fields

exti_cfgr0: EXTI_CFGR0

0x00 - EXTI_CFGR0

exti_cfgr1: EXTI_CFGR1

0x04 - EXTI_CFGR1

exti_cfgr2: EXTI_CFGR2

0x08 - EXTI_CFGR2

exti_cfgr3: EXTI_CFGR3

0x0c - EXTI_CFGR3

exti_cfgr4: EXTI_CFGR4

0x10 - EXTI_CFGR4

exti_cfgr5: EXTI_CFGR5

0x14 - EXTI_CFGR5

exti_cfgr6: EXTI_CFGR6

0x18 - EXTI_CFGR6

exti_cfgr7: EXTI_CFGR7

0x1c - EXTI_CFGR7

exti_cfgr8: EXTI_CFGR8

0x20 - EXTI_CFGR8

exti_cfgr9: EXTI_CFGR9

0x24 - EXTI_CFGR9

exti_cfgr10: EXTI_CFGR10

0x28 - EXTI_CFGR10

exti_cfgr11: EXTI_CFGR11

0x2c - EXTI_CFGR11

exti_cfgr12: EXTI_CFGR12

0x30 - EXTI_CFGR12

exti_cfgr13: EXTI_CFGR13

0x34 - EXTI_CFGR13

exti_cfgr14: EXTI_CFGR14

0x38 - EXTI_CFGR14

exti_cfgr15: EXTI_CFGR15

0x3c - EXTI_CFGR15

exti_cr: EXTI_CR

0x40 - EXTI_CR

exti_edgeflgr: EXTI_EDGEFLGR

0x44 - EXTI_EDGEFLGR

exti_edgesr: EXTI_EDGESR

0x48 - EXTI_EDGESR

exti_sscr: EXTI_SSCR

0x4c - EXTI_SSCR

exti_wakupcr: EXTI_WAKUPCR

0x50 - EXTI_WAKUPCR

exti_wakuppolr: EXTI_WAKUPPOLR

0x54 - EXTI_WAKUPPOLR

exti_wakupflg: EXTI_WAKUPFLG

0x58 - EXTI_WAKUPFLG

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.