[]Struct stm32f407g_disc::stm32::rcc::apb1lpenr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W

pub fn reset_value() -> W

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut W

Writes raw bits to the register

pub fn daclpen(&mut self) -> _DACLPENW

Bit 29 - DAC interface clock enable during Sleep mode

pub fn pwrlpen(&mut self) -> _PWRLPENW

Bit 28 - Power interface clock enable during Sleep mode

pub fn can2lpen(&mut self) -> _CAN2LPENW

Bit 26 - CAN 2 clock enable during Sleep mode

pub fn can1lpen(&mut self) -> _CAN1LPENW

Bit 25 - CAN 1 clock enable during Sleep mode

pub fn i2c3lpen(&mut self) -> _I2C3LPENW

Bit 23 - I2C3 clock enable during Sleep mode

pub fn i2c2lpen(&mut self) -> _I2C2LPENW

Bit 22 - I2C2 clock enable during Sleep mode

pub fn i2c1lpen(&mut self) -> _I2C1LPENW

Bit 21 - I2C1 clock enable during Sleep mode

pub fn uart5lpen(&mut self) -> _UART5LPENW

Bit 20 - UART5 clock enable during Sleep mode

pub fn uart4lpen(&mut self) -> _UART4LPENW

Bit 19 - UART4 clock enable during Sleep mode

pub fn usart3lpen(&mut self) -> _USART3LPENW

Bit 18 - USART3 clock enable during Sleep mode

pub fn usart2lpen(&mut self) -> _USART2LPENW

Bit 17 - USART2 clock enable during Sleep mode

pub fn spi3lpen(&mut self) -> _SPI3LPENW

Bit 15 - SPI3 clock enable during Sleep mode

pub fn spi2lpen(&mut self) -> _SPI2LPENW

Bit 14 - SPI2 clock enable during Sleep mode

pub fn wwdglpen(&mut self) -> _WWDGLPENW

Bit 11 - Window watchdog clock enable during Sleep mode

pub fn tim14lpen(&mut self) -> _TIM14LPENW

Bit 8 - TIM14 clock enable during Sleep mode

pub fn tim13lpen(&mut self) -> _TIM13LPENW

Bit 7 - TIM13 clock enable during Sleep mode

pub fn tim12lpen(&mut self) -> _TIM12LPENW

Bit 6 - TIM12 clock enable during Sleep mode

pub fn tim7lpen(&mut self) -> _TIM7LPENW

Bit 5 - TIM7 clock enable during Sleep mode

pub fn tim6lpen(&mut self) -> _TIM6LPENW

Bit 4 - TIM6 clock enable during Sleep mode

pub fn tim5lpen(&mut self) -> _TIM5LPENW

Bit 3 - TIM5 clock enable during Sleep mode

pub fn tim4lpen(&mut self) -> _TIM4LPENW

Bit 2 - TIM4 clock enable during Sleep mode

pub fn tim3lpen(&mut self) -> _TIM3LPENW

Bit 1 - TIM3 clock enable during Sleep mode

pub fn tim2lpen(&mut self) -> _TIM2LPENW

Bit 0 - TIM2 clock enable during Sleep mode

Auto Trait Implementations

impl Send for W

impl Sync for W

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]