[][src]Struct stm32h7::stm32h743::rcc::c1_apb1llpenr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

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

Writes raw bits to the register

pub fn tim2lpen(&mut self) -> _TIM2LPENW[src]

Bit 0 - TIM2 peripheral clock enable during CSleep mode

pub fn tim3lpen(&mut self) -> _TIM3LPENW[src]

Bit 1 - TIM3 peripheral clock enable during CSleep mode

pub fn tim4lpen(&mut self) -> _TIM4LPENW[src]

Bit 2 - TIM4 peripheral clock enable during CSleep mode

pub fn tim5lpen(&mut self) -> _TIM5LPENW[src]

Bit 3 - TIM5 peripheral clock enable during CSleep mode

pub fn tim6lpen(&mut self) -> _TIM6LPENW[src]

Bit 4 - TIM6 peripheral clock enable during CSleep mode

pub fn tim7lpen(&mut self) -> _TIM7LPENW[src]

Bit 5 - TIM7 peripheral clock enable during CSleep mode

pub fn tim12lpen(&mut self) -> _TIM12LPENW[src]

Bit 6 - TIM12 peripheral clock enable during CSleep mode

pub fn tim13lpen(&mut self) -> _TIM13LPENW[src]

Bit 7 - TIM13 peripheral clock enable during CSleep mode

pub fn tim14lpen(&mut self) -> _TIM14LPENW[src]

Bit 8 - TIM14 peripheral clock enable during CSleep mode

pub fn lptim1lpen(&mut self) -> _LPTIM1LPENW[src]

Bit 9 - LPTIM1 Peripheral Clocks Enable During CSleep Mode

pub fn spi2lpen(&mut self) -> _SPI2LPENW[src]

Bit 14 - SPI2 Peripheral Clocks Enable During CSleep Mode

pub fn spi3lpen(&mut self) -> _SPI3LPENW[src]

Bit 15 - SPI3 Peripheral Clocks Enable During CSleep Mode

pub fn spdifrxlpen(&mut self) -> _SPDIFRXLPENW[src]

Bit 16 - SPDIFRX Peripheral Clocks Enable During CSleep Mode

pub fn usart2lpen(&mut self) -> _USART2LPENW[src]

Bit 17 - USART2 Peripheral Clocks Enable During CSleep Mode

pub fn usart3lpen(&mut self) -> _USART3LPENW[src]

Bit 18 - USART3 Peripheral Clocks Enable During CSleep Mode

pub fn uart4lpen(&mut self) -> _UART4LPENW[src]

Bit 19 - UART4 Peripheral Clocks Enable During CSleep Mode

pub fn uart5lpen(&mut self) -> _UART5LPENW[src]

Bit 20 - UART5 Peripheral Clocks Enable During CSleep Mode

pub fn i2c1lpen(&mut self) -> _I2C1LPENW[src]

Bit 21 - I2C1 Peripheral Clocks Enable During CSleep Mode

pub fn i2c2lpen(&mut self) -> _I2C2LPENW[src]

Bit 22 - I2C2 Peripheral Clocks Enable During CSleep Mode

pub fn i2c3lpen(&mut self) -> _I2C3LPENW[src]

Bit 23 - I2C3 Peripheral Clocks Enable During CSleep Mode

pub fn ceclpen(&mut self) -> _CECLPENW[src]

Bit 27 - HDMI-CEC Peripheral Clocks Enable During CSleep Mode

pub fn dac12lpen(&mut self) -> _DAC12LPENW[src]

Bit 29 - DAC1/2 peripheral clock enable during CSleep mode

pub fn usart7lpen(&mut self) -> _USART7LPENW[src]

Bit 30 - USART7 Peripheral Clocks Enable During CSleep Mode

pub fn usart8lpen(&mut self) -> _USART8LPENW[src]

Bit 31 - USART8 Peripheral Clocks Enable During CSleep Mode

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send for W

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> 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<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self