[][src]Struct stm32f3::stm32f373::rcc::apb2enr::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 syscfgen(&self) -> SYSCFGENR
[src]

Bit 0 - SYSCFG clock enable

pub fn adcen(&self) -> ADCENR
[src]

Bit 9 - ADC 1 interface clock enable

pub fn tim1en(&self) -> TIM1ENR
[src]

Bit 11 - TIM1 Timer clock enable

pub fn spi1en(&self) -> SPI1ENR
[src]

Bit 12 - SPI 1 clock enable

pub fn usart1en(&self) -> USART1ENR
[src]

Bit 14 - USART1 clock enable

pub fn tim15en(&self) -> TIM15ENR
[src]

Bit 16 - TIM15 timer clock enable

pub fn tim16en(&self) -> TIM16ENR
[src]

Bit 17 - TIM16 timer clock enable

pub fn tim17en(&self) -> TIM17ENR
[src]

Bit 18 - TIM17 timer clock enable

pub fn tim19en(&self) -> TIM19ENR
[src]

Bit 19 - TIM19 timer clock enable

pub fn dbgmcuen(&self) -> DBGMCUENR
[src]

Bit 22 - MCU debug module clock enable

pub fn sdad1en(&self) -> SDAD1ENR
[src]

Bit 24 - SDADC1 (Sigma Delta ADC 1) clock enable

pub fn sdad2en(&self) -> SDAD2ENR
[src]

Bit 25 - SDADC2 (Sigma Delta ADC 2) clock enable

pub fn sdad3en(&self) -> SDAD3ENR
[src]

Bit 26 - SDADC3 (Sigma Delta ADC 3) 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]