#[repr(C)]pub struct RegisterBlock {
pub memrmp: MEMRMP,
pub pmc: PMC,
pub exticr1: EXTICR1,
pub exticr2: EXTICR2,
pub exticr3: EXTICR3,
pub exticr4: EXTICR4,
}
Expand description
Register block
Fields§
§memrmp: MEMRMP
0x00 - memory remap register
pmc: PMC
0x04 - peripheral mode configuration register
exticr1: EXTICR1
0x08 - external interrupt configuration register 1
exticr2: EXTICR2
0x0c - external interrupt configuration register 2
exticr3: EXTICR3
0x10 - external interrupt configuration register 3
exticr4: EXTICR4
0x14 - external interrupt configuration register 4
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more