[]Struct stm32f407g_disc::stm32::rcc::apb1enr::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 dacen(&self) -> DACENR

Bit 29 - DAC interface clock enable

pub fn pwren(&self) -> DACENR

Bit 28 - Power interface clock enable

pub fn can2en(&self) -> DACENR

Bit 26 - CAN 2 clock enable

pub fn can1en(&self) -> DACENR

Bit 25 - CAN 1 clock enable

pub fn i2c3en(&self) -> DACENR

Bit 23 - I2C3 clock enable

pub fn i2c2en(&self) -> DACENR

Bit 22 - I2C2 clock enable

pub fn i2c1en(&self) -> DACENR

Bit 21 - I2C1 clock enable

pub fn uart5en(&self) -> DACENR

Bit 20 - UART5 clock enable

pub fn uart4en(&self) -> DACENR

Bit 19 - UART4 clock enable

pub fn usart3en(&self) -> DACENR

Bit 18 - USART3 clock enable

pub fn usart2en(&self) -> DACENR

Bit 17 - USART 2 clock enable

pub fn spi3en(&self) -> DACENR

Bit 15 - SPI3 clock enable

pub fn spi2en(&self) -> DACENR

Bit 14 - SPI2 clock enable

pub fn wwdgen(&self) -> DACENR

Bit 11 - Window watchdog clock enable

pub fn tim14en(&self) -> DACENR

Bit 8 - TIM14 clock enable

pub fn tim13en(&self) -> DACENR

Bit 7 - TIM13 clock enable

pub fn tim12en(&self) -> DACENR

Bit 6 - TIM12 clock enable

pub fn tim7en(&self) -> DACENR

Bit 5 - TIM7 clock enable

pub fn tim6en(&self) -> DACENR

Bit 4 - TIM6 clock enable

pub fn tim5en(&self) -> DACENR

Bit 3 - TIM5 clock enable

pub fn tim4en(&self) -> DACENR

Bit 2 - TIM4 clock enable

pub fn tim3en(&self) -> DACENR

Bit 1 - TIM3 clock enable

pub fn tim2en(&self) -> DACENR

Bit 0 - TIM2 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]