[−][src]Struct stm32f103xx::rcc::RegisterBlock
Register block
Fields
cr: CR0x00 - Clock control register
cfgr: CFGR0x04 - Clock configuration register (RCC_CFGR)
cir: CIR0x08 - Clock interrupt register (RCC_CIR)
apb2rstr: APB2RSTR0x0c - APB2 peripheral reset register (RCC_APB2RSTR)
apb1rstr: APB1RSTR0x10 - APB1 peripheral reset register (RCC_APB1RSTR)
ahbenr: AHBENR0x14 - AHB Peripheral Clock enable register (RCC_AHBENR)
apb2enr: APB2ENR0x18 - APB2 peripheral clock enable register (RCC_APB2ENR)
apb1enr: APB1ENR0x1c - APB1 peripheral clock enable register (RCC_APB1ENR)
bdcr: BDCR0x20 - Backup domain control register (RCC_BDCR)
csr: CSR0x24 - Control/status register (RCC_CSR)
Auto Trait Implementations
impl Send for RegisterBlock
impl !Sync for RegisterBlock
Blanket Implementations
impl<T> From for T[src]
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, 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,