[][src]Struct stm32h7::stm32h743v::rcc::c1_apb4enr::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 syscfgen(&self) -> SYSCFGENR[src]

Bit 1 - SYSCFG peripheral clock enable

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

Bit 3 - LPUART1 Peripheral Clocks Enable

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

Bit 5 - SPI6 Peripheral Clocks Enable

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

Bit 7 - I2C4 Peripheral Clocks Enable

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

Bit 9 - LPTIM2 Peripheral Clocks Enable

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

Bit 10 - LPTIM3 Peripheral Clocks Enable

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

Bit 11 - LPTIM4 Peripheral Clocks Enable

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

Bit 12 - LPTIM5 Peripheral Clocks Enable

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

Bit 14 - COMP1/2 peripheral clock enable

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

Bit 15 - VREF peripheral clock enable

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

Bit 16 - RTC APB Clock Enable

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

Bit 21 - SAI4 Peripheral Clocks Enable

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