[][src]Struct stm32h7::stm32h743v::rcc::apb1llpenr::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 tim2lpen(&self) -> TIM2LPENR[src]

Bit 0 - TIM2 peripheral clock enable during CSleep mode

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

Bit 1 - TIM3 peripheral clock enable during CSleep mode

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

Bit 2 - TIM4 peripheral clock enable during CSleep mode

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

Bit 3 - TIM5 peripheral clock enable during CSleep mode

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

Bit 4 - TIM6 peripheral clock enable during CSleep mode

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

Bit 5 - TIM7 peripheral clock enable during CSleep mode

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

Bit 6 - TIM12 peripheral clock enable during CSleep mode

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

Bit 7 - TIM13 peripheral clock enable during CSleep mode

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

Bit 8 - TIM14 peripheral clock enable during CSleep mode

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

Bit 9 - LPTIM1 Peripheral Clocks Enable During CSleep Mode

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

Bit 14 - SPI2 Peripheral Clocks Enable During CSleep Mode

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

Bit 15 - SPI3 Peripheral Clocks Enable During CSleep Mode

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

Bit 16 - SPDIFRX Peripheral Clocks Enable During CSleep Mode

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

Bit 17 - USART2 Peripheral Clocks Enable During CSleep Mode

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

Bit 18 - USART3 Peripheral Clocks Enable During CSleep Mode

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

Bit 19 - UART4 Peripheral Clocks Enable During CSleep Mode

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

Bit 20 - UART5 Peripheral Clocks Enable During CSleep Mode

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

Bit 21 - I2C1 Peripheral Clocks Enable During CSleep Mode

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

Bit 22 - I2C2 Peripheral Clocks Enable During CSleep Mode

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

Bit 23 - I2C3 Peripheral Clocks Enable During CSleep Mode

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

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

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

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

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

Bit 30 - USART7 Peripheral Clocks Enable During CSleep Mode

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

Bit 31 - USART8 Peripheral Clocks Enable During CSleep Mode

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

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