[][src]Struct stm32h7::stm32h743::rcc::apb2lpenr::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 tim1lpen(&self) -> TIM1LPENR[src]

Bit 0 - TIM1 peripheral clock enable during CSleep mode

pub fn tim8lpen(&self) -> TIM8LPENR[src]

Bit 1 - TIM8 peripheral clock enable during CSleep mode

pub fn usart1lpen(&self) -> USART1LPENR[src]

Bit 4 - USART1 Peripheral Clocks Enable During CSleep Mode

pub fn usart6lpen(&self) -> USART6LPENR[src]

Bit 5 - USART6 Peripheral Clocks Enable During CSleep Mode

pub fn spi1lpen(&self) -> SPI1LPENR[src]

Bit 12 - SPI1 Peripheral Clocks Enable During CSleep Mode

pub fn spi4lpen(&self) -> SPI4LPENR[src]

Bit 13 - SPI4 Peripheral Clocks Enable During CSleep Mode

pub fn tim15lpen(&self) -> TIM15LPENR[src]

Bit 16 - TIM15 peripheral clock enable during CSleep mode

pub fn tim16lpen(&self) -> TIM16LPENR[src]

Bit 17 - TIM16 peripheral clock enable during CSleep mode

pub fn tim17lpen(&self) -> TIM17LPENR[src]

Bit 18 - TIM17 peripheral clock enable during CSleep mode

pub fn spi5lpen(&self) -> SPI5LPENR[src]

Bit 20 - SPI5 Peripheral Clocks Enable During CSleep Mode

pub fn sai1lpen(&self) -> SAI1LPENR[src]

Bit 22 - SAI1 Peripheral Clocks Enable During CSleep Mode

pub fn sai2lpen(&self) -> SAI2LPENR[src]

Bit 23 - SAI2 Peripheral Clocks Enable During CSleep Mode

pub fn sai3lpen(&self) -> SAI3LPENR[src]

Bit 24 - SAI3 Peripheral Clocks Enable During CSleep Mode

pub fn dfsdm1lpen(&self) -> DFSDM1LPENR[src]

Bit 28 - DFSDM1 Peripheral Clocks Enable During CSleep Mode

pub fn hrtimlpen(&self) -> HRTIMLPENR[src]

Bit 29 - HRTIM peripheral clock 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