[][src]Struct stm32h7::stm32h743v::rcc::c1_apb4lpenr::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 syscfglpen(&self) -> SYSCFGLPENR[src]

Bit 1 - SYSCFG peripheral clock enable during CSleep mode

pub fn lpuart1lpen(&self) -> LPUART1LPENR[src]

Bit 3 - LPUART1 Peripheral Clocks Enable During CSleep Mode

pub fn spi6lpen(&self) -> SPI6LPENR[src]

Bit 5 - SPI6 Peripheral Clocks Enable During CSleep Mode

pub fn i2c4lpen(&self) -> I2C4LPENR[src]

Bit 7 - I2C4 Peripheral Clocks Enable During CSleep Mode

pub fn lptim2lpen(&self) -> LPTIM2LPENR[src]

Bit 9 - LPTIM2 Peripheral Clocks Enable During CSleep Mode

pub fn lptim3lpen(&self) -> LPTIM3LPENR[src]

Bit 10 - LPTIM3 Peripheral Clocks Enable During CSleep Mode

pub fn lptim4lpen(&self) -> LPTIM4LPENR[src]

Bit 11 - LPTIM4 Peripheral Clocks Enable During CSleep Mode

pub fn lptim5lpen(&self) -> LPTIM5LPENR[src]

Bit 12 - LPTIM5 Peripheral Clocks Enable During CSleep Mode

pub fn comp12lpen(&self) -> COMP12LPENR[src]

Bit 14 - COMP1/2 peripheral clock enable during CSleep mode

pub fn vreflpen(&self) -> VREFLPENR[src]

Bit 15 - VREF peripheral clock enable during CSleep mode

pub fn rtcapblpen(&self) -> RTCAPBLPENR[src]

Bit 16 - RTC APB Clock Enable During CSleep Mode

pub fn sai4lpen(&self) -> SAI4LPENR[src]

Bit 21 - SAI4 Peripheral Clocks Enable During CSleep Mode

Auto Trait Implementations

impl Unpin for R

impl Send for R

impl Sync 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