#[repr(C)]
pub struct RegisterBlock {
Show 23 fields 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,
}
Expand description

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

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.