#[repr(C)]pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn mapr(&self) -> &Reg<MAPRrs>
pub const fn mapr(&self) -> &Reg<MAPRrs>
0x04 - AF remap and debug I/O configuration register (AFIO_MAPR)
Sourcepub const fn exticr1(&self) -> &Reg<EXTICR1rs>
pub const fn exticr1(&self) -> &Reg<EXTICR1rs>
0x08 - External interrupt configuration register 1 (AFIO_EXTICR1)
Sourcepub const fn exticr2(&self) -> &Reg<EXTICR2rs>
pub const fn exticr2(&self) -> &Reg<EXTICR2rs>
0x0c - External interrupt configuration register 2 (AFIO_EXTICR2)
Sourcepub const fn exticr3(&self) -> &Reg<EXTICR3rs>
pub const fn exticr3(&self) -> &Reg<EXTICR3rs>
0x10 - External interrupt configuration register 3 (AFIO_EXTICR3)
Trait Implementations§
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