[]Struct nucleo_f401re::stm32::rcc::apb2lpenr::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 tim11lpen(&mut self) -> _TIM11LPENW

Bit 18 - TIM11 clock enable during Sleep mode

pub fn tim10lpen(&mut self) -> _TIM10LPENW

Bit 17 - TIM10 clock enable during Sleep mode

pub fn tim9lpen(&mut self) -> _TIM9LPENW

Bit 16 - TIM9 clock enable during sleep mode

pub fn syscfglpen(&mut self) -> _SYSCFGLPENW

Bit 14 - System configuration controller clock enable during Sleep mode

pub fn spi1lpen(&mut self) -> _SPI1LPENW

Bit 12 - SPI 1 clock enable during Sleep mode

pub fn sdiolpen(&mut self) -> _SDIOLPENW

Bit 11 - SDIO clock enable during Sleep mode

pub fn adc1lpen(&mut self) -> _ADC1LPENW

Bit 8 - ADC1 clock enable during Sleep mode

pub fn usart6lpen(&mut self) -> _USART6LPENW

Bit 5 - USART6 clock enable during Sleep mode

pub fn usart1lpen(&mut self) -> _USART1LPENW

Bit 4 - USART1 clock enable during Sleep mode

pub fn tim1lpen(&mut self) -> _TIM1LPENW

Bit 0 - TIM1 clock enable during Sleep mode

pub fn spi4lpen(&mut self) -> _SPI4LPENW

Bit 13 - SPI4 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> 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