[][src]Struct stm32f3::stm32f3x8::rcc::apb1enr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

pub fn bits(&self) -> u32
[src]

Value of the register as raw bits

pub fn tim2en(&self) -> TIM2ENR
[src]

Bit 0 - Timer 2 clock enable

pub fn tim3en(&self) -> TIM3ENR
[src]

Bit 1 - Timer 3 clock enable

pub fn tim4en(&self) -> TIM4ENR
[src]

Bit 2 - Timer 4 clock enable

pub fn tim5en(&self) -> TIM5ENR
[src]

Bit 3 - Timer 5 clock enable

pub fn tim6en(&self) -> TIM6ENR
[src]

Bit 4 - Timer 6 clock enable

pub fn tim7en(&self) -> TIM7ENR
[src]

Bit 5 - Timer 7 clock enable

pub fn tim12en(&self) -> TIM12ENR
[src]

Bit 6 - Timer 12 clock enable

pub fn tim13en(&self) -> TIM13ENR
[src]

Bit 7 - Timer 13 clock enable

pub fn tim14en(&self) -> TIM14ENR
[src]

Bit 8 - Timer 14 clock enable

pub fn tim18en(&self) -> TIM18ENR
[src]

Bit 9 - Timer 18 clock enable

pub fn wwdgen(&self) -> WWDGENR
[src]

Bit 11 - Window watchdog clock enable

pub fn spi2en(&self) -> SPI2ENR
[src]

Bit 14 - SPI 2 clock enable

pub fn spi3en(&self) -> SPI3ENR
[src]

Bit 15 - SPI 3 clock enable

pub fn usart2en(&self) -> USART2ENR
[src]

Bit 17 - USART 2 clock enable

pub fn usart3en(&self) -> USART3ENR
[src]

Bit 18 - USART 3 clock enable

pub fn i2c1en(&self) -> I2C1ENR
[src]

Bit 21 - I2C 1 clock enable

pub fn i2c2en(&self) -> I2C2ENR
[src]

Bit 22 - I2C 2 clock enable

pub fn usben(&self) -> USBENR
[src]

Bit 23 - USB clock enable

pub fn canen(&self) -> CANENR
[src]

Bit 25 - CAN clock enable

pub fn dac3en(&self) -> DAC3ENR
[src]

Bit 26 - DAC3 interface clock enable

pub fn pwren(&self) -> PWRENR
[src]

Bit 28 - Power interface clock enable

pub fn dacen(&self) -> DACENR
[src]

Bit 29 - DAC interface clock enable

pub fn cecen(&self) -> CECENR
[src]

Bit 30 - HDMI CEC interface clock enable

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T
[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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