[][src]Struct stm32h7::stm32h743::rcc::apb4lpenr::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 syscfglpen(&mut self) -> _SYSCFGLPENW[src]

Bit 1 - SYSCFG peripheral clock enable during CSleep mode

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

Bit 3 - LPUART1 Peripheral Clocks Enable During CSleep Mode

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

Bit 5 - SPI6 Peripheral Clocks Enable During CSleep Mode

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

Bit 7 - I2C4 Peripheral Clocks Enable During CSleep Mode

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

Bit 9 - LPTIM2 Peripheral Clocks Enable During CSleep Mode

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

Bit 10 - LPTIM3 Peripheral Clocks Enable During CSleep Mode

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

Bit 11 - LPTIM4 Peripheral Clocks Enable During CSleep Mode

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

Bit 12 - LPTIM5 Peripheral Clocks Enable During CSleep Mode

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

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

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

Bit 15 - VREF peripheral clock enable during CSleep mode

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

Bit 16 - RTC APB Clock Enable During CSleep Mode

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

Bit 21 - SAI4 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