[][src]Struct stm32l432_pac::rcc::apb1enr1::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 lptim1en(&self) -> LPTIM1ENR[src]

Bit 31 - Low power timer 1 clock enable

pub fn opampen(&self) -> OPAMPENR[src]

Bit 30 - OPAMP interface clock enable

pub fn dac1en(&self) -> DAC1ENR[src]

Bit 29 - DAC1 interface clock enable

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

Bit 28 - Power interface clock enable

pub fn can1en(&self) -> CAN1ENR[src]

Bit 25 - CAN1 clock enable

pub fn i2c3en(&self) -> I2C3ENR[src]

Bit 23 - I2C3 clock enable

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

Bit 21 - I2C1 clock enable

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

Bit 18 - USART3 clock enable

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

Bit 17 - USART2 clock enable

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

Bit 15 - SPI3 clock enable

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

Bit 14 - SPI1 clock enable

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

Bit 11 - Window watchdog clock enable

pub fn lcden(&self) -> LCDENR[src]

Bit 9 - LCD clock enable

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

Bit 5 - TIM7 timer clock enable

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

Bit 4 - TIM6 timer clock enable

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

Bit 0 - TIM2 timer clock enable

pub fn rtcapben(&self) -> RTCAPBENR[src]

Bit 10 - RTC APB clock enable

pub fn crsen(&self) -> CRSENR[src]

Bit 24 - CRS clock enable

pub fn usbfsen(&self) -> USBFSENR[src]

Bit 26 - USB FS clock enable

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

Bit 1 - TIM3 timer clock enable

pub fn uart4en(&self) -> UART4ENR[src]

Bit 19 - UART4 clock enable

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

Bit 22 - I2C2 clock enable

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

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> From for T[src]

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

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> 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]

impl<T> Same for T

type Output = T

Should always be Self