[]Struct stm32f407g_disc::stm32::rcc::apb2enr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R

pub fn bits(&self) -> u32

Value of the register as raw bits

pub fn tim11en(&self) -> TIM11ENR

Bit 18 - TIM11 clock enable

pub fn tim10en(&self) -> TIM11ENR

Bit 17 - TIM10 clock enable

pub fn tim9en(&self) -> TIM11ENR

Bit 16 - TIM9 clock enable

pub fn syscfgen(&self) -> TIM11ENR

Bit 14 - System configuration controller clock enable

pub fn spi1en(&self) -> TIM11ENR

Bit 12 - SPI1 clock enable

pub fn sdioen(&self) -> TIM11ENR

Bit 11 - SDIO clock enable

pub fn adc3en(&self) -> TIM11ENR

Bit 10 - ADC3 clock enable

pub fn adc2en(&self) -> TIM11ENR

Bit 9 - ADC2 clock enable

pub fn adc1en(&self) -> TIM11ENR

Bit 8 - ADC1 clock enable

pub fn usart6en(&self) -> TIM11ENR

Bit 5 - USART6 clock enable

pub fn usart1en(&self) -> TIM11ENR

Bit 4 - USART1 clock enable

pub fn tim8en(&self) -> TIM11ENR

Bit 1 - TIM8 clock enable

pub fn tim1en(&self) -> TIM11ENR

Bit 0 - TIM1 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
    U: Into<T>, 
[src]

type Error = Infallible

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

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]