[−][src]Struct stm32wb_pac::syscfg::RegisterBlock
Register block
Fields
memrmp: MEMRMP0x00 - memory remap register
cfgr1: CFGR10x04 - configuration register 1
exticr1: EXTICR10x08 - external interrupt configuration register 1
exticr2: EXTICR20x0c - external interrupt configuration register 2
exticr3: EXTICR30x10 - external interrupt configuration register 3
exticr4: EXTICR40x14 - external interrupt configuration register 4
scsr: SCSR0x18 - SCSR
cfgr2: CFGR20x1c - CFGR2
swpr: SWPR0x20 - SRAM2 write protection register
skr: SKR0x24 - SKR
swpr2: SWPR20x28 - SRAM2 write protection register 2
imr1: IMR10x2c - CPU1 interrupt mask register 1
imr2: IMR20x30 - CPU1 interrupt mask register 2
c2imr1: C2IMR10x34 - CPU2 interrupt mask register 1
c2imr2: C2IMR20x38 - CPU2 interrupt mask register 1
sipcr: SIPCR0x3c - secure IP control register
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
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]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,