#[repr(C)]pub struct RegisterBlock {
pub CFGR1: RWRegister<u32>,
pub EXTICR1: RWRegister<u32>,
pub EXTICR2: RWRegister<u32>,
pub EXTICR3: RWRegister<u32>,
pub EXTICR4: RWRegister<u32>,
pub CFGR2: RWRegister<u32>,
/* private fields */
}Fields§
§CFGR1: RWRegister<u32>configuration register 1
EXTICR1: RWRegister<u32>external interrupt configuration register 1
EXTICR2: RWRegister<u32>external interrupt configuration register 2
EXTICR3: RWRegister<u32>external interrupt configuration register 3
EXTICR4: RWRegister<u32>external interrupt configuration register 4
CFGR2: RWRegister<u32>configuration register 2
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