[−][src]Struct stm32f4::stm32f469::rcc::RegisterBlock
Register block
Fields
cr: CR0x00 - clock control register
pllcfgr: PLLCFGR0x04 - PLL configuration register
cfgr: CFGR0x08 - clock configuration register
cir: CIR0x0c - clock interrupt register
ahb1rstr: AHB1RSTR0x10 - AHB1 peripheral reset register
ahb2rstr: AHB2RSTR0x14 - AHB2 peripheral reset register
ahb3rstr: AHB3RSTR0x18 - AHB3 peripheral reset register
apb1rstr: APB1RSTR0x20 - APB1 peripheral reset register
apb2rstr: APB2RSTR0x24 - APB2 peripheral reset register
ahb1enr: AHB1ENR0x30 - AHB1 peripheral clock register
ahb2enr: AHB2ENR0x34 - AHB2 peripheral clock enable register
ahb3enr: AHB3ENR0x38 - AHB3 peripheral clock enable register
apb1enr: APB1ENR0x40 - APB1 peripheral clock enable register
apb2enr: APB2ENR0x44 - APB2 peripheral clock enable register
ahb1lpenr: AHB1LPENR0x50 - AHB1 peripheral clock enable in low power mode register
ahb2lpenr: AHB2LPENR0x54 - AHB2 peripheral clock enable in low power mode register
ahb3lpenr: AHB3LPENR0x58 - AHB3 peripheral clock enable in low power mode register
apb1lpenr: APB1LPENR0x60 - APB1 peripheral clock enable in low power mode register
apb2lpenr: APB2LPENR0x64 - APB2 peripheral clock enabled in low power mode register
bdcr: BDCR0x70 - Backup domain control register
csr: CSR0x74 - clock control & status register
sscgr: SSCGR0x80 - spread spectrum clock generation register
plli2scfgr: PLLI2SCFGR0x84 - PLLI2S configuration register
pllsaicfgr: PLLSAICFGR0x88 - PLL configuration register
dckcfgr: DCKCFGR0x8c - Dedicated Clock Configuration Register
Auto Trait Implementations
impl Send for RegisterBlock
impl !Sync for RegisterBlock
Blanket Implementations
impl<T, U> TryFrom 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> From for T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same for T
type Output = T
Should always be Self