[][src]Struct stm32l432_pac::rcc::apb1enr1::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn lptim1en(&mut self) -> _LPTIM1ENW[src]

Bit 31 - Low power timer 1 clock enable

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

Bit 30 - OPAMP interface clock enable

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

Bit 29 - DAC1 interface clock enable

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

Bit 28 - Power interface clock enable

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

Bit 25 - CAN1 clock enable

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

Bit 23 - I2C3 clock enable

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

Bit 21 - I2C1 clock enable

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

Bit 18 - USART3 clock enable

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

Bit 17 - USART2 clock enable

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

Bit 15 - SPI3 clock enable

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

Bit 14 - SPI1 clock enable

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

Bit 11 - Window watchdog clock enable

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

Bit 9 - LCD clock enable

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

Bit 5 - TIM7 timer clock enable

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

Bit 4 - TIM6 timer clock enable

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

Bit 0 - TIM2 timer clock enable

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

Bit 10 - RTC APB clock enable

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

Bit 24 - CRS clock enable

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

Bit 26 - USB FS clock enable

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

Bit 1 - TIM3 timer clock enable

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

Bit 19 - UART4 clock enable

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

Bit 22 - I2C2 clock enable

Auto Trait Implementations

impl Send for W

impl Sync for W

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