[][src]Struct stm32h7::stm32h743::rcc::apb4enr::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 syscfgen(&mut self) -> _SYSCFGENW[src]

Bit 1 - SYSCFG peripheral clock enable

pub fn lpuart1en(&mut self) -> _LPUART1ENW[src]

Bit 3 - LPUART1 Peripheral Clocks Enable

pub fn spi6en(&mut self) -> _SPI6ENW[src]

Bit 5 - SPI6 Peripheral Clocks Enable

pub fn i2c4en(&mut self) -> _I2C4ENW[src]

Bit 7 - I2C4 Peripheral Clocks Enable

pub fn lptim2en(&mut self) -> _LPTIM2ENW[src]

Bit 9 - LPTIM2 Peripheral Clocks Enable

pub fn lptim3en(&mut self) -> _LPTIM3ENW[src]

Bit 10 - LPTIM3 Peripheral Clocks Enable

pub fn lptim4en(&mut self) -> _LPTIM4ENW[src]

Bit 11 - LPTIM4 Peripheral Clocks Enable

pub fn lptim5en(&mut self) -> _LPTIM5ENW[src]

Bit 12 - LPTIM5 Peripheral Clocks Enable

pub fn comp12en(&mut self) -> _COMP12ENW[src]

Bit 14 - COMP1/2 peripheral clock enable

pub fn vrefen(&mut self) -> _VREFENW[src]

Bit 15 - VREF peripheral clock enable

pub fn rtcapben(&mut self) -> _RTCAPBENW[src]

Bit 16 - RTC APB Clock Enable

pub fn sai4en(&mut self) -> _SAI4ENW[src]

Bit 21 - SAI4 Peripheral Clocks Enable

Auto Trait Implementations

impl Unpin for W

impl Send for W

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