[][src]Struct stm32l1xx_hal::stm32::rcc::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub cr: CR,
    pub icscr: ICSCR,
    pub cfgr: CFGR,
    pub cir: CIR,
    pub ahbrstr: AHBRSTR,
    pub apb2rstr: APB2RSTR,
    pub apb1rstr: APB1RSTR,
    pub ahbenr: AHBENR,
    pub apb2enr: APB2ENR,
    pub apb1enr: APB1ENR,
    pub ahblpenr: AHBLPENR,
    pub apb2lpenr: APB2LPENR,
    pub apb1lpenr: APB1LPENR,
    pub csr: CSR,
}

Register block

Fields

cr: CR

0x00 - Clock control register

icscr: ICSCR

0x04 - Internal clock sources calibration register

cfgr: CFGR

0x08 - Clock configuration register

cir: CIR

0x0c - Clock interrupt register

ahbrstr: AHBRSTR

0x10 - AHB peripheral reset register

apb2rstr: APB2RSTR

0x14 - APB2 peripheral reset register

apb1rstr: APB1RSTR

0x18 - APB1 peripheral reset register

ahbenr: AHBENR

0x1c - AHB peripheral clock enable register

apb2enr: APB2ENR

0x20 - APB2 peripheral clock enable register

apb1enr: APB1ENR

0x24 - APB1 peripheral clock enable register

ahblpenr: AHBLPENR

0x28 - AHB peripheral clock enable in low power mode register

apb2lpenr: APB2LPENR

0x2c - APB2 peripheral clock enable in low power mode register

apb1lpenr: APB1LPENR

0x30 - APB1 peripheral clock enable in low power mode register

csr: CSR

0x34 - Control/status register

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]