Struct stm32ral::stm32f4::stm32f411::rcc::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock {
Show 21 fields pub CR: RWRegister<u32>, pub PLLCFGR: RWRegister<u32>, pub CFGR: RWRegister<u32>, pub CIR: RWRegister<u32>, pub AHB1RSTR: RWRegister<u32>, pub AHB2RSTR: RWRegister<u32>, pub APB1RSTR: RWRegister<u32>, pub APB2RSTR: RWRegister<u32>, pub AHB1ENR: RWRegister<u32>, pub AHB2ENR: RWRegister<u32>, pub APB1ENR: RWRegister<u32>, pub APB2ENR: RWRegister<u32>, pub AHB1LPENR: RWRegister<u32>, pub AHB2LPENR: RWRegister<u32>, pub APB1LPENR: RWRegister<u32>, pub APB2LPENR: RWRegister<u32>, pub BDCR: RWRegister<u32>, pub CSR: RWRegister<u32>, pub SSCGR: RWRegister<u32>, pub PLLI2SCFGR: RWRegister<u32>, pub DCKCFGR: RWRegister<u32>, // some fields omitted
}

Fields

CR: RWRegister<u32>

clock control register

PLLCFGR: RWRegister<u32>

PLL configuration register

CFGR: RWRegister<u32>

clock configuration register

CIR: RWRegister<u32>

clock interrupt register

AHB1RSTR: RWRegister<u32>

AHB1 peripheral reset register

AHB2RSTR: RWRegister<u32>

AHB2 peripheral reset register

APB1RSTR: RWRegister<u32>

APB1 peripheral reset register

APB2RSTR: RWRegister<u32>

APB2 peripheral reset register

AHB1ENR: RWRegister<u32>

AHB1 peripheral clock register

AHB2ENR: RWRegister<u32>

AHB2 peripheral clock enable register

APB1ENR: RWRegister<u32>

APB1 peripheral clock enable register

APB2ENR: RWRegister<u32>

APB2 peripheral clock enable register

AHB1LPENR: RWRegister<u32>

AHB1 peripheral clock enable in low power mode register

AHB2LPENR: RWRegister<u32>

AHB2 peripheral clock enable in low power mode register

APB1LPENR: RWRegister<u32>

APB1 peripheral clock enable in low power mode register

APB2LPENR: RWRegister<u32>

APB2 peripheral clock enabled in low power mode register

BDCR: RWRegister<u32>

Backup domain control register

CSR: RWRegister<u32>

clock control & status register

SSCGR: RWRegister<u32>

spread spectrum clock generation register

PLLI2SCFGR: RWRegister<u32>

PLLI2S configuration register

DCKCFGR: RWRegister<u32>

RCC Dedicated Clock Configuration Register

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.